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