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'
Details SERVER_TYPE_OPENLDAP = '2'
Details SERVER_TYPE_ACTIVEDIRECTORY = '3'
Details SERVER_TYPE_EDIRECTORY = '4'
Details__construct(
Zend_Ldap_Dn $dn, array $data
)
:
Constructor.
Constructor is protected to enforce the use of factory methods.
Detailscreate(
Zend_Ldap $ldap
)
:
Zend_Ldap_Node_RootDseFactory method to create the RootDSE.
DetailsgetNamingContexts(
)
:
arrayGets the namingContexts.
DetailsgetSchemaDn(
)
:
Zend_Ldap_DnReturns the schema DN
DetailsgetServerType(
)
:
intGets the server type
DetailsgetSubschemaSubentry(
)
:
string|nullGets the subschemaSubentry.
DetailssupportsSaslMechanism(
string|array $mechlist
)
:
booleanDetermines if the sasl mechanism is supported
DetailssupportsVersion(
string|int|array $versions
)
:
booleanDetermines if the version is supported
Details