A configuration directory for a component can contain a number of configuration (.dxc) files. For complex configurations with many DSAs, you might need many configuration files, grouped in a convenient manner using group (.dxg) files.
Reasons for grouping files include the following:
Example: Using a Group File for Schemas
The Acme Company has a directory that uses a number of DSAs. Each DSA uses the same schema files.
Instead of each DSA initialization file sourcing the schema files directly, the directory administrator uses a group file named Acme.dxg, which sources the schema files. Each DSA initialization file sources Acme.dxg, by including the following line:
source “../schema/Acme.dxg”;
If the DSAs require additional schema, the administrator only needs to edit one file, Acme.dxg.
The following diagram shows the configuration files and the source statements:

|
Copyright © 2013 CA.
All rights reserved.
|
|