1e2495ea49
LDAP support with group management has been added as a Trac extension. This extension enables to use existing LDAP groups to grant permissions rather than defining permissions for every single user on the system. The latest release also permits to store permissions (both users and groups permissions) in the LDAP directory itself rather than in the SQL backend. ok okan@
11 lines
290 B
Plaintext
11 lines
290 B
Plaintext
To enable Trac LDAP Plugin for your project, enable LDAP authentication
|
|
for your Apache 2.2 trac Location and add the following to your
|
|
project's /path/to/projenv/conf/trac.ini file:
|
|
[components]
|
|
ldapplugin.* = enabled
|
|
|
|
[ldap]
|
|
enable = true
|
|
basedn = dc=domain,dc=tld
|
|
host = ldap.domain.tld
|