Try cyrus-utils.sf.net -> faq. It contains a lot of info that's ldap relevant.
IDEA (not tested) Remember that with ol2 you can put all passwords in sasl and reference them with {sasl} in user password. If you do this, you can then set the sasl_password_check option in imapd.conf to sasldb and essestially not use openldap for checking passwords, but only for adding and modifying users. I think that doing things this way would probably be cool and quite hasslefree. Tarjei "Scot W. Hetzel" wrote: > > From: "Manuel Hendel" <[EMAIL PROTECTED]> > > > - modify cyrus-sasl-1.x with patches from www.surf.org.uk to do > > > authenticate against LDAP without PAM > > With FreeBSD it's possible to set the option openldap 1 or 2. Do you > > know if this already is the mentioned patch? > > > Yes, the FreeBSD Cyrus-SASL port uses the patch from the above web site to > support MySQL and OpenLDAP [1 or 2] authentication. > > Scot