Quoting unplug <[EMAIL PROTECTED]>:
> Hi all,
>
> Does cyrus use the uid & userpassword of ldap as default for
> authentication?? How about if I change the userpassword to password??
> Cyrus will still work or not??
>
Cyrus uses an authentication module to auth against. So it is
dependent on that module (e.g pam ldap ).
My ldap patch for sasl uses the ldap_bind operation to verify the
password (which I think only uses userPassword) but this can easily
be modified to look up the password before hand.
Pam_ldap could be modifed just as easily.
I dont know whether that makes any sense but if it doesnt
just send me a reply.
--
Simon
www.surf.org.uk <--- ldap sasl patch