summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/LdapUserService.java
Commit message (Collapse)AuthorAgeFilesLines
* Support --baseFolder parameter and small data reorganizationJames Moger2013-01-151-1/+1
|
* 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
| | | | | By providing an URL in the format "ldap+tls://ldapserver.example.com", you can now connect to LDAP servers that require StartTLS command.
* Fixed LdapUserService if account has null email address (issue 110)James Moger2012-07-171-2/+8
|
* Persist cookies in ConfigUserService. Update LDAPUserService to generate ↵James Moger2012-07-111-13/+6
| | | | cookies.
* 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 LDAP logic to retrieve display name & email address Add code / test to defend against LDAP injection attacks.
| * Add logic to get display name & email (Simply stored in user model for now).John Crygier2012-04-251-15/+69
| | | | | | | | Add code / test to defend against LDAP injection attacks.
* | 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 ↵John Crygier2012-04-101-86/+154
| | | | to be started with Gitblit GO (backed by an LDIF file).
* Skeleton LdapUserService based on John Cryiger's implementationJames Moger2012-04-061-0/+200