Red Hat Directory Server 8.0 Administrator's Guide
1
The command to restart the Directory Server on platforms other than Red Hat Enterprise Linux is described in
Section 3, “Starting and Stopping Servers”.
2
The LDAP tools referenced in this guide are Mozilla LDAP, installed with Directory Server in the
/usr/lib/mozldap directory on Red Hat Enterprise Linux 5 i386; directories for other platforms are listed in
Section 2, “LDAP Tool Locations”. However, Red Hat Enterprise Linux systems also include LDAP tools from
OpenLDAP. It is possible to use the OpenLDAP commands as shown in the examples, but you must use the -x
argument to disable SASL and allow simple authentication.
Plug-in Information Description
Configurable Arguments None
Dependencies None
Performance Related Information Do not modify the configuration of this plug-in.
Leave this plug-in running at all times.
Further Information
Table 16.33. Details of URI Plug-in
2. Enabling and Disabling Plug-ins
To enable and disable plug-ins over LDAP using the Directory Server Console, do the following:
1. In the Directory Server Console, select the Configuration tab.
2. Double-click the Plugins folder in the navigation tree.
3. Select the plug-in from the Plugins list.
4. To disable the plug-in, clear the Enabled checkbox. To enable the plug-in, check this
checkbox.
5. Click Save.
6. Restart the Directory Server.
1
service dirsrv restart instance_name
To disable or enable a plug-in through the command line, use the ldapmodify utility to edit the
value of the nsslapd-pluginEnabled attribute. For example:
2
ldapmodify -p 389 -D "cn=directory manager" -w secret -h ldap.example.com
dn: cn=ACL Plugin,cn=plugins,cn=config
changetype: modify
replace: nsslapd-pluginEnabled
nsslapd-pluginEnabled: on
Chapter 16. Administering Directory Server Plug-ins
490