JDBC.xml revision f0f5c9b03d95d2bb8611c21330e9c07a552879c8
945a9b081610f2b57759231e4cfad7aed62c9326slive<?xml version="1.0" encoding="UTF-8"?>
945a9b081610f2b57759231e4cfad7aed62c9326slive<!--
f422fa04a2aba00b03b72685702c9ffa87c873adrjung DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
945a9b081610f2b57759231e4cfad7aed62c9326slive
945a9b081610f2b57759231e4cfad7aed62c9326slive Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
945a9b081610f2b57759231e4cfad7aed62c9326slive
945a9b081610f2b57759231e4cfad7aed62c9326slive The contents of this file are subject to the terms
945a9b081610f2b57759231e4cfad7aed62c9326slive of the Common Development and Distribution License
945a9b081610f2b57759231e4cfad7aed62c9326slive (the License). You may not use this file except in
945a9b081610f2b57759231e4cfad7aed62c9326slive compliance with the License.
945a9b081610f2b57759231e4cfad7aed62c9326slive
945a9b081610f2b57759231e4cfad7aed62c9326slive You can obtain a copy of the License at
945a9b081610f2b57759231e4cfad7aed62c9326slive https://opensso.dev.java.net/public/CDDLv1.0.html or
945a9b081610f2b57759231e4cfad7aed62c9326slive opensso/legal/CDDLv1.0.txt
945a9b081610f2b57759231e4cfad7aed62c9326slive See the License for the specific language governing
c46196ce9382374d19dd1c631a38d4f5db5d967bsctemme permission and limitations under the License.
945a9b081610f2b57759231e4cfad7aed62c9326slive
945a9b081610f2b57759231e4cfad7aed62c9326slive When distributing Covered Code, include this CDDL
be4c217e4e6ea8262630302c567f261a7a11b6e0sf Header Notice in each file and include the License file
945a9b081610f2b57759231e4cfad7aed62c9326slive at opensso/legal/CDDLv1.0.txt.
945a9b081610f2b57759231e4cfad7aed62c9326slive If applicable, add the following below the CDDL Header,
with the fields enclosed by brackets [] replaced by
your own identifying information:
"Portions Copyrighted [year] [name of copyright owner]"
$Id: JDBC.xml,v 1.9 2009/07/16 04:12:01 cbasha Exp $
-->
<!DOCTYPE ModuleProperties PUBLIC "=//iPlanet//Authentication Module Properties XML Interface 1.0 DTD//EN"
"jar://com/sun/identity/authentication/Auth_Module_Properties.dtd">
<ModuleProperties moduleName="JDBC" version="1.0" >
<Callbacks length="2" order="1" timeout="120"
header="Este servidor utiliza la autenticación de JDBC." >
<NameCallback>
<Prompt> UserName </Prompt>
</NameCallback>
<PasswordCallback echoPassword="false" >
<Prompt> Contraseña </Prompt>
</PasswordCallback>
</Callbacks>
</ModuleProperties>