stable
Clone or download
Read-only
Merge commit 'refs/changes/87/2787/3' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master
* ssh://gerrit.tuleap.net:29418/tuleap: request #7239 - LDAP/Tuleap user synchronization no longer retrieve extra attributes Change-Id: I3a79682daacc0f13b2e2cb5718a61392c62cdaed
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/ldap/bin/convertSvnToLdap.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/bin/registerUser.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/include/LDAP.class.php | +9 | −4 | Go to diff View file |
A | plugins/ldap/include/LDAP_AuthenticationFailedException.class.php | +25 | −0 | Go to diff View file |
M | plugins/ldap/include/LDAP_BackendSVN.class.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/include/LDAP_DirectorySynchronization.class.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/include/LDAP_GroupManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserGroupManager.class.php | +1 | −1 | Go to diff View file |
M | plugins/ldap/include/LDAP_UserManager.class.php | +55 | −2 | Go to diff View file |
A | plugins/ldap/include/LDAP_UserNotFoundException.class.php | +25 | −0 | Go to diff View file |
M | plugins/ldap/include/autoload.php | +4 | −2 | Go to diff View file |
M | plugins/ldap/include/ldapPlugin.class.php | +23 | −44 | Go to diff View file |
M | plugins/ldap/tests/LDAP_UserManagerTest.php | +210 | −3 | Go to diff View file |
M | plugins/ldap/tests/bootstrap.php | +65 | −0 | Go to diff View file |
M | plugins/ldap/www/welcome.php | +1 | −1 | Go to diff View file |
M | plugins/requesthelp/include/RequestHelpActions.class.php | +1 | −1 | Go to diff View file |