Anda di halaman 1dari 4

©2008 Microsoft Corporation.

All rights
reserved.

RootDSE
In LDAP 3.0, rootDSE is defined as the root of the directory data tree on a directory server. The rootDSE
is not part of any namespace. The purpose of the rootDSE is to provide data about the directory server.
For more information about rootDSE, see Serverless Binding and RootDSE
[ http://msdn2.microsoft.com/en-us/library/ms677945(VS.85,printer).aspx ] in the Active Directory SDK
documentation.

rootDSE contains the following attributes. All attributes are single-valued unless otherwise noted.

Attribute Syntax Description

configurationNamingContext String(Teletex) [ Contains the distinguished


http://msdn2.microsoft.com/en- name for the configuration
us/library/ms684454 container.
(VS.85,printer).aspx ]

currentTime String(Teletex) [ Contains the current time set


http://msdn2.microsoft.com/en- on this directory server in
us/library/ms684454 Coordinated Universal Time
(VS.85,printer).aspx ] format.

defaultNamingContext String(Teletex) [ Contains the distinguished


http://msdn2.microsoft.com/en- name for the domain of which
us/library/ms684454 this directory server is a
(VS.85,printer).aspx ] member.

dnsHostName String(Teletex) [ Contains the DNS address for


http://msdn2.microsoft.com/en- this directory server.
us/library/ms684454
(VS.85,printer).aspx ]

domainControllerFunctionality String(Teletex) [ Indicates the functional level of


http://msdn2.microsoft.com/en- the domain controller. This can
us/library/ms684454 be one of the following values.
(VS.85,printer).aspx ] Value Description

"0" Windows 2000 Mode.

"2" Windows Server 2003


Mode.

domainFunctionality String(Teletex) [ Indicates the functional level of


http://msdn2.microsoft.com/en- the domain. This can be one of
us/library/ms684454 the following values.
(VS.85,printer).aspx ] Value Description

"0" Windows 2000


Domain Mode.

"1" Windows Server 2003


Interim Domain Mode.

"2" Windows Server 2003


Domain Mode.

dsServiceName String(Teletex) [ Contains the distinguished


http://msdn2.microsoft.com/en- name of the NTDS settings
us/library/ms684454 object for this directory server.
(VS.85,printer).aspx ]

forestFunctionality String(Teletex) [ Indicates the functional level of


http://msdn2.microsoft.com/en- the forest. This can be one of
us/library/ms684454 the following values.
(VS.85,printer).aspx ] Value Description
"0" Windows 2000 Forest
Mode.

"1" Windows Server 2003


Interim Forest Mode.

"2" Windows Server 2003


Forest Mode.

highestCommittedUSN String(Teletex) [ Contains the highest update


http://msdn2.microsoft.com/en- sequence number (USN) on this
us/library/ms684454 directory server. Used by
(VS.85,printer).aspx ] directory replication.

isGlobalCatalogReady String(Teletex) [ Indicates if the global catalog is


http://msdn2.microsoft.com/en- fully operational. Contains
us/library/ms684454 either "TRUE" or "FALSE".
(VS.85,printer).aspx ]

isSynchronized String(Teletex) [ Indicates if the directory server


http://msdn2.microsoft.com/en- is fully synchronized. Contains
us/library/ms684454 either "TRUE" or "FALSE".
(VS.85,printer).aspx ]

ldapServiceName String(Teletex) [ Contains the Service Principal


http://msdn2.microsoft.com/en- Name (SPN) for the LDAP
us/library/ms684454 server. Used for mutual
(VS.85,printer).aspx ] authentication.

namingContexts String(Teletex) [ A multi-valued attribute that


http://msdn2.microsoft.com/en- contains the distinguished
us/library/ms684454 names for all naming contexts
(VS.85,printer).aspx ] stored on this directory server.
By default, a Windows 2000
domain controller contains at
least three naming contexts:
Schema, Configuration, and
one for the domain of which the
server is a member.

rootDomainNamingContext String(Teletex) [ Contains the distinguished


http://msdn2.microsoft.com/en- name for the first domain in the
us/library/ms684454 forest that contains the domain
(VS.85,printer).aspx ] of which this directory server is
a member.

schemaNamingContext String(Teletex) [ Contains the distinguished


http://msdn2.microsoft.com/en- name for the schema container.
us/library/ms684454
(VS.85,printer).aspx ]

serverName String(Teletex) [ Contains the distinguished


http://msdn2.microsoft.com/en- name for the server object for
us/library/ms684454 this directory server in the
(VS.85,printer).aspx ] configuration container.

subschemaSubentry String(Teletex) [ Contains the distinguished


http://msdn2.microsoft.com/en- name for the subSchema [
us/library/ms684454 http://msdn2.microsoft.com/en-
(VS.85,printer).aspx ] us/library/ms683974
(VS.85,printer).aspx ] object.
The subSchema object
contains properties that expose
the supported attributes (in the
attributeTypes [
http://msdn2.microsoft.com/en-
us/library/ms675237
(VS.85,printer).aspx ]
property) and classes (in the
objectClasses [
http://msdn2.microsoft.com/en-
us/library/ms679016
(VS.85,printer).aspx ]
property).
The subschemaSubentry
property and subschema are
defined in LDAP 3.0 (see RFC
2251).

supportedCapabilities String(Teletex) [ A multi-valued attribute that


http://msdn2.microsoft.com/en- contains the capabilities
us/library/ms684454 supported by this directory
(VS.85,printer).aspx ] server.

supportedControl String(Teletex) [ A multi-valued attribute that


http://msdn2.microsoft.com/en- contains the OIDs for extension
us/library/ms684454 controls supported by this
(VS.85,printer).aspx ] directory server. See the table
below for a list of the possible
control OIDs.

supportedLDAPPolicies String(Teletex) [ A multi-valued attribute that


http://msdn2.microsoft.com/en- contains the names of the
us/library/ms684454 supported LDAP management
(VS.85,printer).aspx ] policies.

supportedLDAPVersion String(Teletex) [ A multi-valued attribute that


http://msdn2.microsoft.com/en- contains the LDAP versions
us/library/ms684454 (specified by major version
(VS.85,printer).aspx ] number) supported by this
directory server.

supportedSASLMechanisms String(Teletex) [ Contains the security


http://msdn2.microsoft.com/en- mechanisms supported for
us/library/ms684454 SASL negotiation (see LDAP
(VS.85,printer).aspx ] RFCs). By default, GSSAPI is
supported.

Active Directory supports the following control OIDs in the supportedControl attribute. For more
information, see LDAPControl [ http://msdn2.microsoft.com/en-us/library/aa366118
(VS.85,printer).aspx ] and ldap_search_init_page [ http://msdn2.microsoft.com/en-
us/library/aa366973(VS.85,printer).aspx ] .

Control OID String constant

1.2.840.113556.1.4.319 LDAP_PAGED_RESULT_OID_STRING [ http://msdn2.microsoft.com/en-


us/library/aa366953(VS.85,printer).aspx ]

1.2.840.113556.1.4.473 LDAP_SERVER_SORT_OID [ http://msdn2.microsoft.com/en-


us/library/aa366990(VS.85,printer).aspx ]

1.2.840.113556.1.4.474 LDAP_SERVER_RESP_SORT_OID [ http://msdn2.microsoft.com/en-


us/library/aa366986(VS.85,printer).aspx ]

1.2.840.113556.1.4.801 LDAP_SERVER_SD_FLAGS_OID [ http://msdn2.microsoft.com/en-


us/library/aa366987(VS.85,printer).aspx ]

1.2.840.113556.1.4.528 LDAP_SERVER_NOTIFICATION_OID [ http://msdn2.microsoft.com/en-


us/library/aa366983(VS.85,printer).aspx ]

1.2.840.113556.1.4.417 LDAP_SERVER_SHOW_DELETED_OID [ http://msdn2.microsoft.com/en-


us/library/aa366989(VS.85,printer).aspx ]

1.2.840.113556.1.4.619 LDAP_SERVER_LAZY_COMMIT_OID [ http://msdn2.microsoft.com/en-


us/library/aa366982(VS.85,printer).aspx ]

1.2.840.113556.1.4.841 LDAP_SERVER_DIRSYNC_OID [ http://msdn2.microsoft.com/en-


us/library/aa366978(VS.85,printer).aspx ]

1.2.840.113556.1.4.529 LDAP_SERVER_EXTENDED_DN_OID [ http://msdn2.microsoft.com/en-


us/library/aa366980(VS.85,printer).aspx ]

1.2.840.113556.1.4.805 LDAP_SERVER_TREE_DELETE_OID [ http://msdn2.microsoft.com/en-


us/library/aa366991(VS.85,printer).aspx ]

1.2.840.113556.1.4.521 LDAP_SERVER_CROSSDOM_MOVE_TARGET_OID [
http://msdn2.microsoft.com/en-us/library/aa366977
(VS.85,printer).aspx ]

1.2.840.113556.1.4.1338 LDAP_SERVER_VERIFY_NAME_OID [ http://msdn2.microsoft.com/en-


us/library/aa366992(VS.85,printer).aspx ]

1.2.840.113556.1.4.1339 LDAP_SERVER_DOMAIN_SCOPE_OID [ http://msdn2.microsoft.com/en-


us/library/aa366979(VS.85,printer).aspx ]

1.2.840.113556.1.4.1340 LDAP_SERVER_SEARCH_OPTIONS_OID [ http://msdn2.microsoft.com/en-


us/library/aa366988(VS.85,printer).aspx ]

1.2.840.113556.1.4.1413 LDAP_SERVER_PERMISSIVE_MODIFY_OID [
http://msdn2.microsoft.com/en-us/library/aa366984
(VS.85,printer).aspx ]

Send comments about this topic to Microsoft

Build date: 11/1/2007

Community Content

Anda mungkin juga menyukai