HP-UX Directory Server 8.1 administrator guide
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 Enab led checkbox. To enable the plug-in, check this checkbox.
5. Click Save.
6. Restart the Directory Server.
/opt/dirsrv/slapd-instance_name/restart-slapd
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:
ldapmodify -D "cn=directory manager" -w secret -p 389 -h server.example.com
dn: cn=ACL Plugin,cn=plugins,cn=config
changetype: modify
replace: nsslapd-pluginEnabled
nsslapd-pluginEnabled: on
The LDAP tools referenced in this guide are Mozilla LDAP, installed with Directory Server in
the /opt/dirsrv/bin directory. For more information, see “Managing entries from the
command line” (page 114).
1.9 Enabling plug-ins 29