stable

Clone or download

Read-only

Close request #31943 Enhance non unique LDAP uids warning message

Given some Tuleap users that share the same LDAP UID, a warning message is displayed in the root_daily event. We have to enhance this message to add information about the Tuleap users impacted by this. How to test ----------- * Have some users that share the same LDAP UID in the plugin_ldap_users table * Run a root_daily event (can be done with ```tuleap daily-job``` in the container) => The warning message must display each non unique LDAP UIDs with the associated Tuleap user names. Change-Id: I5f586767806e9a0ad1b71d0d30ba34392f86ab04

Modified Files

Name
M plugins/ldap/include/LDAP_UserDao.class.php +0 −12 Go to diff View file
A plugins/ldap/include/NonUniqueUidDAO.php +51 −0 Go to diff View file
D plugins/ldap/include/NonUniqueUidRetriever.php +0 −49 Go to diff View file
M plugins/ldap/include/ldapPlugin.php +21 −7 Go to diff View file