f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts<?xml version='1.0' encoding="ISO-8859-1"?>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts<!--
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts ~ The contents of this file are subject to the terms of the Common Development and
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts ~ Distribution License (the License). You may not use this file except in compliance with the
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts ~ License.
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts ~
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts ~ You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts ~ specific language governing permission and limitations under the License.
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts ~
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts ~ When distributing Covered Software, include this CDDL Header Notice in each file and include
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts ~ the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts ~ Header, with the fields enclosed by brackets [] replaced by your own identifying
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts ~ information: "Portions copyright [year] [name of copyright owner]".
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts ~
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts ~ Copyright 2016 ForgeRock AS.
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts -->
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts<!DOCTYPE ServicesConfiguration
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts PUBLIC "=//forgerock//Service Management Services (SMS) 1.0 DTD//EN"
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts "jar://com/sun/identity/sm/sms.dtd">
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts<ServicesConfiguration>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <Service name="iPlanetAMAuthAmsterService" version="1.0">
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <Schema
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts serviceHierarchy="/DSAMEConfig/authentication/iPlanetAMAuthAmsterService"
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts i18nFileName="amAuthAmster"
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts revisionNumber="1"
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts i18nKey="iPlanetAMAuthAmsterServiceDescription"
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts resourceName="amster">
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <Organization>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <AttributeSchema name="RequiredValueValidator" type="validator" syntax="string">
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <DefaultValues>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <Value>com.sun.identity.sm.RequiredValueValidator</Value>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts </DefaultValues>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts </AttributeSchema>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <AttributeSchema name="forgerock-am-auth-amster-ssh-keys"
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts type="single"
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts syntax="string"
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts validator="RequiredValueValidator"
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts i18nKey="field-ssh-keys"
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts order="100"
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts resourceName="sshKeys">
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <DefaultValues>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <Value>@USER_HOME@/.ssh/authorized_keys</Value>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts </DefaultValues>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts </AttributeSchema>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <SubSchema name="serverconfig" inheritance="multiple" resourceName="USE-PARENT">
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <AttributeSchema name="RequiredValueValidator" type="validator" syntax="string">
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <DefaultValues>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <Value>com.sun.identity.sm.RequiredValueValidator</Value>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts </DefaultValues>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts </AttributeSchema>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <AttributeSchema name="forgerock-am-auth-amster-ssh-keys"
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts type="single"
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts syntax="string"
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts validator="RequiredValueValidator"
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts i18nKey="field-ssh-keys"
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts order="100"
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts resourceName="sshKeys">
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <DefaultValues>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <Value>@USER_HOME@/.ssh/authorized_keys</Value>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts </DefaultValues>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts </AttributeSchema>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts </SubSchema>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts </Organization>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts </Schema>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <Configuration>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <OrganizationConfiguration name="/">
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <AttributeValuePair>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <Attribute name="forgerock-am-auth-amster-ssh-keys"/>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts <Value>@USER_HOME@/.ssh/authorized_keys</Value>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts </AttributeValuePair>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts </OrganizationConfiguration>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts </Configuration>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts </Service>
f274741b561a21b347710fcca8afbc5f3265fc4fJames Phillpotts</ServicesConfiguration>