NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator's Guide

Managing NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator’s Guide674372-005
4-97
NSJSP Manager Operations
Table 4-36. Property list for JNDI Realm
Property Description Modifiable
Default
Value
Connectio
n Name
Indicates the directory user name to use when
establishing a connection to the directory for
LDAP search operations. If not specified an
anonymous connection is made, which is often
sufficient unless you specify the
userPassword property.
Yes
Connectio
n
Password
Indicates the directory password to use when
establishing a connection to the directory for
LDAP search operations. If not specified an
anonymous connection is made, which is often
sufficient unless you specify the
userPassword property.
Yes
Connectio
n URL
Indicates the connection URL to be passed to
the JNDI driver when establishing a
connection to the directory.
Yes
Context
Factory
Indicates the fully qualified Java class name of
the factory class used to acquire our JNDI
InitialContext. By default, it is considered
that the standard JNDI LDAP provider will be
utilized.
Yes
Digest
Algorithm
Indicates the digest algorithm to apply to the
plaintext password offered by the user before
comparing it with the value retrieved from the
directory. Valid values are those accepted for
the algorithm name by the
java.security.MessageDigest class. If
not specified the plaintext password is
considered to be retrieved. Not required
unless userPassword is specified.
Yes
Role Base
Element
Indicates the base directory entry for
performing role searches. If not specified the
top-level element in the directory context will
be used. If specified it may optionally include
pattern replacements "{0}".."{n}" corresponding
to the name parts of the user's distinguished
name (as returned by
javax.naming.Name.get()).
Yes