= LDAP White Pages Plugin = == Description == A plugin that makes hyperlinks out of (ldap stored) usernames, and provides some meta information stored in the ldap directory about the users. == Bugs/Feature Requests == Existing bugs and feature requests for LdapWhitePagesPlugin are [report:9?COMPONENT=LdapWhitePagesPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=LdapWhitePagesPlugin&owner=hvr new ticket]. == Download == Download the zipped source from [download:ldapwhitepagesplugin here]. == Source == You can check out LdapWhitePagesPlugin from [http://trac-hacks.org/svn/ldapwhitepagesplugin here] using Subversion, or [source:ldapwhitepagesplugin browse the source] with Trac. == Example == In {{{conf/trac.ini}}} add this line to the {{{components}}} section: {{{ ldapwpplugin.* = enabled }}} and add this stanza somewhere else (like on the bottom of the file) {{{ [ldap-wp] ldap_uri = ldap://localhost ldap_user_rdn = ldap_user_filter = objectClass=posixAccount }}} Note that these values are the defaults so if these are good enough you won't have to add this part. == Recent Changes == [[ChangeLog(ldapwhitepagesplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:hvr] [[BR]] '''Contributors:'''