summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/LdapUserService.java
Commit message (Expand)AuthorAgeFilesLines
* Support local accounts with LdapUserService and RedmineUserService (issue-183)James Moger2013-01-041-3/+15
* Fix LDAP connection leak (issue 139)James Moger2012-09-261-34/+37
* Setting Admin attribute is now consistent with LDAP team configJames Moger2012-08-271-10/+23
* StartTLS is not supported in LdapUserService (issue 122)Steffen Gebert2012-08-091-2/+17
* Fixed LdapUserService if account has null email address (issue 110)James Moger2012-07-171-2/+8
* Persist cookies in ConfigUserService. Update LDAPUserService to generate coo...James Moger2012-07-111-13/+6
* Allow user services to control editing of display name and email addressJames Moger2012-04-251-18/+45
* Merge jcrygier's LDAP injection defense and displayname/email retrievalJames Moger2012-04-251-15/+69
|\
| * Add logic to get display name & email (Simply stored in user model for now).John Crygier2012-04-251-15/+69
* | DocumentationJames Moger2012-04-241-2/+2
* | Corrected log typosJames Moger2012-04-241-2/+2
* | Updated the key generator to build nested key classesJames Moger2012-04-241-10/+10
|/
* Allow for admin teams with spaces in their name.unknown2012-04-241-11/+11
* Change username to come from simpleUserName (from login screen) instead of CN.John Crygier2012-04-181-3/+3
* Rework LDAP implementation with unboundid. Also allows for an LDAP server to...John Crygier2012-04-101-86/+154
* Skeleton LdapUserService based on John Cryiger's implementationJames Moger2012-04-061-0/+200