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
Also, If you are trying to authenticate with Kerberos, can you take a look at this issue? #536, Were you able to make a working code with Kerberos auth?
Attempting to disable FAST via client.DisablePAFXFAST(true), as shown here https://github.com/jcmturner/gokrb5/blob/master/USAGE.md, but nothing seems to work when passing it as an argument.
Tried:
gssapi.Settings.DisablePAFXFAST(true)
client.Settings.DisablePAFXFAST(true)
client.DisablePAFXFAST(true)
gssapi.DisablePAFXFAST(true)
DisablePAFXFAST(true)
All error out as undefined.
The function declaration does seem designed to handle settings args, but its not clear how.
ldap/gssapi/client.go
Line 51 in 191cca8
Anyone have any insight?
The text was updated successfully, but these errors were encountered: