Authentication
This section describes the different methods of authenticating system users and describes how to configure a password policy.
OverviewExplains what authentication is.
Password Policy and EncryptionDescribes system values that you can use to implement a password policy, and how to encrypt passwords in configuration files.
Trax LoginDescribes how to use the Trax login authentication method.
NTLM LoginDescribes how to use the NTLM login authentication method.
Database LoginDescribes how to use the database login authentication method.
LDAP LoginDescribes how to use the LDAP login authentication method.
Single Sign-OnDescribes how to use single sign-on.
JAAS AuthenticationDescribes how to use the JAAS login authentication method.
Synchronize Users with DSMLDescribes how to synchronize user credentials in the PRECISION user table with a central repository used for SAML authentication.
Troubleshoot with log4jDescribes how to troubleshoot authentication issues with log4j.
Punch-OutDescribes how to access the Web UI from an external Web page.
Overview
This section describes the setup of user authentication. User authentication identifies the user to the system and enables access. To ensure that a user must be authenticated before they can access the system, enable login authentication in the precision.properties file.
precision.login.enabled=yes
You can then specify a login method. Choose from one of these methods:
• TRAX
• NTLM
• Database
• LDAP
• Single sign-on
• JAAS
Important: When you decide which login method to use, do not change the properties or comment out any of the settings for the other login methods.