stable
Clone or download
Read-only
Merge commit 'refs/changes/86/11886/8' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: (request #11621) LDAP group search using display name Change-Id: Id9c5c3d4bae1146c61b687394e36258d1c30406c
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/ldap/etc/ActiveDirectory.inc.dist | +8 | −0 | Go to diff View file |
M | plugins/ldap/etc/OpenLDAP.inc.dist | +8 | −1 | Go to diff View file |
M | plugins/ldap/include/LDAP.class.php | +12 | −4 | Go to diff View file |
M | plugins/ldap/include/LDAPResult.class.php | +11 | −0 | Go to diff View file |
M | plugins/ldap/include/LDAP_GroupManager.class.php | +19 | −3 | Go to diff View file |
M | plugins/ldap/include/LinkModalContentPresenter.php | +4 | −1 | Go to diff View file |
M | plugins/ldap/include/ldapPlugin.class.php | +5 | −2 | Go to diff View file |
M | plugins/ldap/templates/project-members-ldap-link-modal.mustache | +1 | −1 | Go to diff View file |
M | plugins/ldap/www/autocomplete.php | +8 | −10 | Go to diff View file |
M | plugins/ldap/www/scripts/autocomplete-for-select2.js | +5 | −1 | Go to diff View file |