Home
last modified time | relevance | path

Searched refs:NO_SUCH_OBJECT (Results 1 – 2 of 2) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DResultCode.php61 public const NO_SUCH_OBJECT = 32;
136 self::NO_SUCH_OBJECT => 'noSuchObject',
183 self::NO_SUCH_OBJECT => 'Indicates that the object does not exist in the DIT.',
60 public const NO_SUCH_OBJECT = 32; global() define in FreeDSx\\Ldap\\Operation\\ResultCode
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php160 if ($e->getCode() === ResultCode::NO_SUCH_OBJECT) {
183 ), ResultCode::NO_SUCH_OBJECT);