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.
Zend_Ldap_Node_RootDse provides a simple data-container for the RootDSE node.
SERVER_TYPE_GENERIC = '1'
SERVER_TYPE_OPENLDAP = '2'
SERVER_TYPE_ACTIVEDIRECTORY = '3'
SERVER_TYPE_EDIRECTORY = '4'
__construct(
Zend_Ldap_Dn $dn, array $data
)
:
Constructor.
Constructor is protected to enforce the use of factory methods.
create(
Zend_Ldap $ldap
)
:
Zend_Ldap_Node_RootDse
Factory method to create the RootDSE.
getNamingContexts(
)
:
array
Gets the namingContexts.
getSchemaDn(
)
:
Zend_Ldap_Dn
Returns the schema DN
getServerType(
)
:
int
Gets the server type
getSubschemaSubentry(
)
:
string|null
Gets the subschemaSubentry.
supportsSaslMechanism(
string|array $mechlist
)
:
boolean
Determines if the sasl mechanism is supported
supportsVersion(
string|int|array $versions
)
:
boolean
Determines if the version is supported