summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/auth/LdapAuthProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1160 from fzs/sshLdapAuthenticatorFlorian Zschocke2016-12-181-274/+10
|\
| * Retrieve public SSH keys from LDAP.Florian Zschocke2016-11-291-7/+4
| * Extract LdapConnection into new class from LdapAuthProviderFlorian Zschocke2016-11-231-268/+7
* | Merge branch 'rcaa-master' into master.Florian Zschocke2016-12-131-1/+1
|\ \ | |/ |/|
| * removing unecessary user cookie codeRodrigo Andrade2016-08-151-1/+1
* | Set "can admin" permission on LDAP users and teams correctlymerged--fixAdminRoleLDAPFlorian Zschocke2016-11-181-12/+32
* | Clean up `LdapAuthProvider` to properly cover different LDAP search scenarios.Florian Zschocke2016-11-111-114/+284
|/
* Fix time units in ldap sync log messageJames Moger2014-11-241-1/+2
* Allow authentication providers to control user and team role changesJames Moger2014-09-261-1/+27
* Allow LDAP to reset/delete an user email address valueJames Moger2014-09-081-0/+4
* Warn on LDAP synchronization if the uid attribute is null/undefinedJames Moger2014-04-081-4/+8
* LDAP: Escape username in case we are using userbased bind.Jani Averbach2014-03-311-1/+1
* LDAP: Authenticated Searches without a manager passwordj3rem1e2014-03-271-1/+15
* API adjustments and elimination of duplicate config optionsJames Moger2014-02-191-100/+102
* Added logging for empty group sync.Alfred Schmid2014-02-191-0/+2
* Load empty groups as empty teams from ldap, when ldap userAlfred Schmid2014-02-191-0/+24
* Fixed error with negative periods. Using at least ldapCaching period toAlfred Schmid2014-02-191-11/+11
* Basic implementation of feature for ldap user synchronization asAlfred Schmid2014-02-191-1/+30
* Centralize cookie creationJames Moger2013-12-111-3/+1
* Fix external authentication failureJames Moger2013-12-111-14/+21
* Fix LDAP port and bind regressions due to change for issue-343James Moger2013-12-101-2/+11
* Refactor user services and separate authentication (issue-281)James Moger2013-11-291-0/+508