Rob Siemborski schrieb am Mon, Jan 21, 2002 at 10:43:40AM -0500: > On Mon, 21 Jan 2002, Tarjei Huse wrote: > > > Has the ldap support been ported to sasl2 now? Is it more stable? > > SASL >= 2.1.0 and Cyrus >= 2.1.1 are both considered to be stable > releases, which we are using in production at CMU. However, as far as we > know, no one has written a LDAP auxprop plugin or saslauthd module that > worked with SASLv2.
A question on that matter. I am considering to write the saslauthd module for SASL2 and LDAP auth. However, I haven't figured out yet how to supply saslauthd with the information necessary to make such a module work. What do we need: * ldapserver(s), port(s) * for each server (?): - protocol version - basedn - binddn - bindpw - searchattr - more? I'd rather prefer not to use /etc/ldap.conf or /etc/openldap/ldap.conf (e.g. if someone utilises OpenLDAP) because you may want to keep separate ldap settings for your SASL backends than the rest of the system uses. How could this be accomplished - via extraneous flags on saslauthd's command line? Config file options under /usr/lib/sasl2/<service>.conf? Regards, - Birger