Specifying One Authenticating Directory Server And Multiple Subtrees; Using Non-Default Parameter Values - Netscape DIRECTORY SERVER 6.2 - ADMINISTRATOR Administrator's Manual

Table of Contents

Advertisement

PTA Plug-In Syntax Examples
Specifying One Authenticating Directory Server and Multiple
Subtrees
The following example configures the PTA directory server to pass through bind
requests for more than one subtree (using parameter defaults):
dn: cn=Pass Through Authentication,cn=plugins,cn=config
objectClass: top
objectClass: nsSlapdPlugin
objectClass: extensibleObject
cn: Pass Through Authentication
nsslapd-pluginPath: /usr/netscape/servers/lib/passthru-plugin.so
nsslapd-pluginInitfunc: passthruauth_init
nsslapd-pluginType: preoperation
nsslapd-pluginEnabled: on
nsslapd-pluginarg0: ldap://config-dir.example.com/ou=NetscapeRoot
nsslapd-pluginarg1: ldap://config-dir.example.com/dc=example,dc=com
nsslapd-plugin-depends-on-type: database
nsslapd-pluginId: passthruauth
nsslapd-pluginVersion: 6.2
nsslapd-pluginVendor: Netscape Communications Corporation
nsslapd-pluginDescription: pass through authentication plugin

Using Non-Default Parameter Values

This example uses a non-default value (10) only for the maximum number of
connections parameter
. Each of the other parameters is set to its default
maxconns
value. However, because one parameter is specified, all parameters must be
defined explicitly in the syntax.
dn: cn=Pass Through Authentication,cn=plugins,cn=config
objectClass: top
objectClass: nsSlapdPlugin
objectClass: extensibleObject
cn: Pass Through Authentication
nsslapd-pluginPath: /usr/netscape/servers/lib/passthru-plugin.so
nsslapd-pluginInitfunc: passthruauth_init
nsslapd-pluginType: preoperation
nsslapd-pluginEnabled: on
nsslapd-pluginarg0: ldap://config-dir.example.com/ou=NetscapeRoot
10,5,300,3,300
nsslapd-plugin-depends-on-type: database
nsslapd-pluginId: passthruauth
nsslapd-pluginVersion: 6.2
nsslapd-pluginVendor: Netscape Communications Corporation
nsslapd-pluginDescription: pass through authentication plugin
Chapter 16
Using the Pass-Through Authentication Plug-In
493

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

This manual is also suitable for:

Directory server 6.2

Table of Contents