stable
Clone or download
Read-only
(request #11621) LDAP group search using display name
If $sys_ldap_grp_display_name and $sys_ldap_tooltip_search_grp are set, then LDAP will also search on the display name. Adding $sys_ldap_grp_display_name $sys_ldap_tooltip_search_grp to ldap.inc will enable this functionality. Did not change default behaviour, but added hints in the ldap.inc files. Change-Id: I638e28b0d16975e98d5963508256eef05845199f
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 |