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; alias
292 * @return DirSync
294 …c function dirSync(?string $rootNc = null, FilterInterface $filter = null, ...$attributes): DirSync
296 return new DirSync($this, $rootNc, $filter, ...$attributes);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php33 class DirSync class
169 * @return DirSync
/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.