Red Hat 8.1 Configuration And Command Reference page 106

Directory server; configuring and managing with command-line utilities
Hide thumbs Also See for 8.1:
Table of Contents

Advertisement

106
Chapter 3. Plug-in Implemented Server Functionality Reference
Chapter 3. Plug-in Implemented Server Functionality Reference
T his chapter contains reference information on Red Hat Directory Server plug-ins.
T he 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.
dn: cn=Telephone Syntax, cn=plugins, cn=config
objectclass: top
objectclass: nsSlapdPlugin
objectclass: extensibleObject
cn: Telephone Syntax
nsslapd-pluginPath: libsyntax-plugin
nsslapd-pluginInitfunc: tel_init
nsslapd-pluginType: syntax
nsslapd-pluginEnabled: on
Some of these attributes are common to all plug-ins while others may be particular to a specific plug-in.
Check which attributes are currently being used by a given plug-in by performing an ldapsearch on
the cn=config subtree.
All plug-ins are instances of the nsSlapdPlugin object class, which in turn inherits from the
extensibleObject object class. For plug-in configuration attributes to be taken into account by the
server, both of these object classes (in addition to the top object class) must be present in the entry, as
shown in the following example:
dn:cn=ACL Plugin, cn=plugins, cn=config
objectclass:top
objectclass:nsSlapdPlugin
objectclass:extensibleObject
3.1. Server Plug-in Functionality Reference
T he following tables provide a quick overview of the plug-ins provided with Directory Server, along with
their configurable options, configurable arguments, default setting, dependencies, general performance-
related information, and further reading. T hese tables assist in weighing plug-in performance gains and
costs and choose the optimal settings for the deployment. T he Further Information section cross-
references further reading, where this is available.
3.1.1. 7-bit Check Plug-in
Plug-in Parameter
Plug-in Name
DN of Configuration Entry
Description
Configurable Options
Default Setting
Configurable Arguments
Dependencies
Performance Related Information
Further Information
3.1.2. ACL Plug-in
Plug-in Parameter
Plug-in Name
DN of Configuration Entry
Description
Configurable Options
Default Setting
Configurable Arguments
Dependencies
Performance Related Information
Further Information
Description
7-bit check (NS7bitAtt)
cn=7-bit check, cn=plugins, cn=config
Checks certain attributes are 7-bit clean
on | off
on
List of attributes (uid m ail userPassword)
followed by "," and then suffixes on which the
check is to occur.
None
None
If the Directory Server uses non-ASCII characters,
such as Japanese, turn this plug-in off.
Description
ACL Plug-in
cn=ACL Plugin, cn=plugins, cn=config
ACL access check plug-in
on | off
on
None
None
Access control incurs a minimal performance hit.
Leave this plug-in enabled since it is the primary
means of access control for the server.
See the "Managing Access Control" chapter in
the Directory Server Administrator's Guide.

Advertisement

Table of Contents
loading

Table of Contents