TracLDAPAuth 1.0
An AccountManager password store that uses python-ldap to check against an LDAP server.
Configuration
All configuration options go in the [ldap] section.
- server
- The hostname or IP to connect to.
- bind_dn
- A string template to use to create the bind DN. Should contain one %s which will be replaced by the username.
Example
An example configuration:
[ldap] server = localhost bind_dn = uid=%s,dc=example,dc=com [account-manager] password_store = LDAPStore [components] ldapauth.* = enabled
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| TracLDAPAuth-1.0-py2.4.egg (md5) | Python Egg | 2.4 | 2007-09-14 | 2KB | 1014 |
| TracLDAPAuth-1.0-py2.5.egg (md5) | Python Egg | 2.5 | 2008-02-07 | 3KB | 1211 |
| TracLDAPAuth-1.0.tar.gz (md5) | Source | 2007-09-14 | 1KB | 1088 | |
- Author: Noah Kantrowitz
- Home Page: http://trac-hacks.org/wiki/LDAPAuthPlugin
- Keywords: trac plugin accountmanager
- License: BSD
- Categories
- Package Index Owner: coderanger
- DOAP record: TracLDAPAuth-1.0.xml
