From aaa3f1b2b9de437386185670bcc135202f1d8099 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 26 Nov 2015 14:04:58 -0500 Subject: Use better LDAP lib and should fix #1139 --- modules/auth/ldap/ldap.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/auth/ldap') diff --git a/modules/auth/ldap/ldap.go b/modules/auth/ldap/ldap.go index a00bcf8514..29a2a93b48 100644 --- a/modules/auth/ldap/ldap.go +++ b/modules/auth/ldap/ldap.go @@ -11,7 +11,8 @@ import ( "fmt" "strings" - "github.com/gogits/gogs/modules/ldap" + "gopkg.in/ldap.v2" + "github.com/gogits/gogs/modules/log" ) -- cgit v1.2.3