From 93ce396c12ce6976e335c481a4e0dffc319ec0d1 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:33:50 -0400 Subject: [PATCH] Update ldap/options.go Co-authored-by: Jim --- ldap/options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldap/options.go b/ldap/options.go index 6ea4619..fec5da9 100644 --- a/ldap/options.go +++ b/ldap/options.go @@ -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{}) {