1
0
Fork 0
forked from forgejo/forgejo

Use better LDAP lib and should fix #1139

This commit is contained in:
Unknwon 2015-11-26 14:04:58 -05:00
parent 2f28a0310b
commit aaa3f1b2b9
24 changed files with 4 additions and 2739 deletions

View file

@ -11,7 +11,8 @@ import (
"fmt"
"strings"
"github.com/gogits/gogs/modules/ldap"
"gopkg.in/ldap.v2"
"github.com/gogits/gogs/modules/log"
)