Searched refs:ldap_exop (Results 1 – 2 of 2) sorted by relevance
/PHP-7.4/ext/ldap/tests/ |
H A D | ldap_exop.phpt | 2 ldap_exop() and ldap_parse_exop() - EXOP operations 39 // ldap_exop(resource link, string reqoid [, string reqdata [, array servercontrols [, string &retd… 42 ldap_exop($link, LDAP_EXOP_WHO_AM_I, NULL, NULL, $retdata, $retoid), 45 …ldap_exop($link, LDAP_EXOP_WHO_AM_I, NULL, [['oid' => LDAP_CONTROL_PROXY_AUTHZ, 'value' => "dn:cn=… 47 $r = ldap_exop($link, LDAP_EXOP_WHO_AM_I), 51 …$r = ldap_exop($link, LDAP_EXOP_MODIFY_PASSWD, build_reqdata_passwd("cn=userA,$base", $userAPasswo…
|
/PHP-7.4/ext/ldap/ |
H A D | ldap.c | 4160 PHP_FUNCTION(ldap_exop) in PHP_FUNCTION() argument 4889 PHP_FE(ldap_exop, arginfo_ldap_exop)
|
Completed in 16 milliseconds