Configuration Of Plug-In Functionality - Netscape DIRECTORY SERVER 6.0 Configuration Manual

Configuration, command, and file reference
Hide thumbs Also See for NETSCAPE DIRECTORY SERVER 6.0:
Table of Contents

Advertisement

Server Configuration - Overview
Code Example 2-1 on page 26 gives an example of part of the
Directory Server and shows, amongst other things, that schema checking has been
turned on. This is represented by the attribute
the value
Code Example 2-1
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: /usr/dirserver/slapd-phonebook/logs/errors
nsslapd-schemacheck: on
nsslapd-store-state-info: on
nsslapd-port: 389
nsslapd-localuser: nobody
...

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
Syntax Plug-in" on page 26 shows an example of the configuration entry for a
plug-in, in this case the Telephone Syntax plug-in.
Code Example 2-2
dn: cn=Telephone Syntax,cn=plugins,cn=config
objectclass: top
objectclass: nsSlapdPlugin
objectclass: extensibleObject
cn: Telephone Syntax
nsslapd-pluginPath: /usr/dirserver/lib/syntax-plug-in.so
nsslapd-pluginInitfunc: tel_init
nsslapd-pluginType: syntax
nsslapd-pluginEnabled: on
26
Netscape Directory Server Configuration, Command, and File Reference • December 2001
.
on
Extract of dse.ldif File
. The code example "Configuration Entry for Telephone
Configuration Entry for Telephone Syntax Plug-in
dse.ldif
nsslapd-schemacheck
file for a
, which takes

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the NETSCAPE DIRECTORY SERVER 6.0 and is the answer not in the manual?

Table of Contents