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
currently I need to specify binddn and bindpass in POST /auth/kerberos/config/ldap.
Could you please add the option to authenticate using the kerberos keytab I already provided in /auth/kerberos/config?
I don't know "go" and all the libraries, but I think that most required code already exists. Maybe go-ldap needs another constructor besides NewClientWithKeytab that takes a keytab blob instead of a filename?
Hello,
currently I need to specify
binddn
andbindpass
inPOST /auth/kerberos/config/ldap
.Could you please add the option to authenticate using the kerberos keytab I already provided in
/auth/kerberos/config
?I don't know "go" and all the libraries, but I think that most required code already exists. Maybe go-ldap needs another constructor besides
NewClientWithKeytab
that takes a keytab blob instead of a filename?The shell equivalent that works for me is:
The text was updated successfully, but these errors were encountered: