AdsPathType
The AdsPathType enumeration specifies types of ADS paths.
Syntax
enum AdsPathType
{
NamespaceRoot = 0, //0x0
ServerRoot = 1, //0x1
RootDse = 2, //0x2
Schema = 3, //0x3
Guid = 4, //0x4
WellKnownGuid = 5, //0x5
Sid = 6, //0x6
DN = 7, //0x7
}
Constants
-
Flag
-
Description
-
NamespaceRoot
-
Indicates that the ADS path points to a namespace root.
-
ServerRoot
-
Indicates that the ADS path points to a namespace root and contains a host name.
-
RootDse
-
Indicates that the ADS path points to the directory server root.
-
Schema
-
Indicates that the ADS path contains a path to a schema object.
-
Guid
-
Indicates that the ADS path contains a GUID.
-
WellKnownGuid
-
Indicates that the ADS path contains a Well-Known GUID.
-
Sid
-
Indicates that the ADS path contains a security identifier (SID).
-
DN
-
Indicates that the ADS path contains a distinguished name (DN).
Requirements
Minimum required version: 2009.1