-----Message d'origine-----
De : Jiri Luzny [mailto:jiri.luzny@seznam.cz]
Envoyé : vendredi 29 avril 2005 13:20
À : xwiki-dev(a)objectweb.org
Objet : Re: [xwiki-dev] LDAP integration status
what about to allow to configure attribute=value
pairs that will be used
for DN search? E.g
ldap_DN_filter="AMAccountName=luzny_j"?
I meant: ldap_DN_filter="sAMAccountName={0}"
This could be done simply setting ldap_base_DN and ldap_UID_attr
ldap_base_DN = "OU=Accounts,OU=All Users,DC=ad,DC=company,DC=cz"
ldap_UID_attr = "sAMAccountName"
With the last version I just commit in SVN that support this syntax :
ldap_bind_DN = "DOMAIN\\{0}"
ldap_bind_pass = "{1}"
the only thing that need to be done is removing check on password.
Am I right ?