ldap_helper.php
Table of Contents
Functions
- ldap_getCnx() : Connection|false
- Create the ldap connection for token management
- ldap_bindCnx() : mixed
- ldap_readattr() : mixed
- ldap_search_withScope() : mixed
- ldap_doTokenSearch() : mixed
- prepareLDAPQuery() : mixed
Functions
ldap_getCnx()
Create the ldap connection for token management
ldap_getCnx([int|null $server_id = null ]) : Connection|false
Parameters
- $server_id : int|null = null
Return values
Connection|falseldap_bindCnx()
ldap_bindCnx(mixed $ds[, mixed $server_id = null ]) : mixed
Parameters
- $ds : mixed
- $server_id : mixed = null
ldap_readattr()
ldap_readattr(mixed $attr) : mixed
Parameters
- $attr : mixed
ldap_search_withScope()
ldap_search_withScope(mixed $ds, mixed $basedn, mixed $filter, mixed $attrlist, mixed $scope) : mixed
Parameters
- $ds : mixed
- $basedn : mixed
- $filter : mixed
- $attrlist : mixed
- $scope : mixed
ldap_doTokenSearch()
ldap_doTokenSearch(mixed $ds, mixed $ldapq, mixed &$ResArray, int $surveyid) : mixed
Parameters
- $ds : mixed
- $ldapq : mixed
- $ResArray : mixed
- $surveyid : int
prepareLDAPQuery()
prepareLDAPQuery(mixed $queryId) : mixed
Parameters
- $queryId : mixed