ldap_servers.api.php in Lightweight Directory Access Protocol (LDAP) 7
Same filename and directory in other branches
File
ldap_servers/ldap_servers.api.phpView source
<?php
/**
* Documentations of the module hooks
*/
/**
* Allow the results from the ldap search answer to be modified
* The query parameters are provided as context infomation
* (readonly)
*
*/
function hook_ldap_server_search_results_alter(&$entries, $ldap_query_params) {
// look for a specific part of the $results array
// and maybe change it
}
Functions
Name | Description |
---|---|
hook_ldap_server_search_results_alter | Allow the results from the ldap search answer to be modified The query parameters are provided as context infomation (readonly) |