summaryrefslogtreecommitdiffstats
path: root/src/test/resources
Commit message (Collapse)AuthorAgeFilesLines
* Load empty groups as empty teams from ldap, when ldap userAlfred Schmid2014-02-191-0/+5
| | | | synchronization is enabled.
* Fixed Tests, use local copy of users.conf. Initialize reset ldap beforeAlfred Schmid2014-02-192-6/+18
| | | | every test.
* Basic implementation of feature for ldap user synchronization asAlfred Schmid2014-02-192-2/+28
| | | | | background service. Introduced configuration property to configure the synchronization period.
* Refactor user services and separate authentication (issue-281)James Moger2013-11-295-0/+161
| | | | Change-Id: I336e005e02623fc5e11a4f8b4408bea5465a43fd
* Add an Apache htpasswd user serviceFlorian Zschocke2013-08-123-0/+72
| | | | | | | Add a new class, HtpasswdUserService, which performs authentication against a text file created with the Apache 'htpasswd' program. Added dependency on commons-codec:1.7
* Added unit test for reported issue (issue-271)James Moger2013-07-171-0/+20
|
* Unit tests which confirm working/expected behavior (issue-259)James Moger2013-07-021-0/+32