Sha256: ab0ea8a7eea77b010f40587f5aaa966946d84304b48bb31d2059b9c43324d32c
Contents?: true
Size: 802 Bytes
Versions: 4
Compression:
Stored size: 802 Bytes
Contents
[inherit] file = <%= @APP_CONFIG[:dirs][:document] %>/common/trac.ini templates_dir = ../../trac_theme/shared/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
4 entries across 4 versions & 1 rubygems