I have done the sample-server and sample-client and successfully got to
the "Negotiation complete" part. But OpenLDAP is still giving me
problems:
do_sasl_bind: dn () mech GSSAPI
SASL [conn=32] Failure: GSSAPI Error: Miscellaneous failure (see text)
(Decrypt integrity check failed)
The sasl tests work, kinit works, ??? I'm not sure what the problem could
be. I do have an entry for dn: uid=digant,cn=people,dc=uta,dc=edu and my
slapd.conf file has the following:
(I do notice that the bind dn is "" which makes me think my sasl-regexp is
fubar.)
sasl-realm "KERB.UTA.EDU"
sasl-host labrador.kerb.uta.edu
sasl-regexp uid=(.*),cn=kerb.uta.edu,cn=gssapi,cn=auth
ldap:///uid=$1,cn=people,dc=uta,dc=edu??sub