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
Trying to use the ldap auth provider with kerberes gives me an "keytab not provided" error. Even when the keytab-file flag is used the error is thrown. This applies to both 0.4.0 and master.
The cause for the error seems to be an erroneous if check when verifying ldap options.
Trying to use the ldap auth provider with kerberes gives me an "keytab not provided" error. Even when the keytab-file flag is used the error is thrown. This applies to both 0.4.0 and master.
The cause for the error seems to be an erroneous if check when verifying ldap options.
https://github.com/appscode/guard/blob/a3c65d74d64b13842a9bff0357951a18623142f3/auth/providers/ldap/options.go#L136-L138
Flags used:
The text was updated successfully, but these errors were encountered: