passwd patch: userdn hook decription
Jens Wilke <[email protected]>
| Newsgroups | gmane.comp.horde.sork |
|---|---|
| Organization | headissue GmbH |
| Message-ID | <[email protected]> |
Hi! Here is a patch that has better text for the userdn hook switch. The text states that the ldap driver does an annonymous bind, which is wrong. It finds out a usefull userdn by itself. Regards, Jens -- Jens Wilke // headissue GmbH - Munich - Germany \// phone +49-89-89 76 89-10 -- Sork mailing list - Join the hunt: http://horde.org/bounties/#sork Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
horde-passwd-h3-3.0-rc1_fixConfigTextUserDn.patch
(text/x-diff, 1 KB)
diff -ru ../ap/passwd-h3-3.0-rc1/config/conf.xml passwd/config/conf.xml
--- ../ap/passwd-h3-3.0-rc1/config/conf.xml 2005-03-16 04:18:34.000000000 +0000
+++ passwd/config/conf.xml 2005-10-07 10:10:11.665552000 +0000
@@ -40,7 +40,7 @@
<configsection name="hooks">
<configboolean name="username" desc="Use a custom hook to translate the username for the backend">false</configboolean>
<configboolean name="default_username" desc="Use a custom hook for determining the default username">false</configboolean>
- <configboolean name="userdn" desc="If we are using the LDAP driver, use a custom hook to provide a userdn for binding, instead of binding anonymously">false</configboolean>
+ <configboolean name="userdn" desc="If we are using the LDAP driver, use a custom hook to provide a userdn for binding. By default the LDAP driver finds out the correct userdn for binding by searching for the uid with the configured base or binds with admindn if set.">false</configboolean>
</configsection>
</configuration>