amAuthJDBC.properties revision 472fc80404c5545ee7bdc88554b8580758ccccda
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn#
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn#
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn#
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# The contents of this file are subject to the terms
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# of the Common Development and Distribution License
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# (the License). You may not use this file except in
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# compliance with the License.
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn#
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# You can obtain a copy of the License at
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# https://opensso.dev.java.net/public/CDDLv1.0.html or
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# opensso/legal/CDDLv1.0.txt
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# See the License for the specific language governing
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# permission and limitations under the License.
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn#
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# When distributing Covered Code, include this CDDL
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# Header Notice in each file and include the License file
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# at opensso/legal/CDDLv1.0.txt.
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# If applicable, add the following below the CDDL Header,
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# with the fields enclosed by brackets [] replaced by
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# your own identifying information:
ff17c8bf86c3e567734be83f90267edee20f580fgjelinek# "Portions Copyrighted [year] [name of copyright owner]"
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn#
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# $Id: amAuthJDBC.properties,v 1.2 2008/06/25 05:40:34 qcheng Exp $
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn#
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn#
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# Portions Copyrighted 2011 ForgeRock Inc
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn# Portions Copyrighted 2012 Open Source Solution Technology Corporation
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnnonlinehelp.doc=jdbc.html
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnnauthentication=Authentication Modules
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnnsunAMAuthJDBCServiceDescription=JDBC
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnna100=Connection Type
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnna100.help=Controls how the authentication module will obtain the JDBC connection to the database.
123807fb8274cf8e22f09732e34303ba6baf55a5edpa100.help.txt=If the connection type is non-persistent JDBC connection then the JDBC driver must be available to the OpenAM web-app. \
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnnIf the connection type is JNDI, the OpenAM web application deployment descriptor <code>web.xml</code> must be updated \
bf1d7e28fd966a3f7e92b40aa301efdedc81ef7bdhto include the correct JNDI JDBC resource information. The J2EE container must also be configured with the correct JNDI JDBC configuration.
bf1d7e28fd966a3f7e92b40aa301efdedc81ef7bdha101=Connection Pool JNDI Name
bf1d7e28fd966a3f7e92b40aa301efdedc81ef7bdha101.help=The JNDI URL to the JDBC connection pool
bf1d7e28fd966a3f7e92b40aa301efdedc81ef7bdha101.help.txt=The JNDI URL refers to the JDBC connection pool created in the J2EE container for the authentication database.<br/><br/>\
bf1d7e28fd966a3f7e92b40aa301efdedc81ef7bdh<i>NB </i>Only used when connection type is JNDI
bf1d7e28fd966a3f7e92b40aa301efdedc81ef7bdha102=JDBC Driver
123807fb8274cf8e22f09732e34303ba6baf55a5edpa102.help=The classname of the JDBC driver to use.
123807fb8274cf8e22f09732e34303ba6baf55a5edpa102.help.txt=The fully qualified class name of the JDBC driver to use to connect to the database. Only Oracle or MySQL drivers are \
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnnsupported. JDBC drivers for other database may work, but the database will be treated as if it was Oracle.<br/><br/>\
123807fb8274cf8e22f09732e34303ba6baf55a5edp<i>NB </i>Only used when connection type is JDBC
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnna103=JDBC URL
f4b3ec61df05330d25f55a36b975b4d7519fdeb1dha103.help=The JDBC URL used to initialise the JDBC driver
f4b3ec61df05330d25f55a36b975b4d7519fdeb1dha103.help.txt=<i>NB </i>Only used when connection type is JDBC
ff17c8bf86c3e567734be83f90267edee20f580fgjelineka104=Database Username
ff17c8bf86c3e567734be83f90267edee20f580fgjelineka104.help=This username will be used to authenticate to the database
123807fb8274cf8e22f09732e34303ba6baf55a5edpa104.help.txt=<i>NB </i>Only used when connection type is JDBC
ff17c8bf86c3e567734be83f90267edee20f580fgjelineka105=Database Password
123807fb8274cf8e22f09732e34303ba6baf55a5edpa105.help=The password used to authenticate to the database
ff17c8bf86c3e567734be83f90267edee20f580fgjelineka105.help.txt=<i>NB </i>Only used when connection type is JDBC
ff17c8bf86c3e567734be83f90267edee20f580fgjelineka106=Password Column Name
ff17c8bf86c3e567734be83f90267edee20f580fgjelineka106.help=The name of the column in the database containing the user passwords
ff17c8bf86c3e567734be83f90267edee20f580fgjelineka106.help.txt=This property will be used to retrieve the correct column containing the password from the results table returned by the \
123807fb8274cf8e22f09732e34303ba6baf55a5edpdatabase
ff17c8bf86c3e567734be83f90267edee20f580fgjelineka107=Prepared Statement
123807fb8274cf8e22f09732e34303ba6baf55a5edpa107.help=The SQL statement used to search the database for user passwords
123807fb8274cf8e22f09732e34303ba6baf55a5edpa107.help.txt=The SQL statement used to search the database for the user password. A single property of the supplied username is provided \
ff17c8bf86c3e567734be83f90267edee20f580fgjelinekby the module. The result of the search should be a single row that contains the password for the user under the specified column.
123807fb8274cf8e22f09732e34303ba6baf55a5edpa108=Class to Transform Password Syntax
123807fb8274cf8e22f09732e34303ba6baf55a5edpa108.help=This class is used to transform the password retrieved from the database.
123807fb8274cf8e22f09732e34303ba6baf55a5edpa108.help.txt=The default implementation for this property is <code>ClearTextTransform</code> that performs no transformation. If the \
37774979c2601819ef2cdb4ae1469d9111ccf52bgjelinekpassword field retrieved from the database needs to be transformed before comparing with the supplied credentials; a custom implementation \
ff17c8bf86c3e567734be83f90267edee20f580fgjelinekshould be provided. Any custom implementation must implement the following interface \
123807fb8274cf8e22f09732e34303ba6baf55a5edp<code>com.sun.identity.authentication.modules.jdbc.JDBCPasswordSyntaxTransform</code>
ff17c8bf86c3e567734be83f90267edee20f580fgjelineka109=Authentication Level
37774979c2601819ef2cdb4ae1469d9111ccf52bgjelineka109.help=The authentication level associated with this module.
ff17c8bf86c3e567734be83f90267edee20f580fgjelineka109.help.txt=Each authentication module has an authentication level that can be used to indicate the level of security \
ff17c8bf86c3e567734be83f90267edee20f580fgjelinekassociated with the module; 0 is the lowest (and the default).
ff17c8bf86c3e567734be83f90267edee20f580fgjelinek
37774979c2601819ef2cdb4ae1469d9111ccf52bgjelineknoCONNECTIONTYPE=Connection type not found.
ff17c8bf86c3e567734be83f90267edee20f580fgjelineknoJNDINAME=JNDI Name not found.
ff17c8bf86c3e567734be83f90267edee20f580fgjelineknoDRIVER=No JDBC driver specified.
ff17c8bf86c3e567734be83f90267edee20f580fgjelineknoURL=No JDBC URL specified.
37774979c2601819ef2cdb4ae1469d9111ccf52bgjelineknoDBUSER=No user specified for authentication to the database.
ff17c8bf86c3e567734be83f90267edee20f580fgjelineknoDBPASSWORD=No password specified for authentication to the database.
ff17c8bf86c3e567734be83f90267edee20f580fgjelineknoPASSWORDCOLUMN=No column name specified for the password.
ff17c8bf86c3e567734be83f90267edee20f580fgjelineknoTRANSFORM=No password syntax transform class specified.
ff17c8bf86c3e567734be83f90267edee20f580fgjelineknoSTATEMENT=No prepared statement for the SQL query is specified.
ff17c8bf86c3e567734be83f90267edee20f580fgjelineknoUserName=Uid is not specified.
858a4b9997a29c40b725e606eb9bc3ac0a8c765bslinvalidState=Not a valid state for the JDBC module.
123807fb8274cf8e22f09732e34303ba6baf55a5edploginFailed=User credentials are invalid.
123807fb8274cf8e22f09732e34303ba6baf55a5edpchoiceJNDI=Connection pool is retrieved via JNDI.
ff17c8bf86c3e567734be83f90267edee20f580fgjelinekchoiceURL=Non-persistent JDBC connection.
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnnuserNameTooLong=The user name provided exceeds the maximum length.
123807fb8274cf8e22f09732e34303ba6baf55a5edpnullResult=Search result from the prepared statement is null.
bf1d7e28fd966a3f7e92b40aa301efdedc81ef7bdhmultiEntry=More than one user entry found.
9acbbeaf2a1ffe5c14b244867d427714fab43c5cnn