[Date Prev][Date Next] [Chronological] [Thread] [Top]

OpenLDAP and SASL



Hi,

I am trying to use OpenLDAP to create an environment in which users
authenticate to an LDAP database via SASL GSSAPI and Kerberosv5.  It
appears, however, that the server is unable to find the supported SASL
mechanisms, as none are returned upon queries for them.  The SASL server
was configured with the following options:

--enable-gssapi=/krb5 \
        --disable-cram \
        --disable-scram \
        --disable-digest \
        --disable-krb4 \
        --with-pam=no \
        --disable-plain

where /krb5 is the directory that contains the Kerberos client/server
executables, keytabs, etc.  Do you have any ideas on how to fix this?  Am
I barking up the wrong tree altogether?

Thank you very much,
Reggie Warren