Adldap\Search\Factory::getConfigurationNamingContext PHP Méthode

getConfigurationNamingContext() public méthode

Returns the current configuration naming context of the current domain.
    public function getConfigurationNamingContext()
    {
        $root = $this->getRootDse();
        return $root ? $root->getConfigurationNamingContext() : false;
    }