fmAuthSAE.xml revision 6594ed1a20660c40e89ca3a25643e63766c4d238
394N/A<?xml version="1.0" encoding="ISO-8859-1"?>
394N/A
394N/A<!--
394N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
394N/A
394N/ACopyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
394N/A
394N/AThe contents of this file are subject to the terms
394N/Aof the Common Development and Distribution License
394N/A(the License). You may not use this file except in
394N/Acompliance with the License.
394N/A
394N/AYou can obtain a copy of the License at
394N/Ahttps://opensso.dev.java.net/public/CDDLv1.0.html or
394N/Aopensso/legal/CDDLv1.0.txt
394N/ASee the License for the specific language governing
394N/Apermission and limitations under the License.
394N/A
394N/AWhen distributing Covered Code, include this CDDL
394N/AHeader Notice in each file and include the License file
783N/Aat opensso/legal/CDDLv1.0.txt.
394N/AIf applicable, add the following below the CDDL Header,
394N/Awith the fields enclosed by brackets [] replaced by
394N/Ayour own identifying information:
394N/A"Portions Copyrighted [year] [name of copyright owner]"
394N/A
394N/A$Id: fmAuthSAE.xml,v 1.3 2008/06/25 05:51:13 qcheng Exp $
394N/A
394N/A-->
394N/A
618N/A
394N/A
394N/A<!DOCTYPE ServicesConfiguration
844N/A PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
844N/A "jar://com/sun/identity/sm/sms.dtd">
394N/A<ServicesConfiguration>
1258N/A <Service name="sunAMAuthSAEService" version="1.0">
394N/A <Schema
394N/A serviceHierarchy="/DSAMEConfig/authentication/sunAMAuthSAEService"
394N/A i18nFileName="fmAuthSAE"
394N/A revisionNumber="10"
394N/A i18nKey="sunAMAuthSAEServiceDescription">
783N/A
783N/A <Organization>
783N/A <AttributeSchema name="sunAMAuthSAEAuthLevel"
394N/A type="single"
394N/A syntax="number"
394N/A i18nKey="a500">
394N/A <DefaultValues>
394N/A <Value>0</Value>
394N/A </DefaultValues>
394N/A </AttributeSchema>
394N/A <SubSchema name="serverconfig" inheritance="multiple">
394N/A <AttributeSchema name="sunAMAuthSAEAuthLevel"
394N/A type="single"
syntax="number"
i18nKey="a500">
<DefaultValues>
<Value>0</Value>
</DefaultValues>
</AttributeSchema>
</SubSchema>
</Organization>
</Schema>
<Configuration>
<OrganizationConfiguration name="/">
<AttributeValuePair>
<Attribute name="sunAMAuthSAEAuthLevel"/>
<Value>0</Value>
</AttributeValuePair>
</OrganizationConfiguration>
</Configuration>
</Service>
</ServicesConfiguration>