summaryrefslogtreecommitdiffstats
path: root/src/test/java/com/gitblit/tests/LdapAuthenticationTest.java
Commit message (Collapse)AuthorAgeFilesLines
* LDAP: Added test for binding without special account (e.g. userbasedJani Averbach2014-03-311-0/+13
| | | bind)
* Fix authentication security hole with external providersJames Moger2014-03-181-0/+36
|
* Fixed and introduced tests for synching ldap users and groups.Alfred Schmid2014-02-211-22/+19
| | | | | | | | Using new settings key realm.ldap.synchronize Switched from key String to Keys class. To avoid letting tests pass with hardcoded keys wich doesn't exist anymore. Now on Key Refactorings the test gets compile error again. Test the isReady behavior from LdapSyncService.
* API adjustments and elimination of duplicate config optionsJames Moger2014-02-191-5/+5
|
* Load empty groups as empty teams from ldap, when ldap userAlfred Schmid2014-02-191-0/+28
| | | | synchronization is enabled.
* Fixed Tests, use local copy of users.conf. Initialize reset ldap beforeAlfred Schmid2014-02-191-12/+31
| | | | every test.
* Basic implementation of feature for ldap user synchronization asAlfred Schmid2014-02-191-3/+40
| | | | | background service. Introduced configuration property to configure the synchronization period.
* Refactor user services and separate authentication (issue-281)James Moger2013-11-291-0/+165
Change-Id: I336e005e02623fc5e11a4f8b4408bea5465a43fd