Server Configuration - Overview
30 Red Hat Directory Server Configuration, Command, and File Reference • May 2005
Code Example 2-1 gives an example of part of the
dse.ldif
file for a Directory
Server. The example shows, among other things, that schema checking has been
turned on; this is represented by the attribute
nsslapd-schemacheck
, which takes
the value
on
.
Code Example 2-1 Extract of dse.ldif File
Configuration of Plug-in Functionality
The configuration for each part of Directory Server plug-in functionality has its
own separate entry and set of attributes under the subtree
cn=plugins,cn=config
. Code Example 2-2 shows the configuration entry for an
example plug-in, the Telephone Syntax plug-in.
Code Example 2-2 Configuration Entry for Telephone Syntax Plug-in
dn: cn=config
objectclass: top
objectclass: extensibleObject
objectclass: nsslapdConfig
nsslapd-accesslog-logging-enabled: on
nsslapd-enquote-sup-oc: on
nsslapd-localhost: phonebook.example.com
nsslapd-errorlog:
/opt/redhat-ds/servers/slapd-phonebook/logs/errors
nsslapd-schemacheck: on
nsslapd-store-state-info: on
nsslapd-port: 389
nsslapd-localuser: nobody
...
dn: cn=Telephone Syntax,cn=plugins,cn=config
objectclass: top
objectclass: nsSlapdPlugin
objectclass: extensibleObject
cn: Telephone Syntax
nsslapd-pluginPath: /opt/redhat-ds/servers/lib/syntax-plug-in.so
nsslapd-pluginInitfunc: tel_init
nsslapd-pluginType: syntax
nsslapd-pluginEnabled: on