stable
Clone or download
Read-only
Merge commit 'refs/changes/21/2521/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #6570: Delete old suspended ldap users Change-Id: Ib91d06145ee2f0e11b9c489a8b03bd95cfb5bdeb
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/ldap/bin/ldap_sync.php | +6 | −1 | Go to diff View file |
M | plugins/ldap/db/install.sql | +5 | −0 | Go to diff View file |
A | plugins/ldap/db/mysql/updates/2014/201405191003_add_ldap_suspended_user_table.php | +72 | −0 | Go to diff View file |
M | plugins/ldap/db/uninstall.sql | +2 | −1 | Go to diff View file |
M | plugins/ldap/etc/ldap.inc | +1 | −1 | Go to diff View file |
A | plugins/ldap/include/LDAP_CleanUpManager.class.php | +159 | −0 | Go to diff View file |
A | plugins/ldap/include/LDAP_DirectoryCleanUpDao.class.php | +74 | −0 | Go to diff View file |
M | plugins/ldap/include/LDAP_DirectorySynchronization.class.php | +5 | −0 | Go to diff View file |
M | plugins/ldap/include/autoload.php | +5 | −3 | Go to diff View file |
M | plugins/ldap/include/ldapPlugin.class.php | +6 | −0 | Go to diff View file |
M | plugins/ldap/tests/LDAP_DirectorySynchronizationTest.php | +11 | −1 | Go to diff View file |
M | src/common/dao/UserGroupDao.class.php | +19 | −1 | Go to diff View file |