Server Configuration - OverviewChapter 2 Core Server Configuration Reference 27LDIF Configuration Files - LocationThe Directory Server configuration data is automatically output to files in LDIFformat that are located in the following directory:/usr/netscape/servers/slapd-serverID/configwhere serverID is the server identifier that you defined when you installed yourDirectory Server. Thus, if you specified a server identifier of phonebook forexample, then your configuration LDIF files are all stored under:/usr/netscape/servers/slapd-phonebook/configFor the purposes of this chapter, all examples use phonebook for the serveridentifier where appropriate.Schema Configuration Files - LocationSchema configuration is also stored in LDIF format and these files are located in thefollowing directory:/usr/netscape/servers/slapd-phonebook/config/schemaFor a full list of the LDIF configuration files that are supplied with DirectoryServer, see Table 2-3 under Configuration Quick Reference Tables at the end of thischapter.How the Server Configuration is OrganizedThe dse.ldif file contains all configuration information including directoryspecific entries created by the directory at server startup, as well as directoryspecific entries related to the database, also created by the directory at serverstartup. The file includes the Root DSE (named by "") and the entire contents ofcn=config. When the server generates the dse.ldif file it lists the entries inhierarchical order. It does so in the order that the entries appear in the directoryunder cn=config.Configuration AttributesWithin a configuration entry, each attribute is represented as an attribute name.The value of the attribute corresponds to the attribute’s configuration.