hashicorp / vault-plugin-auth-kerberos

A plugin for HashiCorp Vault enabling Kerberos authentication.
Mozilla Public License 2.0
17 stars 18 forks source link

Add config parameter to include group aliases found in LDAP #73

Closed jasonodonnell closed 2 years ago

jasonodonnell commented 2 years ago

Login auth responses will return any LDAP groups found for the user in the auth.GroupAliases response when add_group_aliases is set to true on the Kerberos config in Vault.

Closes #51.