Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php48 protected $namingContext; variable in FreeDSx\\Ldap\\Search\\DirSync
82 * @param string|null $namingContext
86 …public function __construct(LdapClient $client, ?string $namingContext = null, ?FilterInterface $f… argument
89 $this->namingContext = $namingContext;
195 * @param string|null $namingContext
198 public function useNamingContext(?string $namingContext) argument
200 $this->namingContext = $namingContext;
273 $this->search->base($this->namingContext ?? $this->getDefaultRootNc());