stable
Clone or download
Read-only
request #6570: Delete old suspended ldap users
Change-Id: I156f0a5e838bc3e51abb3d1fb02a6a479842c9b9
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 |