Skip to content

Commit

Permalink
Update ldap/options.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jim <[email protected]>
  • Loading branch information
jasonodonnell and jimlambrt authored Mar 27, 2024
1 parent ee34595 commit 93ce396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldap/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func WithUserAttributes() Option {
}

// WithLowerUserAttributeKeys returns a User Attribute map where the keys
// are all cast to lower case. This is neccessary for some clients, such as Vault,
// are all cast to lower case. This is necessary for some clients, such as Vault,
// where user configured user attribute key names have always been stored lower case.
func WithLowerUserAttributeKeys() Option {
return func(o interface{}) {
Expand Down

0 comments on commit 93ce396

Please sign in to comment.