NISAuth Plug-in Module
Chapter
1
Authentication Plug-in Modules
41
ldap.ldapconn.
secureConn
Specifies the type—SSL or non-SSL—of the port at which the LDAP directory
listens to requests from Certificate Management System.
Permissible values:
true
or
false
.
•
true
specifies that the port is an SSL (HTTPS) port. If your directory is
configured for SSL-enabled communication (with or without SSL client
authentication), choose this option.
•
false
specifies that the port is a non-SSL (HTTP) port. If your directory is
configured for basic authentication, choose this option.
Example:
false
ldap.ldapconn.
version
Specifies the LDAP protocol version of the LDAP directory.
Permissible values:
true
or
false
.
•
2
specifies LDAP version 2. If your directory is based on Netscape
Directory Server 1.x, choose
2
.
• 3 specifies LDAP version 3. For Directory Server versions 3.x and later,
choose
3
.
Example:
3
ldap.basedn
Specifies the base DN for searching the LDAP directory—the server uses the
value of the
uid
field from the HTTP input (what a user enters in the
enrollment form) and the base DN to construct an LDAP search filter.
Permissible values: Any valid DN string of up to 255 characters.
Example:
O=example.com
ldap.minConns
Specifies the minimum number of connections permitted to the LDAP
directory.
Permissible values:
1
to
3
Example:
2
ldap.maxConns
Specifies the maximum number of connections permitted to the LDAP
directory.
Permissible values:
3
to
10
Example:
10
Table 1-4
Description of parameters defined in the NISAuth module (Continued)
Parameter
Description
Summary of Contents for Certificate Management System 6.01
Page 1: ...Plug Ins Guide Netscape Certificate Management System Version6 01 May 2002...
Page 10: ...10 Netscape Certificate Management System Plug Ins Guide May 2002...
Page 62: ...Enrollment Forms 62 Netscape Certificate Management System Plug Ins Guide May 2002...
Page 308: ...NTEventLog Plug in Module 308 Netscape Certificate Management System Plug Ins Guide May 2002...