It does: # # LDAPv3 # base <> with scope base # filter: (objectclass=*) # requesting: supportedSASLMechanisms #
# dn: supportedSASLMechanisms: GSSAPI supportedSASLMechanisms: DIGEST-MD5 supportedSASLMechanisms: CRAM-MD5 # search result # numResponses: 2 # numEntries: 1 - Nick > On 9/16/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: >> >> Trying to get openldap working with MIT Kerberos authentication but keep >> getting the following error when connecting: >> >> SASL/GSSAPI authentication started >> ldap_sasl_interactive_bind_s: Internal (implementation specific) error >> (80) >> additional info: SASL(-1): generic failure: GSSAPI Error: >> Miscellaneous failure (Resource temporarily unavailable) >> > > Make sure: > > ldapsearch -x -L -s "base" -b "" supportedSASLMechanisms > > returns: > > supportedSASLMechanisms: GSSAPI > > -- > Jiann-Ming Su > "I have to decide between two equally frightening options. > If I wanted to do that, I'd vote." --Duckman >
