aboutsummaryrefslogtreecommitdiff
path: root/modules/auth/ldap
Commit message (Collapse)AuthorAge
* Get username, name, surname and e-mail from LDAP serverLauris BH2015-02-08
|
* Fix spelling errors in comments.Joseph Crail2014-12-06
|
* Remove ldap depUnknwon2014-09-07
|
* Removed trailing white spacesTristan Storch2014-08-30
| | | | | | | | | | 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-26
|
* implicated error for ldap dialLunny Xiao2014-05-16
|
* Add LDAP over SSL supportSebastian Jackel2014-05-15
|
* ignore broken testsUnknown2014-05-11
|
* merge all login methodsLunny Xiao2014-05-11
|\
* | add login name for auth typeLunny Xiao2014-05-11
|/
* ldap supportLunny Xiao2014-05-03
|
* initial support for LDAP authentication/MSADjuju20132014-04-23