Sha256: 9e383623eb0478bbae93a903b2034b43638942a34021c798efba079b1aee6712
Contents?: true
Size: 758 Bytes
Versions: 6
Compression:
Stored size: 758 Bytes
Contents
[inherit] file = ../../../.shared/trac.ini templates_dir = ../../.theme/templates [project] name = <%= project_name %> [trac] repository_dir = ../../../svn/<%= client_name %>/<%= project_name %> [components] batchmod.web_ui.batchmodifymodule = enabled ldapplugin.* = enabled [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] %>
Version data entries
6 entries across 6 versions & 1 rubygems