Changes between Initial Version and Version 1 of LdapAuthnzPlugin


Ignore:
Timestamp:
Mar 9, 2010, 4:54:58 PM (14 years ago)
Author:
Larry Ruiz
Comment:

New hack LdapAuthnzPlugin, created by lruiz

Legend:

Unmodified
Added
Removed
Modified
  • LdapAuthnzPlugin

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= LDAPAuthNZPlugin =
     4
     5== Description ==
     6
     7An AccountManager LDAP PasswordStore implementation
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for LdapAuthnzPlugin are
     12[report:9?COMPONENT=LdapAuthnzPlugin here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=LdapAuthnzPlugin&owner=lruiz new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:ldapauthnzplugin here].
     20
     21== Source ==
     22
     23You can check out LdapAuthnzPlugin from [http://trac-hacks.org/svn/ldapauthnzplugin here] using Subversion, or [source:ldapauthnzplugin browse the source] with Trac.
     24
     25== Example ==
     26
     27[ldap]
     28#use ldaps:// for tls
     29server = ldap://myldaphost:389
     30root_dn = o=getechnologies
     31user_searchbase = ou=people
     32user_searchfilter = uid=%s
     33anonymous_bind = false
     34
     35#required if anonymous_bind is false
     36bind_dn = uid=admin,ou=system
     37bind_passwd = pass
     38
     39== Recent Changes ==
     40
     41[[ChangeLog(ldapauthnzplugin, 3)]]
     42
     43== Author/Contributors ==
     44
     45'''Author:''' [wiki:lruiz] [[BR]]
     46'''Maintainer:''' [wiki:lruiz] [[BR]]
     47'''Contributors:'''