summaryrefslogtreecommitdiffstats
path: root/modules/auth/ldap/ldap.go
Commit message (Collapse)AuthorAgeFilesLines
* fix simple LDAP userDNUnknwon2015-09-141-3/+2
|
* Added LDAP simple auth support.Sergio Benitez2015-09-041-5/+20
|
* #1554 check adminFilter length before LDAP searchUnknwon2015-09-011-12/+14
|
* Set IsAdmin using LDAPGirish Ramakrishnan2015-08-181-7/+24
| | | | | | | | | The IsAdmin flag is set based on whether the admin filter returned any result. The admin filter is applied with the user dn as the search root. In the future, we should update IsAdmin as well on each login. Alternately, we can have a periodic sync operation.
* work on #986 and fix a LDAP crashUnknwon2015-08-181-4/+4
|
* Merge branch 'develop' of https://github.com/SergioBenitez/gogs into developUnknwon2015-08-161-56/+85
|\ | | | | | | | | # Conflicts: # modules/bindata/bindata.go
| * Significantly enhanced LDAP support in Gogs.Sergio Benitez2015-08-121-43/+75
|/
* Get username, name, surname and e-mail from LDAP serverLauris BH2015-02-081-21/+27
|
* Fix spelling errors in comments.Joseph Crail2014-12-061-2/+2
|
* Remove ldap depUnknwon2014-09-071-6/+6
|
* New UI merge in progressUnknwon2014-07-261-1/+1
|
* implicated error for ldap dialLunny Xiao2014-05-161-2/+1
|
* Add LDAP over SSL supportSebastian Jackel2014-05-151-3/+13
|
* merge all login methodsLunny Xiao2014-05-111-2/+2
|
* ldap supportLunny Xiao2014-05-031-4/+5
|
* initial support for LDAP authentication/MSADjuju20132014-04-231-0/+86