NonStop Servlets for JavaServer Pages (5.0) System Administrator's Guide
Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide—525644-002
3-37
JNDIRealm
connectionURL
The directory server URL with which to establish a JNDI connection.
debug
The level of debugging detail logged by this realm to the associated <Logger>.
Higher numbers generate more detailed output. If not specified, the default
debugging detail level is zero (0).
digest
The digest algorithm used to store passwords in non-plain text formats. Valid
values are those accepted for the algorithm name by the
java.security.MessageDigest class. See Digested Passwords on page 3-45
for more information. If not specified, passwords are stored in clear text.
roleBase
The base element for role searches. If not specified, the top-level element in the
directory context is used.
roleName
The name of the directory server attribute, which contains the role name.
roleSearch
The LDAP search pattern to use for selecting roles in the JNDIRealm. This pattern
should follow the syntax supported by the java.text.MessageFormat class.
You can use {0} to substitute the distinguished name and {1} to substitute the user
name of the user you want roles for.
roleSubtree
Specifies if you want role searches to search subtrees of the element selected by
roleBase. The default value is false, which causes only the top-level element to
be searched.
userPassword
The directory server attribute name (in the user element) that contains the clear
text or digested user password (depending on the setting of the digest attribute).
userPattern
The LDAP search pattern for selecting users in the JNDIRealm. This pattern
should follow the syntax supported by the java.text.MessageFormat class.
You can use {0} to substitute the distinguished name of the user you want roles for.