You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using go-ldap/v3 in ldap2pg. I'm happy to test the new GSSAPI feature of go-ldap. I got a setup for Samba 4 as KDC and Service authicated using Kerberos. kinit + ldapsearch -Y GSSAPI works fine. I'm now implementing the client side in Go. However, I'm hiting an odd error : checksum mismatch. I didn't found this error in ldap/gssapi. I guess it's deeper in gokrb5. But how to determine the cause of this mismatch ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm using go-ldap/v3 in ldap2pg. I'm happy to test the new GSSAPI feature of go-ldap. I got a setup for Samba 4 as KDC and Service authicated using Kerberos. kinit + ldapsearch -Y GSSAPI works fine. I'm now implementing the client side in Go. However, I'm hiting an odd error : checksum mismatch. I didn't found this error in ldap/gssapi. I guess it's deeper in gokrb5. But how to determine the cause of this mismatch ?
The implementation so far is at dalibo/ldap2pg#645
Thanks for your help !
Regards,
Étienne
Beta Was this translation helpful? Give feedback.
All reactions