Lines Matching defs:ldap
14 function ldap_unbind($ldap): bool {}
20 function ldap_close($ldap): bool {}
23 function ldap_bind($ldap, ?string $dn = null, ?string $password = null): bool {}
29 function ldap_bind_ext($ldap, ?string $dn = null, ?string $password = null, ?array $controls = null…
33 function ldap_sasl_bind($ldap, ?string $dn = null, ?string $password = null, ?string $mech = null, …
40 function ldap_read($ldap, array|string $base, array|string $filter, array $attributes = [], int $at…
46 function ldap_list($ldap, array|string $base, array|string $filter, array $attributes = [], int $at…
52 function ldap_search($ldap, array|string $base, array|string $filter, array $attributes = [], int $…
55 function ldap_free_result($ldap): bool {}
62 function ldap_count_entries($ldap, $result): int {}
69 function ldap_first_entry($ldap, $result) {}
76 function ldap_next_entry($ldap, $entry) {}
82 function ldap_get_entries($ldap, $result): array|false {}
88 function ldap_first_attribute($ldap, $entry): string|false {}
94 function ldap_next_attribute($ldap, $entry): string|false {}
100 function ldap_get_attributes($ldap, $entry): array {}
106 function ldap_get_values_len($ldap, $entry, string $attribute): array|false {}
113 function ldap_get_values($ldap, $entry, string $attribute): array|false {}
119 function ldap_get_dn($ldap, $entry): string|false {}
126 function ldap_add($ldap, string $dn, array $entry, ?array $controls = null): bool {}
132 function ldap_add_ext($ldap, string $dn, array $entry, ?array $controls = null) {}
135 function ldap_delete($ldap, string $dn, ?array $controls = null): bool {}
141 function ldap_delete_ext($ldap, string $dn, ?array $controls = null) {}
144 function ldap_modify_batch($ldap, string $dn, array $modifications_info, ?array $controls = null): …
147 function ldap_mod_add($ldap, string $dn, array $entry, ?array $controls = null): bool {}
153 function ldap_mod_add_ext($ldap, string $dn, array $entry, ?array $controls = null) {}
156 function ldap_mod_replace($ldap, string $dn, array $entry, ?array $controls = null): bool {}
162 function ldap_modify($ldap, string $dn, array $entry, ?array $controls = null): bool {}
168 function ldap_mod_replace_ext($ldap, string $dn, array $entry, ?array $controls = null) {}
171 function ldap_mod_del($ldap, string $dn, array $entry, ?array $controls = null): bool {}
177 function ldap_mod_del_ext($ldap, string $dn, array $entry, ?array $controls = null) {}
180 function ldap_errno($ldap): int {}
183 function ldap_error($ldap): string {}
188 function ldap_compare($ldap, string $dn, string $attribute, string $value, ?array $controls = null)…
192 function ldap_rename($ldap, string $dn, string $new_rdn, string $new_parent, bool $delete_old_rdn, …
198 function ldap_rename_ext($ldap, string $dn, string $new_rdn, string $new_parent, bool $delete_old_r…
205 function ldap_get_option($ldap, int $option, &$value = null): bool {}
211 function ldap_set_option($ldap, int $option, $value): bool {}
217 function ldap_count_references($ldap, $result): int {}
224 function ldap_first_reference($ldap, $result) {}
231 function ldap_next_reference($ldap, $entry) {}
239 function ldap_parse_reference($ldap, $entry, &$referrals): bool {}
252 function ldap_parse_result($ldap, $result, &$error_code, &$matched_dn = null, &$error_message = nul…
258 function ldap_set_rebind_proc($ldap, ?callable $callback): bool {}
263 function ldap_start_tls($ldap): bool {}
282 function ldap_exop($ldap, string $request_oid, ?string $request_data = null, ?array $controls = NUL…
290 function ldap_exop_passwd($ldap, string $user = "", string $old_password = "", string $new_password…
296 function ldap_exop_whoami($ldap): string|false {}
301 function ldap_exop_refresh($ldap, string $dn, int $ttl): int|false {}
311 function ldap_parse_exop($ldap, $result, &$response_data = null, &$response_oid = null): bool {}