openbsd-ports/www/trac-ldapplugin/pkg/MESSAGE
merdely 1e2495ea49 Import trac-ldapplugin:
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@
2008-02-01 16:11:47 +00:00

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