amAuth.xml revision 1c55e8b0acc5255bb5a10d740e37476c4c7157cf
c869993e79c1eafbec61a56bf6cea848fe754c71xy<?xml version='1.0' encoding="ISO-8859-1"?>
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy<!--
c869993e79c1eafbec61a56bf6cea848fe754c71xy DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy The contents of this file are subject to the terms
c869993e79c1eafbec61a56bf6cea848fe754c71xy of the Common Development and Distribution License
c869993e79c1eafbec61a56bf6cea848fe754c71xy (the License). You may not use this file except in
c869993e79c1eafbec61a56bf6cea848fe754c71xy compliance with the License.
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy You can obtain a copy of the License at
c869993e79c1eafbec61a56bf6cea848fe754c71xy https://opensso.dev.java.net/public/CDDLv1.0.html or
c869993e79c1eafbec61a56bf6cea848fe754c71xy opensso/legal/CDDLv1.0.txt
c869993e79c1eafbec61a56bf6cea848fe754c71xy See the License for the specific language governing
c869993e79c1eafbec61a56bf6cea848fe754c71xy permission and limitations under the License.
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy When distributing Covered Code, include this CDDL
c869993e79c1eafbec61a56bf6cea848fe754c71xy Header Notice in each file and include the License file
c869993e79c1eafbec61a56bf6cea848fe754c71xy at opensso/legal/CDDLv1.0.txt.
c869993e79c1eafbec61a56bf6cea848fe754c71xy If applicable, add the following below the CDDL Header,
c869993e79c1eafbec61a56bf6cea848fe754c71xy with the fields enclosed by brackets [] replaced by
c869993e79c1eafbec61a56bf6cea848fe754c71xy your own identifying information:
c869993e79c1eafbec61a56bf6cea848fe754c71xy "Portions Copyrighted [year] [name of copyright owner]"
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy $Id: amAuth.xml,v 1.16 2009/11/25 12:06:32 manish_rustagi Exp $
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy-->
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy<!--
c869993e79c1eafbec61a56bf6cea848fe754c71xy Portions Copyrighted 2011-2013 ForgeRock, Inc.
fa25784ca4b51c206177d891a654f1d36a25d41fxy-->
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy<!DOCTYPE ServicesConfiguration
c869993e79c1eafbec61a56bf6cea848fe754c71xy PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
c869993e79c1eafbec61a56bf6cea848fe754c71xy "jar://com/sun/identity/sm/sms.dtd">
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy<ServicesConfiguration>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Service name="iPlanetAMAuthService" version="1.0">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Schema
c869993e79c1eafbec61a56bf6cea848fe754c71xy serviceHierarchy="/DSAMEConfig/authentication/iPlanetAMAuthService"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nFileName="amAuth"
c869993e79c1eafbec61a56bf6cea848fe754c71xy revisionNumber="60"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="iplanet-am-auth-service-description">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Global>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-authenticators"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="list"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a117">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>com.sun.identity.authentication.modules.ldap.LDAP</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>com.sun.identity.authentication.modules.ad.AD</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>com.sun.identity.authentication.modules.membership.Membership</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>com.sun.identity.authentication.modules.anonymous.Anonymous</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>com.sun.identity.authentication.modules.cert.Cert</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>com.sun.identity.authentication.modules.application.Application</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>com.sun.identity.authentication.modules.httpbasic.HTTPBasic</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>com.sun.identity.authentication.modules.nt.NT</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>com.sun.identity.authentication.modules.jdbc.JDBC</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>com.sun.identity.authentication.modules.windowsdesktopsso.WindowsDesktopSSO</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>com.sun.identity.authentication.modules.msisdn.MSISDN</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>com.sun.identity.authentication.modules.datastore.DataStore</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>org.forgerock.openam.authentication.modules.deviceprint.DevicePrintModule</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>com.sun.identity.authentication.modules.radius.RADIUS</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>com.sun.identity.authentication.modules.hotp.HOTP</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>com.sun.identity.authentication.modules.securid.SecurID</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>org.forgerock.openam.authentication.modules.adaptive.Adaptive</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>org.forgerock.openam.authentication.modules.oauth2.OAuth</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>org.forgerock.openam.authentication.modules.oath.OATH</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-ldap-connection-pool-size"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="list"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a140">
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-ldap-connection-pool-default-size"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a141">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>1:10</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
fa25784ca4b51c206177d891a654f1d36a25d41fxy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-sleep-interval"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="number"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>300</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="sunRemoteAuthSecurityEnabled"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="boolean"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a146">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>false</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="sunAMAuthKeepPostProcessInstances"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="boolean"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a148">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl <Value>false</Value>
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl </DefaultValues>
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl </AttributeSchema>
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl <AttributeSchema name="sunAMAuthKeepAuthModuleIntances"
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="boolean"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a149">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>false</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </Global>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Organization>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-allowed-modules"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="list"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="">
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-dynamic-profile-creation"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single_choice"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a102">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <ChoiceValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <ChoiceValue i18nKey="Create">true</ChoiceValue>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <ChoiceValue i18nKey="CreateWithAlias">createAlias</ChoiceValue>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <ChoiceValue i18nKey="Ignore">ignore</ChoiceValue>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <ChoiceValue i18nKey="Required">false</ChoiceValue>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </ChoiceValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>@USER_PROFILE_CHOICE@</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-admin-auth-module"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single_choice"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a104">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <ChoiceValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <ChoiceValuesClassName
c869993e79c1eafbec61a56bf6cea848fe754c71xy className=
c869993e79c1eafbec61a56bf6cea848fe754c71xy "com.sun.identity.authentication.service.ConfiguredAuthServices" />
c869993e79c1eafbec61a56bf6cea848fe754c71xy </ChoiceValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>[Empty]</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-jwt-signing-key-alias"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a151">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>test</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-default-role"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="list"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl i18nKey="a105">
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-persistent-cookie-mode"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="boolean"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a108">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <BooleanValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </BooleanValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>false</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-persistent-cookie-time"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="number"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a109">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>2147483</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="sunEnableModuleBasedAuth"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="boolean"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a145">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <BooleanValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </BooleanValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>true</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="openam.auth.zero.page.login.enabled"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="boolean"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a152">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <BooleanValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </BooleanValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>false</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-login-failure-lockout-mode"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="boolean"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a125">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <BooleanValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </BooleanValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>false</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="sunStoreInvalidAttemptsInDS"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="boolean"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a144">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <BooleanValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </BooleanValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>true</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-lockout-duration"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="number"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a130">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>0</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="sunLockoutDurationMultiplier"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="number"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a1301">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>1</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-login-failure-count"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="number"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a126">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>5</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-login-failure-duration"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="number"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a127">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>300</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-lockout-email-address"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a128">
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-lockout-warn-user"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="number"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a129">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>4</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-lockout-attribute-name"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl i18nKey="a131">
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl </AttributeSchema>
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl <AttributeSchema name="iplanet-am-auth-lockout-attribute-value"
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl type="single"
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl syntax="string"
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl i18nKey="a132">
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl </AttributeSchema>
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl <AttributeSchema name="sunAMAuthInvalidAttemptsDataAttrName"
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a1321">
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-user-container"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="list"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="dn"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>ou=People</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-alias-attr-name"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="list"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a114">
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-user-naming-attr"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>@USER_NAMING_ATTR@</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-default-auth-level"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="number_range" rangeStart="0" rangeEnd="2147483647"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a500">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>0</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-locale"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a120">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>@PLATFORM_LOCALE@</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-org-config"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single_choice"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a121">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <ChoiceValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <ChoiceValuesClassName
c869993e79c1eafbec61a56bf6cea848fe754c71xy className=
c869993e79c1eafbec61a56bf6cea848fe754c71xy "com.sun.identity.authentication.service.ConfiguredAuthServices" />
c869993e79c1eafbec61a56bf6cea848fe754c71xy </ChoiceValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>[Empty]</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-login-success-url"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="list"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a133">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>/@SERVER_URI@/console</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-login-failure-url"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="list"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a134">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value/>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-post-login-process-class"
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl type="list"
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl syntax="string"
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl i18nKey="a135">
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl </AttributeSchema>
8bb4b220fdb894543e41a5f9037898cf3c3f312bgl <AttributeSchema name="iplanet-am-auth-username-generator-enabled"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="boolean"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a138">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <BooleanValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </BooleanValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>true</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-username-generator-class"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a139">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>com.sun.identity.authentication.spi.DefaultUserIDGenerator</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="sunAMIdentityType"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="multiple_choice"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a142">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <ChoiceValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <ChoiceValuesClassName
c869993e79c1eafbec61a56bf6cea848fe754c71xy className= "com.sun.identity.authentication.service.ConfiguredIdentityTypes" />
c869993e79c1eafbec61a56bf6cea848fe754c71xy </ChoiceValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>user</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>agent</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="sunAMUserStatusCallbackPlugins"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="list"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a143">
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="sunAMUserAttributesSessionMapping"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="list"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a147">
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="iplanet-am-auth-valid-goto-domains"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="list"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a150">
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeSchema name="openam-auth-pcookie-auth-level"
c869993e79c1eafbec61a56bf6cea848fe754c71xy type="single"
c869993e79c1eafbec61a56bf6cea848fe754c71xy syntax="string"
c869993e79c1eafbec61a56bf6cea848fe754c71xy i18nKey="a153">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>0</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </DefaultValues>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeSchema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </Organization>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </Schema>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Configuration>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <OrganizationConfiguration name="/">
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeValuePair>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Attribute name="iplanet-am-auth-alias-attr-name" />
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>@USER_NAMING_ATTR@</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeValuePair>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeValuePair>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Attribute name="iplanet-am-auth-admin-auth-module" />
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>@AUTH_DEFAULT_CONFIG@</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeValuePair>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <AttributeValuePair>
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Attribute name="iplanet-am-auth-org-config" />
c869993e79c1eafbec61a56bf6cea848fe754c71xy <Value>@AUTH_DEFAULT_CONFIG@</Value>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </AttributeValuePair>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </OrganizationConfiguration>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </Configuration>
c869993e79c1eafbec61a56bf6cea848fe754c71xy </Service>
c869993e79c1eafbec61a56bf6cea848fe754c71xy</ServicesConfiguration>
c869993e79c1eafbec61a56bf6cea848fe754c71xy