Home
last modified time | relevance | path

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

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