[[PageOutline(2-5,Contents,pullout)]] = LDAPAuthNZPlugin = == Description == An AccountManager LDAP PasswordStore implementation. It doesn't support password change, plz see ticket #1602 == Bugs/Feature Requests == Existing bugs and feature requests for LdapAuthnzPlugin are [report:9?COMPONENT=LdapAuthnzPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=LdapAuthnzPlugin&owner=lruiz new ticket]. == Download == Download the zipped source from [download:ldapauthnzplugin here]. == Source == You can check out LdapAuthnzPlugin from [http://trac-hacks.org/svn/ldapauthnzplugin here] using Subversion, or [source:ldapauthnzplugin browse the source] with Trac. == Example == {{{ [components] trac.web.auth.LoginModule = disabled acct_mgr.admin.AccountManagerAdminPage = enabled acct_mgr.api.AccountManager = enabled acct_mgr.web_ui.AccountModule = enabled acct_mgr.web_ui.LoginModule = enabled tautua.trac_plugins.* = enabled [account-manager] password_store = LDAPAuthNStore [ldap] #use ldaps:// for tls server = ldap://myldaphost:389 root_dn = o=mycompany user_searchbase = ou=people user_searchfilter = uid=%s anonymous_bind = false #required if anonymous_bind is false bind_dn = uid=admin,ou=system bind_passwd = pass }}} == Recent Changes == [[ChangeLog(ldapauthnzplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:lruiz] [[BR]] '''Maintainer:''' [wiki:lruiz] [[BR]] '''Contributors:'''