amAuthJDBC.properties revision a3fc53fbda0f603774aef01dea321e1f747b7fb5
21b2c993ba4467ad14509265270ad71ef59c4064Eugen Kuksa# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
21b2c993ba4467ad14509265270ad71ef59c4064Eugen Kuksa# Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
21b2c993ba4467ad14509265270ad71ef59c4064Eugen Kuksa# The contents of this file are subject to the terms
21b2c993ba4467ad14509265270ad71ef59c4064Eugen Kuksa# of the Common Development and Distribution License
21b2c993ba4467ad14509265270ad71ef59c4064Eugen Kuksa# (the License). You may not use this file except in
# $Id: amAuthJDBC.properties,v 1.2 2008/06/25 05:40:34 qcheng Exp $
a100.help=Controls how the authentication module will obtain the JDBC connection to the database.
a100.help.txt=If the connection type is non-persistent JDBC connection then the JDBC driver must be available to the OpenAM web-app.\
If the connection type is JNDI, the OpenAM web application deployment descriptor <code>web.xml</code> must be updated \
to include the correct JNDI JDBC resource information. The J2EE container must also be configured with the correct JNDI JDBC configuration.
a101.help=The JNDI URL to the JDBC connection pool
a101.help.txt=The JNDI URL refers to the JDBC connection pool created in the J2EE container for the authentication database.<br/><br/>\
a102.help=The classname of the JDBC driver to use.
a102.help.txt=The fully qualified class name of the JDBC driver to use to connect to the database. Only Oracle or MySQL drivers are \
supported. JDBC drivers for other database may work, but the database will be treated as if it was Oracle.<br/><br/>\
a103.help=The JDBC URL used to initialise the JDBC driver
a103.help.txt=<i>NB </i>Only used when connection type is JDBC
a104.help=This username will be used to authenticate to the database
a104.help.txt=<i>NB </i>Only used when connection type is JDBC
a105.help=The password used to authenticate to the database
a105.help.txt=<i>NB </i>Only used when connection type is JDBC
a106.help=The name of the column in the database containing the user passwords
a106.help.txt=This property will be used to retrieve the correct column containing the password from the results table returned by the \
a107.help=The SQL statement used to search the database for user passwords
a107.help.txt=The SQL statement used to search the database for the user password. A single property of the supplied username is provided \
by the module. The result of the search should be a single row that contains the password for the user under the specified column.
a108.help=This class is used to transform the password retrieved from the database.
a108.help.txt=The default implementation for this property is <code>ClearTextTransform</code> that performs no transformation. If the \
password field retrieved from the database needs to be transformed before comparing with the supplied credentials; a custom implementation \
a109.help=The authentication level associated with this module.
a109.help.txt=Each authentication module has an authentication level that can be used to indicate the level of security \