Sha256: 36f19722a09b715968e20188a653118354cd2114726869271600c2a14fa63c4a

Contents?: true

Size: 782 Bytes

Versions: 3

Compression:

Stored size: 782 Bytes

Contents

[inherit]
file = <%= @docs_dir %>/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

3 entries across 3 versions & 1 rubygems

Version Path
keithsalisbury-subtrac-0.1.5 lib/subtrac/templates/trac.erb
keithsalisbury-subtrac-0.1.6 lib/subtrac/templates/trac.erb
keithsalisbury-subtrac-0.1.7 lib/subtrac/templates/trac.erb