summaryrefslogtreecommitdiffstats
path: root/modules/auth/ldap
Commit message (Collapse)AuthorAgeFilesLines
* #1896 fatal when no needed update taskUnknwon2015-11-041-1/+1
|
* Sanitizing input to LDAP authentication module.Sergio Benitez2015-10-261-3/+39
|
* revert simple LDAP userDN and update exampleUnknwon2015-09-161-2/+2
|
* #1637 able to skip verify for LDAPUnknwon2015-09-141-6/+10
|
* fix simple LDAP userDNUnknwon2015-09-141-3/+2
|
* Minor fixes to the LDAP module readmeSergio Benitez2015-09-051-7/+8
|
* Updated the LDAP auth module README.Sergio Benitez2015-09-041-31/+67
|
* 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
|
* Small style fixes to the LDAP module READMESergio Benitez2015-08-161-3/+3
|
* Merge branch 'develop' of https://github.com/SergioBenitez/gogs into developUnknwon2015-08-163-114/+135
|\ | | | | | | | | # Conflicts: # modules/bindata/bindata.go
| * Updated the LDAP module readme.Sergio Benitez2015-08-121-29/+29
| |
| * Significantly enhanced LDAP support in Gogs.Sergio Benitez2015-08-123-101/+125
|/
* 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
|
* Removed trailing white spacesTristan Storch2014-08-301-1/+1
| | | | | | | | | | Removed trailing whitespaces with ```sh for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done ``` and some handwork.
* 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
|
* ignore broken testsUnknown2014-05-111-27/+24
|
* merge all login methodsLunny Xiao2014-05-111-2/+2
|\
* | add login name for auth typeLunny Xiao2014-05-111-0/+32
|/
* ldap supportLunny Xiao2014-05-031-4/+5
|
* initial support for LDAP authentication/MSADjuju20132014-04-232-0/+129