From a19ed947b9f08e3dc2f5e2403891caf687ce21c3 Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Wed, 27 Mar 2024 14:36:16 -0400 Subject: [PATCH] Add godoc --- ldap/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldap/client.go b/ldap/client.go index d2211f4..715a7de 100644 --- a/ldap/client.go +++ b/ldap/client.go @@ -215,7 +215,7 @@ type Attribute struct { // the WithGroups option is specified, it will also return the user's groups // from the directory. // -// Supported options: WithUserAttributes, WithGroups, WithDialer, WithURLs +// Supported options: WithUserAttributes, WithGroups, WithDialer, WithURLs, WithLowerUserAttributeKeys func (c *Client) Authenticate(ctx context.Context, username, password string, opt ...Option) (*AuthResult, error) { const op = "ldap.(Client).Authenticate" if username == "" {