summaryrefslogtreecommitdiffstats
path: root/modules/auth/ldap
Commit message (Collapse)AuthorAgeFilesLines
* 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