summaryrefslogtreecommitdiff
path: root/internal/authentication/ldap_util.go
diff options
context:
space:
mode:
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 5793a661b..a50c69e2a 100644
--- a/internal/authentication/ldap_util.go
+++ b/internal/authentication/ldap_util.go
@@ -111,7 +111,7 @@ func ldapGetReferral(err error) (referral string, ok bool) {
}
}
-func ldapGetErrorCode(err error) int {
+func getLDAPResultCode(err error) int {
var e *ldap.Error
if errors.As(err, &e) {