2.2.17 Optional Feature Values
The optional feature values are constants for defining behaviors of optional features.
Symbolic name |
Value |
---|---|
FOREST_OPTIONAL_FEATURE |
0x00000001 |
DOMAIN_OPTIONAL_FEATURE |
0x00000002 |
DISABLABLE_OPTIONAL_FEATURE |
0x00000004 |
SERVER_OPTIONAL_FEATURE |
0x00000008 |
FOREST_OPTIONAL_FEATURE: Specifies that the scope of the optional feature is forest-wide.
DOMAIN_OPTIONAL_FEATURE: Specifies that the scope of the optional feature is domain-wide.
DISABLABLE_OPTIONAL_FEATURE: Specifies that the optional feature can be disabled.
SERVER_OPTIONAL_FEATURE: Specifies that the scope of the optional feature is server-wide.
For more details, see section 3.1.1.9.