Platform SDK: Active Directory, ADSI, and Directory Services |
The System container of a domain partition holds per-domain operational information. This includes the default local security policy, file link tracking, network meetings, and containers for Windows Sockets registration and resolution (RnR) and RPC name service (RpcNs) connection points. The system container is hidden by default and provides a convenient place for storing objects that are of interest to administrators, but not to end users.
Services that are not tied to a single host may want to create their SCPs under the System container of a domain partition. This alternative can be useful for services with replicas installed on multiple hosts, each replica providing identical services to clients throughout the domain. It enables you to group all the objects for the replicated service under a single container.
Services that create service-specific objects in the System container must do the following:
A vendor with multiple products can use a similar strategy to group service-related objects for all of its products. In this case, you could create a Container object with a name that clearly identifies the vendor; then create Container objects for each service as children of the vendor's container. Create the vendor-specific container as a child of the System container.