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

GSSAPI: sb_sasl_pkt_length: received illegal packet length of 97 bytes




hi,

I 'm trying to use kerberos V with openldap but I can't even put a
single byte in the database due to this annoying error:

------start server log----------

slapd starting
connection_get(9)
SRCH "" 0 0    0 0 0
     filter: (objectClass=*)
     attrs: supportedSASLMechanisms
ber_flush: 48 bytes to sd 9
send_ldap_result: 0::
ber_flush: 14 bytes to sd 9
connection_get(9)
==> sasl_bind: dn="" mech=GSSAPI datalen=522
ber_flush: 162 bytes to sd 9
connection_get(9)
==> sasl_bind: dn="" mech=<continuing> datalen=0
ber_flush: 81 bytes to sd 9
connection_get(9)
deferring operation
==> sasl_bind: dn="" mech=<continuing> datalen=65
SASL Authorize [conn=0]: authcid="root/admin" authzid="<empty>"
ber_flush: 14 bytes to sd 9
connection_get(9)
sb_sasl_pkt_length: received illegal packet length of 97 bytes

---------end server log---------

---------start client log-------
gentoo root # ldapsearch
SASL/GSSAPI authentication started
SASL SSF: 56
SASL installing layers
version: 2

#
# filter: (objectclass=*)
# requesting: ALL
#

ldap_result: Can't contact LDAP server

-----------end client log---------

I have no idea what this could be, I've had previous errors with
KRB5_KTNAME pointing to the wrong file and wrong kvno numbers, but these
should be all fixed now.

any thoughts?