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

How to use SASL GSSAPI with open ldap?



Hi,

I am trying to use Cyrus-sasl-gssapi with openldap but no success so
far.  LDAP is not listing GSSAPI as a supported mechanism.  This is the
command I used
./bin/ldapsearch -x -b '' -s base '(objectclass=*)'
supportedSASLMEchanisms and 
and here is the result.

dn:
supportedSASLMechanisms: DIGEST-MD5
supportedSASLMechanisms: CRAM-MD5

# search result
search: 2
result: 0 Success

# numResponses: 2
# numEntries: 1

I have used MIT kerberos with cyrus sasl and they seem to be working
fine. Also I have enabled cyrus-sasl while building openldap with
--with-cyrus-sasl flag in configure.   How do I use GSSAPI  with
Openldap?

Vishwanath