Adldap\Search\Factory::getConfigurationNamingContext PHP Method

getConfigurationNamingContext() public method

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