authentication.properties revision e8721886dbfd32e88cc7077cbee4b6bb1b44b443
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes#
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes#
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes#
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholes# The contents of this file are subject to the terms
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# of the Common Development and Distribution License
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# (the License). You may not use this file except in
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# compliance with the License.
ce22ce4743d79a889dca64df4459c598e2c188c7fuankg#
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# You can obtain a copy of the License at
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# https://opensso.dev.java.net/public/CDDLv1.0.html or
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# opensso/legal/CDDLv1.0.txt
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# See the License for the specific language governing
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# permission and limitations under the License.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes#
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# When distributing Covered Code, include this CDDL
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# Header Notice in each file and include the License file
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# at opensso/legal/CDDLv1.0.txt.
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# If applicable, add the following below the CDDL Header,
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# with the fields enclosed by brackets [] replaced by
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# your own identifying information:
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# "Portions Copyrighted [year] [name of copyright owner]"
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes#
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes# $Id: authentication.properties,v 1.3 2009/12/11 01:43:23 goodearth Exp $
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes#
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes#
bb2b38cd44b032118359afbc743efbea12f48e61bnicholes
bb2b38cd44b032118359afbc743efbea12f48e61bnicholescom.iplanet.auth.name=Authentication Services
bb2b38cd44b032118359afbc743efbea12f48e61bnicholescom.iplanet.auth.application=Application Name
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholescom.iplanet.auth.moduleInterface=Authentication Plugin module interface
70953fb44a7140fe206c3a5f011e24209c8c5c6abnicholescom.iplanet.auth.flag=LDAP Login Module Control Flag
bb2b38cd44b032118359afbc743efbea12f48e61bnicholescom.iplanet.auth.moduleClass=LDAP Authentication ClassPath
f7d723f1ad88ed006c6caf4c2c6604b7c59dd172bnicholescom.iplanet.auth.ldap-server=LDAP Authentication ServerName
bb2b38cd44b032118359afbc743efbea12f48e61bnicholescom.iplanet.auth.ldap-baseDN=DN to start search
bb2b38cd44b032118359afbc743efbea12f48e61bnicholescom.iplanet.auth.ldap-bindDN=DN for root user bind
bb2b38cd44b032118359afbc743efbea12f48e61bnicholescom.iplanet.auth.ldap-bindPasswd=Password for root user bind
bb2b38cd44b032118359afbc743efbea12f48e61bnicholescom.iplanet.auth.ldap-searchFilter=search filter for userid
bb2b38cd44b032118359afbc743efbea12f48e61bnicholescom.iplanet.auth.ldap-searchScope=scope for the userid search
bb2b38cd44b032118359afbc743efbea12f48e61bnicholescom.iplanet.auth.ldap-sslEnabled=Enable SSL/TLS to LDAP server
bb2b38cd44b032118359afbc743efbea12f48e61bnicholescom.iplanet.auth.ldap-debugEnabled=Enable debug for LDAP login module
bb2b38cd44b032118359afbc743efbea12f48e61bnicholescom.iplanet.auth.invalid-username=Invalid user name
bb2b38cd44b032118359afbc743efbea12f48e61bnicholescom.iplanet.auth.invalid-password=Invalid password
bb2b38cd44b032118359afbc743efbea12f48e61bnicholescom.iplanet.auth.invalid-orgname=Invalid organization name
5b0c702735f2049038c50c7dc5dd2606086ee110bnicholes