Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get username, name, surname and e-mail from LDAP server | Lauris BH | 2015-02-08 | 1 | -21/+27 |
| | |||||
* | Fix spelling errors in comments. | Joseph Crail | 2014-12-06 | 1 | -2/+2 |
| | |||||
* | Remove ldap dep | Unknwon | 2014-09-07 | 1 | -6/+6 |
| | |||||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 | 1 | -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 progress | Unknwon | 2014-07-26 | 1 | -1/+1 |
| | |||||
* | implicated error for ldap dial | Lunny Xiao | 2014-05-16 | 1 | -2/+1 |
| | |||||
* | Add LDAP over SSL support | Sebastian Jackel | 2014-05-15 | 1 | -3/+13 |
| | |||||
* | ignore broken tests | Unknown | 2014-05-11 | 1 | -27/+24 |
| | |||||
* | merge all login methods | Lunny Xiao | 2014-05-11 | 1 | -2/+2 |
|\ | |||||
* | | add login name for auth type | Lunny Xiao | 2014-05-11 | 1 | -0/+32 |
|/ | |||||
* | ldap support | Lunny Xiao | 2014-05-03 | 1 | -4/+5 |
| | |||||
* | initial support for LDAP authentication/MSAD | juju2013 | 2014-04-23 | 2 | -0/+129 |