amAuthAD.xml revision 49d0e672855122bc44a2a8c331f3349d2a56716f
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews<?xml version="1.0" encoding="ISO-8859-1"?>
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews<!--
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews The contents of this file are subject to the terms
70e5a7403f0e0a3bd292b8287c5fed5772c15270Automatic Updater of the Common Development and Distribution License
821644d49b73b49f2abc5463bc53a3132f612478Mark Andrews (the License). You may not use this file except in
821644d49b73b49f2abc5463bc53a3132f612478Mark Andrews compliance with the License.
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews You can obtain a copy of the License at
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews https://opensso.dev.java.net/public/CDDLv1.0.html or
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews opensso/legal/CDDLv1.0.txt
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews See the License for the specific language governing
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews permission and limitations under the License.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews When distributing Covered Code, include this CDDL
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews Header Notice in each file and include the License file
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews at opensso/legal/CDDLv1.0.txt.
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews If applicable, add the following below the CDDL Header,
2c15fcdeac4c2402258867fbac24d7475ef98259Mark Andrews with the fields enclosed by brackets [] replaced by
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews your own identifying information:
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews "Portions Copyrighted [year] [name of copyright owner]"
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews $Id: amAuthAD.xml,v 1.5 2008/06/25 05:45:41 qcheng Exp $
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews Portions Copyrighted 2013-2015 ForgeRock AS.
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews-->
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews<!DOCTYPE ServicesConfiguration
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews PUBLIC "=//iPlanet//Service Management Services (SMS) 1.0 DTD//EN"
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews "jar://com/sun/identity/sm/sms.dtd">
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews<ServicesConfiguration>
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews <Service name="sunAMAuthADService" version="1.0">
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews <Schema
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews serviceHierarchy="/DSAMEConfig/authentication/sunAMAuthADService"
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews i18nFileName="amAuthAD"
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews revisionNumber="30"
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews i18nKey="sunAMAuthADServiceDescription">
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews <Organization>
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews <AttributeSchema name="iplanet-am-auth-ldap-server"
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews type="list"
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews syntax="string"
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews i18nKey="a101">
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews <DefaultValues>
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews <Value>@UM_DIRECTORY_SERVER@:@UM_DIRECTORY_PORT@</Value>
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews </DefaultValues>
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews </AttributeSchema>
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews <AttributeSchema name="iplanet-am-auth-ldap-server2"
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews type="list"
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews syntax="string"
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews i18nKey="a102">
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews </AttributeSchema>
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews <AttributeSchema name="iplanet-am-auth-ldap-base-dn"
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews type="list"
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews syntax="dn"
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews i18nKey="a103">
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews <DefaultValues>
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews <Value>@UM_NORMALIZED_ORGBASE@</Value>
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews </DefaultValues>
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews </AttributeSchema>
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews <AttributeSchema name="iplanet-am-auth-ldap-bind-dn"
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews type="single"
362a27e81e6de298b6ff31457ad22380a6d825c2Mark Andrews syntax="dn"
i18nKey="a104">
<DefaultValues>
<Value>@UM_DS_DIRMGRDN@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-auth-ldap-bind-passwd"
type="single"
syntax="password"
i18nKey="a105">
</AttributeSchema>
<AttributeSchema name="iplanet-am-auth-ldap-user-naming-attribute"
type="single"
syntax="string"
i18nKey="a106">
<DefaultValues>
<Value>@USER_NAMING_ATTR@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-auth-ldap-user-search-attributes"
type="list"
syntax="string"
i18nKey="a107">
<DefaultValues>
<Value>@USER_NAMING_ATTR@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-auth-ldap-search-filter"
type="single"
syntax="xml"
i18nKey="a108">
</AttributeSchema>
<AttributeSchema name="iplanet-am-auth-ldap-search-scope"
type="single_choice"
syntax="string"
i18nKey="a109">
<ChoiceValues>
<ChoiceValue i18nKey="choiceObject">OBJECT</ChoiceValue>
<ChoiceValue i18nKey="choiceOneLevel">ONELEVEL</ChoiceValue>
<ChoiceValue i18nKey="choiceSubTree">SUBTREE</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SUBTREE</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-auth-ldap-connection-mode"
type="single_choice"
syntax="string"
i18nKey="a110">
<ChoiceValues>
<ChoiceValue i18nKey="a1101">LDAP</ChoiceValue>
<ChoiceValue i18nKey="a1102">LDAPS</ChoiceValue>
<ChoiceValue i18nKey="a1103">StartTLS</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>@LDAP_CONNECTION_MODE@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-auth-ldap-ssl-trust-all"
type="single"
syntax="boolean"
i18nKey="a117">
<BooleanValues>
<BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-auth-ldap-return-user-dn"
type="single"
syntax="boolean"
i18nKey="a111">
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunAMAuthADAuthLevel"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a500">
<DefaultValues>
<Value>0</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-ldap-user-creation-attr-list"
type="list"
syntax="string"
i18nKey="a114">
</AttributeSchema>
<AttributeSchema name="iplanet-am-auth-ldap-invalid-chars"
type="list"
syntax="string"
i18nKey="">
<DefaultValues>
<Value>*|(|)|&amp;|!</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-auth-ldap-heartbeat-interval"
type="single"
syntax="number"
i18nKey="a118">
<DefaultValues>
<Value>1</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-auth-ldap-heartbeat-timeunit"
type="single_choice"
syntax="string"
i18nKey="a119">
<ChoiceValues>
<ChoiceValue i18nKey="a1191">SECONDS</ChoiceValue>
<ChoiceValue i18nKey="a1192">MINUTES</ChoiceValue>
<ChoiceValue i18nKey="a1193">HOURS</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>MINUTES</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-auth-ldap-operation-timeout"
type="single"
syntax="number"
i18nKey="a120">
<DefaultValues>
<Value>0</Value>
</DefaultValues>
</AttributeSchema>
<SubSchema name="serverconfig" inheritance="multiple">
<AttributeSchema name="iplanet-am-auth-ldap-server"
type="list"
syntax="string"
i18nKey="a101">
<DefaultValues>
<Value>@UM_DIRECTORY_SERVER@:@UM_DIRECTORY_PORT@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-auth-ldap-server2"
type="list"
syntax="string"
i18nKey="a102">
</AttributeSchema>
<AttributeSchema name="iplanet-am-auth-ldap-base-dn"
type="list"
syntax="dn"
i18nKey="a103">
<DefaultValues>
<Value>@UM_NORMALIZED_ORGBASE@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-auth-ldap-bind-dn"
type="single"
syntax="dn"
i18nKey="a104">
<DefaultValues>
<Value>@UM_DS_DIRMGRDN@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-auth-ldap-bind-passwd"
type="single"
syntax="password"
i18nKey="a105">
</AttributeSchema>
<AttributeSchema name="iplanet-am-auth-ldap-user-naming-attribute"
type="single"
syntax="string"
i18nKey="a106">
<DefaultValues>
<Value>@USER_NAMING_ATTR@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-auth-ldap-user-search-attributes"
type="list"
syntax="string"
i18nKey="a107">
<DefaultValues>
<Value>@USER_NAMING_ATTR@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-auth-ldap-search-filter"
type="single"
syntax="xml"
i18nKey="a108">
</AttributeSchema>
<AttributeSchema name="iplanet-am-auth-ldap-search-scope"
type="single_choice"
syntax="string"
i18nKey="a109">
<ChoiceValues>
<ChoiceValue i18nKey="choiceObject">OBJECT</ChoiceValue>
<ChoiceValue i18nKey="choiceOneLevel">ONELEVEL</ChoiceValue>
<ChoiceValue i18nKey="choiceSubTree">SUBTREE</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SUBTREE</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-auth-ldap-connection-mode"
type="single_choice"
syntax="string"
i18nKey="a110">
<ChoiceValues>
<ChoiceValue i18nKey="a1101">LDAP</ChoiceValue>
<ChoiceValue i18nKey="a1102">LDAPS</ChoiceValue>
<ChoiceValue i18nKey="a1103">StartTLS</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>@LDAP_CONNECTION_MODE@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-auth-ldap-ssl-trust-all"
type="single"
syntax="boolean"
i18nKey="a117">
<BooleanValues>
<BooleanTrueValue i18nKey="i18nTrue">true</BooleanTrueValue>
<BooleanFalseValue i18nKey="i18nFalse">false</BooleanFalseValue>
</BooleanValues>
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-auth-ldap-return-user-dn"
type="single"
syntax="boolean"
i18nKey="a111">
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunAMAuthADAuthLevel"
type="single"
syntax="number_range" rangeStart="0" rangeEnd="2147483647"
i18nKey="a500">
<DefaultValues>
<Value>0</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="iplanet-am-ldap-user-creation-attr-list"
type="list"
syntax="string"
i18nKey="a114">
</AttributeSchema>
<AttributeSchema name="iplanet-am-auth-ldap-invalid-chars"
type="list"
syntax="string"
i18nKey="">
<DefaultValues>
<Value>*|(|)|&amp;|!</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-auth-ldap-heartbeat-interval"
type="single"
syntax="number"
i18nKey="a118">
<DefaultValues>
<Value>1</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-auth-ldap-heartbeat-timeunit"
type="single_choice"
syntax="string"
i18nKey="a119">
<ChoiceValues>
<ChoiceValue i18nKey="a1191">SECONDS</ChoiceValue>
<ChoiceValue i18nKey="a1192">MINUTES</ChoiceValue>
<ChoiceValue i18nKey="a1193">HOURS</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>MINUTES</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-auth-ldap-operation-timeout"
type="single"
syntax="number"
i18nKey="a120">
<DefaultValues>
<Value>0</Value>
</DefaultValues>
</AttributeSchema>
</SubSchema>
</Organization>
</Schema>
</Service>
</ServicesConfiguration>