summaryrefslogtreecommitdiff
path: root/internal/authentication/ldap_util.go
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2023-10-08 09:06:01 +1100
committerGitHub <noreply@github.com>2023-10-08 08:06:01 +1000
commit381a4a95bb4ad1020ef173609fa67bdb70d80b2e (patch)
tree59d13d91dc29d9f0af71734df4f55565cf070d5d /internal/authentication/ldap_util.go
parentb1255c2b17314b88c11da8843930c18ce91abf39 (diff)
refactor: clock newups (#6101)
Signed-off-by: James Elliott <james-d-elliott@users.noreply.github.com>
Diffstat (limited to 'internal/authentication/ldap_util.go')
-rw-r--r--internal/authentication/ldap_util.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/authentication/ldap_util.go b/internal/authentication/ldap_util.go
index c19be6203..942aba619 100644
--- a/internal/authentication/ldap_util.go
+++ b/internal/authentication/ldap_util.go
@@ -5,7 +5,7 @@ import (
"strings"
ber "github.com/go-asn1-ber/asn1-ber"
- ldap "github.com/go-ldap/ldap/v3"
+ "github.com/go-ldap/ldap/v3"
)
func ldapEntriesContainsEntry(needle *ldap.Entry, haystack []*ldap.Entry) bool {