amAuthOATH.xml revision b6e17ba1cff78995f19b876dcf45feebf615a2a6
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<?xml version='1.0' encoding="ISO-8859-1"?>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<!--
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe Copyright 2012-2015 ForgeRock AS.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe The contents of this file are subject to the terms
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe of the Common Development and Distribution License
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe (the License). You may not use this file except in
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov compliance with the License.
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov You can obtain a copy of the License at
5dbfd19ad5fcc2b779f40f80fa05c1bd28fd0b4eTheo Schlossnagle http://forgerock.org/license/CDDLv1.0.html
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore See the License for the specific language governing
fc2512cfb727d49529d8ed99164db871f4829b73Robert Mustacchi permission and limitations under the License.
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe When distributing Covered Code, include this CDDL
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov Header Notice in each file and include the License file
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe at http://forgerock.org/license/CDDLv1.0.html
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov If applicable, add the following below the CDDL Header,
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe with the fields enclosed by brackets [] replaced by
a9478106a12424322498e53cf7cd75bd8a4d6004Yuri Pankov your own identifying information:
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe "Portions Copyrighted 2012 ForgeRock AS"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe-->
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<!DOCTYPE ServicesConfiguration
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe "jar://com/sun/identity/sm/sms.dtd">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe<ServicesConfiguration>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Service name="iPlanetAMAuthOATHService" version="1.0">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Schema
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe serviceHierarchy="/DSAMEConfig/authentication/iPlanetAMAuthOATHService"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe i18nFileName="amAuthOATH"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe revisionNumber="1"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe i18nKey="iPlanetAMAuthOATHServiceDescription"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="oath">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
fc2512cfb727d49529d8ed99164db871f4829b73Robert Mustacchi <Organization>
9d12795f87b63c2e39e87bff369182edd34677d3Robert Mustacchi <AttributeSchema name="iplanet-am-auth-oath-auth-level"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe type="single"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe syntax="number_range" rangeStart="0" rangeEnd="2147483647"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe validator="RequiredValueValidator"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe i18nKey="a500"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="authenticationLevel">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Value>0</Value>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </AttributeSchema>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <AttributeSchema name="iplanet-am-auth-oath-password-length"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe type="single"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe syntax="string"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe validator="RequiredValueValidator"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe i18nKey="a501"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="passwordLength">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Value>6</Value>
fc2512cfb727d49529d8ed99164db871f4829b73Robert Mustacchi </DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </AttributeSchema>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <AttributeSchema name="iplanet-am-auth-oath-min-secret-key-length"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe type="single"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe syntax="string"
89b9271284be1a4e3e3053d7bc12f9bbf8145b06Robert Mustacchi i18nKey="a502"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="minimumSecretKeyLength">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Value>32</Value>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </AttributeSchema>
fc2512cfb727d49529d8ed99164db871f4829b73Robert Mustacchi <AttributeSchema name="iplanet-am-auth-oath-algorithm"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe type="single_choice"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe syntax="string"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe validator="RequiredValueValidator"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe i18nKey="a504"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="oathAlgorithm">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <ChoiceValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <ChoiceValue i18nKey="HOTP">HOTP</ChoiceValue>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <ChoiceValue i18nKey="TOTP">TOTP</ChoiceValue>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </ChoiceValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Value>HOTP</Value>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </AttributeSchema>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <AttributeSchema name="iplanet-am-auth-oath-hotp-window-size"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe type="single"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe syntax="number"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe i18nKey="a505"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="hotpWindowSize">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Value>100</Value>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </AttributeSchema>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <AttributeSchema name="iplanet-am-auth-oath-add-checksum"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe type="single_choice"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe syntax="string"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe i18nKey="a507"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="addChecksumToOtpEnabled">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <ChoiceValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <ChoiceValue i18nKey="true">True</ChoiceValue>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <ChoiceValue i18nKey="false">False</ChoiceValue>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </ChoiceValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Value>False</Value>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </AttributeSchema>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <AttributeSchema name="iplanet-am-auth-oath-truncation-offset"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe type="single"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe syntax="number"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe i18nKey="a508"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="truncationOffset">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <DefaultValues>
7dc9a163b382daee1ce43b6588dd1b507363dae5Robert Mustacchi <Value>-1</Value>
a5eb7107f06a6e23e8e77e8d3a84c1ff90a73ac6Bryan Cantrill </DefaultValues>
a5eb7107f06a6e23e8e77e8d3a84c1ff90a73ac6Bryan Cantrill </AttributeSchema>
a5eb7107f06a6e23e8e77e8d3a84c1ff90a73ac6Bryan Cantrill <AttributeSchema name="iplanet-am-auth-oath-size-of-time-step"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe type="single"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe syntax="number"
1767006bb066ef500b90b432fba79d63d0d09b36Bryan Cantrill i18nKey="a509"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="totpTimeStepInterval">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Value>30</Value>
ce83b99835cc4643ab0fefd88dea62427d9ced5eRobert Mustacchi </DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </AttributeSchema>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <AttributeSchema name="iplanet-am-auth-oath-steps-in-window"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe type="single"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe syntax="number"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe i18nKey="a510"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="totpTimeStepsInWindow">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Value>2</Value>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </AttributeSchema>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <AttributeSchema name="openam-auth-oath-maximum-clock-drift"
7a5aac98bc37534537d4896efd4efd30627d221eJerry Jelinek type="single"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe syntax="number"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe i18nKey="a514"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="totpMaximumClockDrift"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe rangeStart="0" rangeEnd="2147483648">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Value>0</Value>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </AttributeSchema>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <SubSchema name="serverconfig" inheritance="multiple" resourceName="USE-PARENT">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <AttributeSchema name="iplanet-am-auth-oath-auth-level"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe type="single"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe syntax="number_range" rangeStart="0" rangeEnd="2147483647"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe i18nKey="a500"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="authenticationLevel">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Value>0</Value>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </AttributeSchema>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <AttributeSchema name="iplanet-am-auth-oath-password-length"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe type="single"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe syntax="string"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe i18nKey="a501"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="passwordLength">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Value>6</Value>
9d12795f87b63c2e39e87bff369182edd34677d3Robert Mustacchi </DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </AttributeSchema>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <AttributeSchema name="iplanet-am-auth-oath-min-secret-key-length"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe type="single"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe syntax="string"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe i18nKey="a502"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="minimumSecretKeyLength">
296749875bd503e7a14e25b4c57d3142cb496df1Joshua M. Clulow <DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Value>32</Value>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </AttributeSchema>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <AttributeSchema name="iplanet-am-auth-oath-algorithm"
d2b9ba291ef0d1dc8807b6d46996674c723924d0Robert Mustacchi type="single_choice"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe syntax="string"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe i18nKey="a504"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="oathAlgorithm">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <ChoiceValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <ChoiceValue i18nKey="HOTP">HOTP</ChoiceValue>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <ChoiceValue i18nKey="TOTP">TOTP</ChoiceValue>
b65dd972486b1f5913d705d2a0cb9c3fb189a9e0Robert Mustacchi </ChoiceValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Value>HOTP</Value>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </AttributeSchema>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <AttributeSchema name="iplanet-am-auth-oath-hotp-window-size"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe type="single"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe syntax="number"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe i18nKey="a505"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="hotpWindowSize">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Value>100</Value>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </AttributeSchema>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <AttributeSchema name="iplanet-am-auth-oath-add-checksum"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe type="single_choice"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe syntax="string"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe i18nKey="a507"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="addChecksumToOtpEnabled">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <ChoiceValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <ChoiceValue i18nKey="true">True</ChoiceValue>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <ChoiceValue i18nKey="false">False</ChoiceValue>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </ChoiceValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Value>False</Value>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </AttributeSchema>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <AttributeSchema name="iplanet-am-auth-oath-truncation-offset"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe type="single"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe syntax="number"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe i18nKey="a508"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="truncationOffset">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Value>-1</Value>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </AttributeSchema>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <AttributeSchema name="iplanet-am-auth-oath-size-of-time-step"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe type="single"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe syntax="number"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe i18nKey="a509"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="totpTimeStepInterval">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Value>30</Value>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </AttributeSchema>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <AttributeSchema name="iplanet-am-auth-oath-steps-in-window"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe type="single"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe syntax="number"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe i18nKey="a510"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="totpTimeStepsInWindow">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Value>2</Value>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </AttributeSchema>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <AttributeSchema name="openam-auth-oath-maximum-clock-drift"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe type="single"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe syntax="number"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe i18nKey="a514"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe resourceName="totpMaximumClockDrift"
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe rangeStart="0" rangeEnd="2147483648">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Value>0</Value>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </DefaultValues>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </AttributeSchema>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </SubSchema>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </Organization>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </Schema>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Configuration>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <OrganizationConfiguration name="/">
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <AttributeValuePair>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Attribute name="iplanet-am-auth-oath-auth-level"/>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe <Value>0</Value>
fc2512cfb727d49529d8ed99164db871f4829b73Robert Mustacchi </AttributeValuePair>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </OrganizationConfiguration>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </Configuration>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe </Service>
2d08521bd15501c8370ba2153b9cca4f094979d0Garrett D'Amore</ServicesConfiguration>
c10c16dec587a0662068f6e2991c29ed3a9db943Richard Lowe