NonStop Servlets for JSP System Administrator's Guide
Configuring NSJSP
NonStop Servlets for JavaServer Pages (NSJSP) System Administrator’s Guide—525644-001
3-28
JNDIRealm
connectionURL
The directory server URL to establish a JNDI connection with.
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-plaintext formats. Valid values
are those accepted for the algorithm name by the
java.security.MessageDigest class. See Digested Passwords on page 3-31
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 will be 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/or {1} to substitute the
username 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 set to 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.