Home
last modified time | relevance | path

Searched refs:DirSync (Results 1 – 4 of 4) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php29 use FreeDSx\Ldap\Search\DirSync;
287 * A helper for performing a DirSync search operation against AD.
292 * @return DirSync
294 public function dirSync(?string $rootNc = null, FilterInterface $filter = null, ...$attributes): DirSync
296 return new DirSync($this, $rootNc, $filter, ...$attributes);
27 use FreeDSx\Ldap\Search\DirSync; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php29 * Provides a simple wrapper around DirSync for Active Directory.
33 class DirSync
155 throw new RuntimeException('Expected a DirSync control in the response, but none was received.');
166 * The attributes to return from the DirSync search.
169 * @return DirSync
179 * A specific DirSync cookie to use. For example, this could be a cookie from a previous DirSync request, assuming
193 * The naming context to run the DirSync against. This MUST be a root naming context.
30 class DirSync global() class
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md26 * [DirSync](/docs/Client/DirSync.md)
H A DCHANGELOG.md42 * Add a DirSync helper class for Active Directory.