Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set "can admin" permission on LDAP users and teams correctlymerged--fixAdminRoleLDAP | Florian Zschocke | 2016-11-18 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | The canAdmin permission is set on a LDAP user, when the user is listed in `realm.ldap.admins` or is a member of a team listed in `realm.ldap.admins`. This leads to inconsistent and surprising behaviour on the EditUser page when clicking the "can admin" checkbox. Also, the "can admin" checkbox is disabled, but not checked, for teams that are listed as admin teams. The new behaviour implemented in this patch makes users and teams from LDAP match local ones. That means: * LDAP teams that are listed in `realm.ldap.admins` get the canAdmin property set if teams are maintained in LDAP. * LDAP users that are listed in `realm.ldap.admins` get the canAdmin property set if teams are maintained in LDAP. * LDAP users do not get the canAdmin property set, if they are only a member of a team listed in `realm.ldap.admins`. * The `supportsRoleChanges` method for users and teams of the `LdapAuthProvider` unconditially returns false if teams are maintained in LDAP, not only for users and teams listed in `realm.ldap.admins`. * Therefore, for all LDAP users and teams the "can admin" checkbox is always disabled if teams are maintained in LDAP. | ||||
* | Load empty groups as empty teams from ldap, when ldap user | Alfred Schmid | 2014-02-19 | 1 | -0/+5 |
| | | | | synchronization is enabled. | ||||
* | Fixed Tests, use local copy of users.conf. Initialize reset ldap before | Alfred Schmid | 2014-02-19 | 2 | -6/+18 |
| | | | | every test. | ||||
* | Basic implementation of feature for ldap user synchronization as | Alfred Schmid | 2014-02-19 | 2 | -2/+28 |
| | | | | | background service. Introduced configuration property to configure the synchronization period. | ||||
* | Refactor user services and separate authentication (issue-281) | James Moger | 2013-11-29 | 5 | -0/+161 |
| | | | | Change-Id: I336e005e02623fc5e11a4f8b4408bea5465a43fd | ||||
* | Add an Apache htpasswd user service | Florian Zschocke | 2013-08-12 | 3 | -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 Moger | 2013-07-17 | 1 | -0/+20 |
| | |||||
* | Unit tests which confirm working/expected behavior (issue-259) | James Moger | 2013-07-02 | 1 | -0/+32 |