Sha256: e5327d6212540b45046dceddfc55404762ba32649e815c497f253217689c962e
Contents?: true
Size: 992 Bytes
Versions: 1
Compression:
Stored size: 992 Bytes
Contents
# -*- coding: utf-8 -*- [inherit] file = ../../../.shared/trac.ini [project] name = <%= project.display_name %> admin = admin_trac_url = . descr = <%= project.display_name %> footer = Visit the Trac open source project at<br /><a href="http://trac.edgewall.org/">http://trac.edgewall.org/</a> icon = /favicon.ico url = [header_logo] alt = height = -1 link = src = width = -1 [trac] repository_dir = ../../../svn/<%= client.path %>/<%= project.path %> <% if @APP_CONFIG[:ldap][:enable] then %> [ldap] enable = <%= @APP_CONFIG[:ldap][:enable] %> host = <%= @APP_CONFIG[:ldap][:host] %> port = <%= @APP_CONFIG[:ldap][:port] %> basedn = <%= @APP_CONFIG[:ldap][:basedn] %> user_rdn = <%= @APP_CONFIG[:ldap][:user_rdn] %> group_rdn = <%= @APP_CONFIG[:ldap][:group_rdn] %> store_bind = <%= @APP_CONFIG[:ldap][:store_bind] %> group_bind = <%= @APP_CONFIG[:ldap][:group_bind] %> bind_user = <%= @APP_CONFIG[:ldap][:bind_user] %> bind_passwd = <%= @APP_CONFIG[:ldap][:bind_user] %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ktec-subtrac-0.1.43 | lib/subtrac/trac/trac.ini.erb |