<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>TracLDAPAuth</name>
<shortdesc>An AccountManager password store that uses python-ldap to check against an LDAP server.</shortdesc>
<description>Notes
=====
This plugin does not require the `LdapPlugin`__.

__ http://trac-hacks.org/wiki/LdapPlugin

The password store name is ``LDAPStore``.
    
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</description>
<homepage rdf:resource="http://trac-hacks.org/wiki/LDAPAuthPlugin" />
<maintainer><foaf:Person><foaf:name>Noah Kantrowitz</foaf:name>
<foaf:mbox_sha1sum>789bd933764427898ba583874593985a52bda3c5</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0</revision></Version></release>
</Project></rdf:RDF>