1261. Class

1261.1. Zend\Ldap\Node\RootDse

ZendLdapNodeRootDse provides a simple data-container for the RootDse node.

1261.1.1. Methods

1261.1.1.1. create

create()

Factory method to create the RootDse.

Parameters:ZendLdapLdap
Return type:RootDse

1261.1.1.2. __construct

__construct()

Constructor.

Constructor is protected to enforce the use of factory methods.

Parameters:
  • ZendLdapDn
  • array

1261.1.1.3. getNamingContexts

getNamingContexts()

Gets the namingContexts.

Return type:array

1261.1.1.4. getSubschemaSubentry

getSubschemaSubentry()

Gets the subschemaSubentry.

Return type:string|null

1261.1.1.5. supportsVersion

supportsVersion()

Determines if the version is supported

Parameters:string|int|array – version(s) to check
Return type:bool

1261.1.1.6. supportsSaslMechanism

supportsSaslMechanism()

Determines if the sasl mechanism is supported

Parameters:string|array – SASL mechanisms to check
Return type:bool

1261.1.1.7. getServerType

getServerType()

Gets the server type

Return type:int

1261.1.1.8. getSchemaDn

getSchemaDn()

Returns the schema DN

Return type:ZendLdapDn

1261.1.2. Constants

1261.1.2.1. SERVER_TYPE_GENERIC

1261.1.2.2. SERVER_TYPE_OPENLDAP

1261.1.2.3. SERVER_TYPE_ACTIVEDIRECTORY

1261.1.2.4. SERVER_TYPE_EDIRECTORY