Lines Matching defs:dn

46     function ldap_bind(LDAP\Connection $ldap, ?string $dn = null, ?string $password = null): bool {}
48 …function ldap_bind_ext(LDAP\Connection $ldap, ?string $dn = null, ?string $password = null, ?array…
51 …function ldap_sasl_bind(LDAP\Connection $ldap, ?string $dn = null, ?string $password = null, ?stri…
106 function ldap_explode_dn(string $dn, int $with_attrib): array|false {}
108 function ldap_dn2ufn(string $dn): string|false {}
110 …function ldap_add(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): bool …
112 …function ldap_add_ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): L…
114 function ldap_delete(LDAP\Connection $ldap, string $dn, ?array $controls = null): bool {}
116 …function ldap_delete_ext(LDAP\Connection $ldap, string $dn, ?array $controls = null): LDAP\Result|…
118 …function ldap_modify_batch(LDAP\Connection $ldap, string $dn, array $modifications_info, ?array $c…
120 …function ldap_mod_add(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): b…
122 …function ldap_mod_add_ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null…
124 …function ldap_mod_replace(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null…
127 …function ldap_modify(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): bo…
129 …function ldap_mod_replace_ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = …
131 …function ldap_mod_del(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null): b…
133 …function ldap_mod_del_ext(LDAP\Connection $ldap, string $dn, array $entry, ?array $controls = null…
141 …function ldap_compare(LDAP\Connection $ldap, string $dn, string $attribute, string $value, ?array …
144 …function ldap_rename(LDAP\Connection $ldap, string $dn, string $new_rdn, string $new_parent, bool …
146 …function ldap_rename_ext(LDAP\Connection $ldap, string $dn, string $new_rdn, string $new_parent, b…
215 function ldap_exop_refresh(LDAP\Connection $ldap, string $dn, int $ttl): int|false {}