summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2019-02-18 12:34:37 +0000
committerGitHub <noreply@github.com>2019-02-18 12:34:37 +0000
commit22770c324dc46412241ec833e608134df8f47245 (patch)
treed3ffad8575860955a56d1ba259145fc5a51a596b /modules
parenta380cfd8e03148a05859a7496d235fa14bde4796 (diff)
downloadgitea-22770c324dc46412241ec833e608134df8f47245.tar.gz
gitea-22770c324dc46412241ec833e608134df8f47245.zip
Move to ldap.v3 to fix #5928 (#6105)
Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'modules')
-rw-r--r--modules/auth/ldap/ldap.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/auth/ldap/ldap.go b/modules/auth/ldap/ldap.go
index c68af25408..f202f94086 100644
--- a/modules/auth/ldap/ldap.go
+++ b/modules/auth/ldap/ldap.go
@@ -11,9 +11,9 @@ import (
"fmt"
"strings"
- "gopkg.in/ldap.v2"
-
"code.gitea.io/gitea/modules/log"
+
+ ldap "gopkg.in/ldap.v3"
)
// SecurityProtocol protocol type