Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php46 public const SCOPE_SUB = 'sub';
159 if ($scope !== null && !in_array($scope, [self::SCOPE_BASE, self::SCOPE_ONE, self::SCOPE_SUB], true)) {
165 self::SCOPE_SUB
32 public const SCOPE_SUB = 'sub'; global() define in FreeDSx\\Ldap\\LdapUrl
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientReferralHandler.php196 if ($referral->getScope() === LdapUrl::SCOPE_SUB) {