Authentication > Database Login
  
Database Login
Using the database login method, the database is the repository for user names. You can specify this method in the precision.properties file.
precision.login.method=db
When a user supplies a user ID and password, the authentication compares the user ID and password with a database account in the PRECISION database, which is specified in the precision.properties file. If there is a match, a connection is created. This example specifies an Oracle database.
precision.db1.driver=oracle.jdbc.driver.OracleDriver
precision.db1.url=jdbc:oracle:thin:@CONT85:1521:precision
The database login method is not commonly used.