Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php68 protected $defaultRootNc;
304 if ($this->defaultRootNc === null) {
305 $this->defaultRootNc = (string) $this->client->readOrFail('', ['defaultNamingContext'])->get('defaultNamingContext');
307 if ($this->defaultRootNc === '') {
311 return $this->defaultRootNc;
65 protected $defaultRootNc; global() variable in FreeDSx\\Ldap\\Search\\DirSync