stable
Clone or download
Read-only
request #10861 Autocomplete must returns LDAP and local users
When adding a project member for instance, all the users (LDAP and local users) must be returned by the autocomplete script and not only LDAP users when we use Tuleap with LDAP. Autocomplete for users is now able to retrieve LDAP entries and local users. Some information: * If a user as an LDAP entry and a local account, the ldap entry is displayed (no double entries) * The global limit for content (ldap + local) is still 15 elements Change-Id: I80c45dd7267d7bf1e4797ea367515ebe533ff519
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/ldap/include/LDAP_UserManager.class.php | +56 | −14 | Go to diff View file |
M | plugins/ldap/include/autoload.php | +4 | −2 | Go to diff View file |
A | plugins/ldap/include/exception/IdentifierTypeNotFoundException.php | +28 | −0 | Go to diff View file |
A | plugins/ldap/include/exception/IdentifierTypeNotRecognizedException.php | +28 | −0 | Go to diff View file |
M | plugins/ldap/include/ldapPlugin.class.php | +27 | −45 | Go to diff View file |
M | src/common/dao/UserDao.class.php | +1 | −1 | Go to diff View file |
M | src/www/user/autocomplete.php | +29 | −13 | Go to diff View file |