Ldap/Node/RootDse/ActiveDirectory.php
Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled
with this package in the file LICENSE.txt.
It is also available through the world-wide-web at this URL:
http://framework.zend.com/license/new-bsd
If you did not receive a copy of the license and are unable to
obtain it through the world-wide-web, please send an email
to license@zend.com so we can send you a copy immediately.
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Ldap
- Subpackage
- RootDSE
- Version
- $Id$
\Zend_Ldap_Node_RootDse_ActiveDirectory
Package: Zend_Ldap\RootDSE
Zend_Ldap_Node_RootDse provides a simple data-container for the RootDSE node of
an Active Directory server.
- Parent(s)
- \Zend_Ldap_Node_RootDse < \Zend_Ldap_Node_Abstract
- Category
- Zend
- Copyright
- Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Methods
getConfigurationNamingContext() : string | null
Gets the configurationNamingContext.
Returns
Type | Description |
---|---|
string | null |
getDefaultNamingContext() : string | null
Gets the defaultNamingContext.
Returns
Type | Description |
---|---|
string | null |
getDomainControllerFunctionality() : string | null
Gets the domainControllerFunctionality.
Returns
Type | Description |
---|---|
string | null |
getDomainFunctionality() : string | null
Gets the domainFunctionality.
Returns
Type | Description |
---|---|
string | null |
getForestFunctionality() : string | null
Gets the forestFunctionality.
Returns
Type | Description |
---|---|
string | null |
getHighestCommittedUSN() : string | null
Gets the highestCommittedUSN.
Returns
Type | Description |
---|---|
string | null |
getIsGlobalCatalogReady() : string | null
Gets the isGlobalCatalogReady.
Returns
Type | Description |
---|---|
string | null |
getRootDomainNamingContext() : string | null
Gets the rootDomainNamingContext.
Returns
Type | Description |
---|---|
string | null |
getSchemaNamingContext() : string | null
Gets the schemaNamingContext.
Returns
Type | Description |
---|---|
string | null |
supportsCapability(string | string | array $oids) : boolean
Determines if the capability is supported
Parameters
Returns
Name | Type | Description |
---|---|---|
$oids | string | string | array | capability(s) to check |
Type | Description |
---|---|
boolean |
supportsControl(string | array $oids) : boolean
Determines if the control is supported
Parameters
Returns
Name | Type | Description |
---|---|---|
$oids | string | array | control oid(s) to check |
Type | Description |
---|---|
boolean |