stable

Clone or download

Read-only

Merge commit 'refs/changes/20/2520/16' of ssh://gerrit.tuleap.net:29418/tuleap into tuleap-stable-master

* ssh://gerrit.tuleap.net:29418/tuleap: request #7251 - Send a reminder to project admins about the automatic cleanup of suspended LDAP users Change-Id: Ia5d6d895ad7458a6bc56fe027e68275f3a3e5e4e

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