Home
last modified time | relevance | path

Searched refs:OID_DIR_SYNC (Results 1 – 5 of 5) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncResponseControl.php63 parent::__construct(self::OID_DIR_SYNC);
H A DDirSyncRequestControl.php88 parent::__construct(self::OID_DIR_SYNC, true);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DControl.php38 public const OID_DIR_SYNC = '1.2.840.113556.1.4.841';
34 public const OID_DIR_SYNC = '1.2.840.113556.1.4.841'; global() define in FreeDSx\\Ldap\\Control\\Control
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php153 $lastResponse = $response->controls()->get(Control::OID_DIR_SYNC);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php180 case Control\Control::OID_DIR_SYNC: