Replies: 3 comments 6 replies
Hi! Have you already solved your problem now? I have the same issue - I am getting "checksum mismatch" error when I am trying to use GSS API bind (GSSAPIBind method) |
|
Funny survey: I've downgraded go-ldap version to v3.4.10 and it worked for me :) So, probably, some problem is in 3.4.11 or 3.4.12 releases |
Uh oh!
There was an error while loading. Please reload this page.
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
All reactions