Configuring Realm Users
User information includes user name, password, permissions, and so forth. The location of the information depends on the security realm being used.
- For the file realm, the users and groups are listed in the key file, which is located in install_dir/domain_dir/config.
- For the ldap realm, the users and groups are stored in an external LDAP directory.
- For the certificate realm, the user identities are obtained from cryptographically verified client certificates in the truststore.jks and keystore.jks files. These files are located in domain_dir/config by default.
- For the solaris realm, the users and groups are stored in the underlying Solaris user database, as determined by the system’s PAM configuration.
The steps required to create users and define groups depends on the realm type being used. Note that the Application Server does not directly provide administration capabilities for external realms such as Solaris/PAM or LDAP. Consult your Solaris or LDAP server documentation for details.
See also:
Legal Notices