Home
last modified time | relevance | path

Searched refs:DirSyncRequestControl (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php15 use FreeDSx\Ldap\Control\Ad\DirSyncRequestControl; alias
76 * @var DirSyncRequestControl
279 * @return DirSyncRequestControl
281 protected function getDirSyncControl(): DirSyncRequestControl
285 $flags |= DirSyncRequestControl::FLAG_INCREMENTAL_VALUES;
288 $flags |= DirSyncRequestControl::FLAG_ANCESTORS_FIRST_ORDER;
291 $flags |= DirSyncRequestControl::FLAG_OBJECT_SECURITY;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php15 use FreeDSx\Ldap\Control\Ad\DirSyncRequestControl; alias
55 * @return DirSyncRequestControl
57 …public static function dirSync(int $flags = DirSyncRequestControl::FLAG_INCREMENTAL_VALUES, string…
59 return new DirSyncRequestControl($flags, $cookie, $maxBytes);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncRequestControl.php36 class DirSyncRequestControl extends Control class