dev

Clone or download

Read-only

request #7251 - Send a reminder to project admins about the automatic cleanup of suspended LDAP users

Change-Id: Ieab4a7432326a11fec2c98bc757ddccb9f171a2f

Modified Files

Name
M plugins/ldap/include/LDAP_DirectoryCleanUpDao.class.php +21 −0 Go to diff View file
M plugins/ldap/include/LDAP_DirectorySynchronization.class.php +24 −1 Go to diff View file
A plugins/ldap/include/LDAP_SyncMail.class.php +116 −0 Go to diff View file
M plugins/ldap/include/LDAP_SyncNotificationManager.class.php +17 −75 Go to diff View file
A plugins/ldap/include/LDAP_SyncReminderNotificationManager.class.php +114 −0 Go to diff View file
M plugins/ldap/include/autoload.php +4 −2 Go to diff View file
M plugins/ldap/site-content/en_US/ldap.tab +4 −2 Go to diff View file
M plugins/ldap/site-content/fr_FR/ldap.tab +2 −0 Go to diff View file
M plugins/ldap/tests/LDAP_DirectorySynchronizationTest.php +30 −5 Go to diff View file