idRepoService.xml revision bee2440354b4bc8796e1de0b6cbd60e1f68deba0
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
The contents of this file are subject to the terms
of the Common Development and Distribution License
(the License). You may not use this file except in
compliance with the License.
You can obtain a copy of the License at
https://opensso.dev.java.net/public/CDDLv1.0.html or
opensso/legal/CDDLv1.0.txt
See the License for the specific language governing
permission and limitations under the License.
When distributing Covered Code, include this CDDL
Header Notice in each file and include the License file
at opensso/legal/CDDLv1.0.txt.
If applicable, add the following below the CDDL Header,
with the fields enclosed by brackets [] replaced by
your own identifying information:
"Portions Copyrighted [year] [name of copyright owner]"
$Id: idRepoService.xml,v 1.37 2009/11/10 01:50:57 hengming Exp $
Portions Copyrighted 2012-2015 ForgeRock AS.
-->
<!DOCTYPE ServicesConfiguration
PUBLIC "=//iplanet//Service Management Services (SMS) 1.0 DTD//EN"
"jar://com/sun/identity/sm/sms.dtd">
<ServicesConfiguration>
<Service name="sunIdentityRepositoryService" version="1.0">
<Schema
i18nFileName="amIdRepoService"
revisionNumber="30"
i18nKey="">
<Global>
<AttributeSchema name="coexistenceMode"
type="single" syntax="string">
<DefaultValues><Value>@AM_COEXIST@</Value></DefaultValues>
</AttributeSchema>
<AttributeSchema name="realmMode"
type="single" syntax="string">
<DefaultValues><Value>@AM_REALM@</Value></DefaultValues>
</AttributeSchema>
<AttributeSchema name="serviceNamesForAutoAssignment"
type="list"
syntax="string">
<DefaultValues>
<Value>sunIdentityRepositoryService</Value>
<Value>iPlanetAMAuthService</Value>
<Value>iPlanetAMAuthLDAPService</Value>
<Value>iPlanetAMAuthConfiguration</Value>
<Value>iPlanetAMPolicyConfigService</Value>
<!-- Delegation Service added to manage delegation
permissions during realm creation and delegation -->
<Value>sunAMDelegationService</Value>
</DefaultValues>
</AttributeSchema>
<SubSchema name="SupportedIdentities"
inheritance="multiple" >
<AttributeSchema name="servicename">
</AttributeSchema>
<AttributeSchema name="canBeMemberOf">
</AttributeSchema>
<AttributeSchema name="canHaveMembers">
</AttributeSchema>
<AttributeSchema name="canAddMembers">
</AttributeSchema>
</SubSchema>
<SubSchema name="users" i18nKey="users">
<SubSchema name="user" inheritance="multiple"
i18nKey="user">
<AttributeSchema name="userPassword"
type="single" syntax="password"
i18nKey="password" />
<AttributeSchema name="inetUserStatus"
type="single" syntax="string"
i18nKey="staturs">
<DefaultValues><Value>Active</Value></DefaultValues>
</AttributeSchema>
<AttributeSchema name="dn"
type="single"
isSearchable="yes"
i18nKey="dn" />
<AttributeSchema name="sn"
type="single"
isSearchable="yes"
i18nKey="sn" />
<AttributeSchema name="cn"
type="single"
isSearchable="yes"
i18nKey="cn" />
<AttributeSchema name="employeeNumber"
type="single"
isSearchable="yes"
i18nKey="employeeNumber" />
<AttributeSchema name="givenName"
type="single"
isSearchable="yes"
i18nKey="givenName" />
<AttributeSchema name="iplanet-am-user-alias-list"
type="single"
isSearchable="yes"
i18nKey="iplanet-am-user-alias-list" />
<AttributeSchema name="iplanet-am-user-success-url"
type="single"
isSearchable="yes"
i18nKey="iplanet-am-user-success-url" />
<AttributeSchema name="iplanet-am-user-failure-url"
type="single"
isSearchable="yes"
i18nKey="iplanet-am-user-failure-url" />
<AttributeSchema name="mail"
type="single"
isSearchable="yes"
i18nKey="mail" />
<AttributeSchema name="postalAddress"
type="single"
isSearchable="yes"
i18nKey="postalAddress" />
<AttributeSchema name="sunIdentityMSISDNNumber"
type="single"
isSearchable="yes"
i18nKey="sunIdentityMSISDNNumber" />
<AttributeSchema name="telephoneNumber"
type="single"
isSearchable="yes"
i18nKey="telephoneNumber" />
<AttributeSchema name="roles" i18nKey="roles" />
</SubSchema>
</SubSchema>
</Global>
<Organization>
<AttributeSchema name="sunIdRepoAttributeCombiner"
type = "single"
syntax = "string"
i18nKey = "a100">
<DefaultValues>
<!-- The plugin class will combine the
attributes from different identity
repositories and return them -->
<Value>com.iplanet.am.sdk.AttributeCombiner</Value>
</DefaultValues>
</AttributeSchema>
<!-- The following attribute defines the attribute mappings
that will be used in co-existence mode to map IdRepo
attributes defined in OrganizationAttributeSchema to
SunDS Organization Entry -->
<AttributeSchema name="sunCoexistenceAttributeMapping"
type = "list"
syntax = "string"
i18nKey = "a1001">
<DefaultValues>
<Value>sunOrganizationStatus=inetDomainStatus</Value>
<Value>sunOrganizationAliases=sunOrganizationAlias</Value>
<Value>sunPreferredDomain=sunPreferredDomain</Value>
<Value>sunDNSAliases=associatedDomain</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunIdRepoAttributeValidator"
type = "list"
syntax = "string"
i18nKey = "a1002">
<DefaultValues>
<Value>class=com.sun.identity.idm.server.IdRepoAttributeValidatorImpl</Value>
<Value>minimumPasswordLength=8</Value>
</DefaultValues>
</AttributeSchema>
<!-- LDAPv3 plugin original 70 (generic ds) -->
<SubSchema name= "LDAPv3"
inheritance = "multiple"
i18nKey = "a2039">
<AttributeSchema name="RequiredValueValidator"
type="validator"
syntax="string">
<DefaultValues>
<Value>com.sun.identity.sm.RequiredValueValidator</Value>
</DefaultValues>
</AttributeSchema>
<!-- The two attributes below, if defined, allow the IdRepo SDK to
map attribute names and to determine entities supported and
operations supported by this plugin. If no mapping is provided,
the assumption is that the attribute names are the same (no
mapping needed. If the list of entities supported is not provided
then the assumption is that no entities are supported -->
<AttributeSchema name="sunIdRepoClass"
type = "single"
syntax = "string"
any="required"
validator="RequiredValueValidator"
i18nKey = "a2013">
<DefaultValues>
<Value>org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunIdRepoAttributeMapping"
type="list"
syntax="string"
i18nKey="a20131">
</AttributeSchema>
<AttributeSchema name="sunIdRepoSupportedOperations"
type="list"
syntax="string"
validator="validatatorClass for verifying this list against supported list"
i18nKey="a2014">
<DefaultValues>
<!-- IdRepos can provide the object types
it can manage and the operations that can
be performed on these objects, as a key-value
pair. Object types could be User, Group, Role,
etc., and the operations are limited to create,
read, edit and modify. The values are case
insenstive. -->
<Value>realm=read,create,edit,delete,service</Value>
<Value>user=read,create,edit,delete,service</Value>
<Value>group=read,create,edit,delete</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-ldapv3Generic"
type="single"
syntax="string"
i18nKey="">
<DefaultValues>
<Value>ldapv3Generic</Value>
</DefaultValues>
</AttributeSchema>
<!-- From here on the list of plugin specific attributes for determing
things like organization relating to this realm, authentication source,
user containers, group containers etc etc. -->
<AttributeSchema name="sun-idrepo-ldapv3-config-ldap-server"
type="list"
syntax="string"
any="required"
validator="RequiredValueValidator"
i18nKey="a2000">
<DefaultValues>
<Value>@DIRECTORY_SERVER@:@DIRECTORY_PORT@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-authid"
type="single"
syntax="string"
i18nKey="a2003">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-authpw"
type="single"
syntax="password"
i18nKey="a2004">
</AttributeSchema>
<AttributeSchema name="openam-idrepo-ldapv3-heartbeat-interval"
type="single"
syntax="number"
i18nKey="a20091">
<DefaultValues>
<Value>10</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-idrepo-ldapv3-heartbeat-timeunit"
type="single_choice"
syntax="string"
i18nKey="a20092">
<ChoiceValues>
<ChoiceValue i18nKey="a200921">SECONDS</ChoiceValue>
<ChoiceValue i18nKey="a200922">MINUTES</ChoiceValue>
<ChoiceValue i18nKey="a200923">HOURS</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SECONDS</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-organization_name"
type = "single"
syntax = "string"
any="required"
validator="RequiredValueValidator"
i18nKey = "a2006">
<DefaultValues>
<Value>@NORMALIZED_ORGBASE@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-connection-mode"
type="single_choice"
syntax="string"
i18nKey="a20071">
<ChoiceValues>
<ChoiceValue i18nKey="a20072">LDAP</ChoiceValue>
<ChoiceValue i18nKey="a20073">LDAPS</ChoiceValue>
<ChoiceValue i18nKey="a20074">StartTLS</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>LDAP</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_min_size"
type="single"
syntax="number"
i18nKey="">
<DefaultValues>
<Value>1</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_max_size"
type="single"
syntax="number"
i18nKey="a2009">
<DefaultValues>
<Value>10</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-max-result"
type="single"
syntax="number"
i18nKey="a2010">
<DefaultValues>
<Value>1000</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-time-limit"
type="single"
syntax="number"
i18nKey="a2011">
<DefaultValues>
<Value>10</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-search-scope"
type="single_choice"
syntax="string"
i18nKey="a2014a">
<ChoiceValues>
<ChoiceValue i18nKey="a2040">SCOPE_BASE</ChoiceValue>
<ChoiceValue i18nKey="a2041">SCOPE_ONE</ChoiceValue>
<ChoiceValue i18nKey="a2042">SCOPE_SUB</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SCOPE_SUB</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-users-search-attribute"
type="single"
syntax="string"
i18nKey="a2015">
<DefaultValues>
<Value>@USER_NAMING_ATTR@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-users-search-filter"
type="single"
syntax="string"
i18nKey="a2016">
<DefaultValues>
<Value>(objectclass=inetorgperson)</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-user-objectclass"
type="list"
syntax="string"
i18nKey="a2017">
<DefaultValues>
<Value>organizationalPerson</Value>
<Value>inetorgperson</Value>
<Value>person</Value>
<Value>top</Value>
<Value>inetUser</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-user-attributes"
type="list"
syntax="string"
i18nKey="a20171">
<DefaultValues>
<Value>adminRole</Value>
<Value>authorityRevocationList</Value>
<Value>caCertificate</Value>
<Value>cn</Value>
<Value>distinguishedName</Value>
<Value>dn</Value>
<Value>employeeNumber</Value>
<Value>givenName</Value>
<Value>inetUserStatus</Value>
<Value>mail</Value>
<Value>manager</Value>
<Value>memberOf</Value>
<Value>objectClass</Value>
<Value>postalAddress</Value>
<Value>preferredlanguage</Value>
<Value>sn</Value>
<Value>telephoneNumber</Value>
<Value>uid</Value>
<Value>userPassword</Value>
<Value>userCertificate</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-createuser-attr-mapping"
type="list"
syntax="string"
i18nKey="a201711">
<DefaultValues>
<Value>cn</Value>
<Value>sn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-isactive"
type="single"
syntax="string"
i18nKey="a20172">
<DefaultValues>
<Value>inetuserstatus</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-active"
type="single"
syntax="string"
i18nKey="a20173">
<DefaultValues>
<Value>Active</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-inactive"
type="single"
syntax="string"
i18nKey="a20174">
<DefaultValues>
<Value>Inactive</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-attribute"
type="single"
syntax="string"
i18nKey="a2018">
<DefaultValues>
<Value>cn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-filter"
type="single"
syntax="string"
i18nKey="a2019">
<DefaultValues>
<Value>(objectclass=groupOfUniqueNames)</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-container-name"
type="single"
syntax="string"
i18nKey="a2020">
<DefaultValues>
<Value>ou</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-container-value"
type="single"
syntax="string"
i18nKey="a2021">
<DefaultValues>
<Value>groups</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-objectclass"
type="list"
syntax="string"
i18nKey="a2022">
<DefaultValues>
<Value>groupofuniquenames</Value>
<Value>top</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-attributes"
type="list"
syntax="string"
i18nKey="a20221">
<DefaultValues>
<Value>cn</Value>
<Value>description</Value>
<Value>dn</Value>
<Value>objectclass</Value>
<Value>ou</Value>
<Value>uniqueMember</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-memberof"
type="single"
syntax="string"
i18nKey="a2023">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-uniquemember"
type="single"
syntax="string"
i18nKey="a2024">
<DefaultValues>
<Value>uniqueMember</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-memberurl"
type="single"
syntax="string"
i18nKey="a2025">
<DefaultValues>
<Value>memberUrl</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-dftgroupmember"
type="single"
syntax="string"
i18nKey="a20251">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-roles-search-attribute"
type="single"
syntax="string"
i18nKey="">
<DefaultValues>
<Value>cn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-roles-search-filter"
type="single"
syntax="string"
i18nKey="">
<DefaultValues>
<Value>(&amp;(objectclass=ldapsubentry)(objectclass=nsmanagedroledefinition))</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-role-search-scope"
type="single_choice"
syntax="string"
i18nKey="">
<ChoiceValues>
<ChoiceValue i18nKey="a2040">SCOPE_BASE</ChoiceValue>
<ChoiceValue i18nKey="a2041">SCOPE_ONE</ChoiceValue>
<ChoiceValue i18nKey="a2042">SCOPE_SUB</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SCOPE_SUB</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-role-objectclass"
type="list"
syntax="string"
i18nKey="">
<DefaultValues>
<Value>ldapsubentry</Value>
<Value>nsmanagedroledefinition</Value>
<Value>nsroledefinition</Value>
<Value>nssimpleroledefinition</Value>
<Value>top</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-filterrole-objectclass"
type="list"
syntax="string"
i18nKey="">
<DefaultValues>
<Value>ldapsubentry</Value>
<Value>nscomplexroledefinition</Value>
<Value>nsfilteredroledefinition</Value>
<Value>nsroledefinition</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-filterrole-attributes"
type="list"
syntax="string"
i18nKey="">
<DefaultValues>
<Value>nsRoleFilter</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-nsrole"
type="single"
syntax="string"
i18nKey="">
<DefaultValues>
<Value>nsrole</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-nsroledn"
type="single"
syntax="string"
i18nKey="">
<DefaultValues>
<Value>nsRoleDN</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-nsrolefilter"
type="single"
syntax="string"
i18nKey="">
<DefaultValues>
<Value>nsRoleFilter</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-people-container-name"
type="single"
syntax="string"
i18nKey="a2034">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-people-container-value"
type="single"
syntax="string"
i18nKey="a2035">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-auth-naming-attr"
type="single"
syntax="string"
i18nKey="a20386">
<DefaultValues>
<Value>@USER_NAMING_ATTR@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-psearchbase"
type="single"
syntax="string"
i18nKey="a2043">
<DefaultValues>
<Value>@NORMALIZED_ORGBASE@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-psearch-filter"
type="single"
syntax="string"
i18nKey="a20431">
<DefaultValues>
<Value>(objectclass=*)</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-psearch-scope"
type="single_choice"
syntax="string"
i18nKey="a20432">
<ChoiceValues>
<ChoiceValue i18nKey="a2040">SCOPE_BASE</ChoiceValue>
<ChoiceValue i18nKey="a2041">SCOPE_ONE</ChoiceValue>
<ChoiceValue i18nKey="a2042">SCOPE_SUB</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SCOPE_SUB</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="com.iplanet.am.ldap.connection.delay.between.retries"
type="single"
syntax="number"
i18nKey="a2046">
<DefaultValues>
<Value>1000</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-service-attributes"
type="list"
syntax="xml"
i18nKey="">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-dncache-enabled"
type="single"
syntax="boolean"
i18nKey="a2062">
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-dncache-size"
type="single"
syntax="number"
i18nKey="a2063">
<DefaultValues>
<Value>1500</Value>
</DefaultValues>
</AttributeSchema>
</SubSchema>
<!-- LDAPv3 plugin for sun ds with AM-->
<SubSchema name= "LDAPv3ForAMDS"
inheritance = "multiple"
i18nKey = "a2052">
<AttributeSchema name="RequiredValueValidator"
type="validator"
syntax="string">
<DefaultValues>
<Value>com.sun.identity.sm.RequiredValueValidator</Value>
</DefaultValues>
</AttributeSchema>
<!-- The two attributes below, if defined, allow the IdRepo SDK to
map attribute names and to determine entities supported and
operations supported by this plugin. If no mapping is provided,
the assumption is that the attribute names are the same (no
mapping needed. If the list of entities supported is not provided
then the assumption is that no entities are supported -->
<AttributeSchema name="sunIdRepoClass"
type = "single"
syntax = "string"
any="required"
validator="RequiredValueValidator"
i18nKey = "a2013">
<DefaultValues>
<Value>org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunIdRepoAttributeMapping"
type="list"
syntax="string"
i18nKey="a20131">
</AttributeSchema>
<AttributeSchema name="sunIdRepoSupportedOperations"
type="list"
syntax="string"
validator="validatatorClass for verifying this list against supported list"
i18nKey="a2014">
<DefaultValues>
<!-- IdRepos can provide the object types
it can manage and the operations that can
be performed on these objects, as a key-value
pair. Object types could be User, Group, Role,
etc., and the operations are limited to create,
read, edit and modify. The values are case
insenstive. -->
<Value>realm=read,create,edit,delete,service</Value>
<Value>user=read,create,edit,delete,service</Value>
<Value>group=read,create,edit,delete</Value>
<Value>role=read,create,edit,delete</Value>
<Value>filteredrole=read,create,edit,delete</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-ldapv3AMDS"
type="single"
syntax="string"
i18nKey="">
<DefaultValues>
<Value>ldapv3AMDS</Value>
</DefaultValues>
</AttributeSchema>
<!-- From here on the list of plugin specific attributes for determing
things like organization relating to this realm, authentication source,
user containers, group containers etc etc. -->
<AttributeSchema name="sun-idrepo-ldapv3-config-ldap-server"
type="list"
syntax="string"
any="required"
validator="RequiredValueValidator"
i18nKey="a2000">
<DefaultValues>
<Value>@DIRECTORY_SERVER@:@DIRECTORY_PORT@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-authid"
type="single"
syntax="string"
i18nKey="a2003">
<DefaultValues>
<Value>cn=dsameuser,ou=DSAME Users,@NORMALIZED_ORGBASE@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-authpw"
type="single"
syntax="password"
i18nKey="a2004">
</AttributeSchema>
<AttributeSchema name="openam-idrepo-ldapv3-heartbeat-interval"
type="single"
syntax="number"
i18nKey="a20091">
<DefaultValues>
<Value>10</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-idrepo-ldapv3-heartbeat-timeunit"
type="single_choice"
syntax="string"
i18nKey="a20092">
<ChoiceValues>
<ChoiceValue i18nKey="a200921">SECONDS</ChoiceValue>
<ChoiceValue i18nKey="a200922">MINUTES</ChoiceValue>
<ChoiceValue i18nKey="a200923">HOURS</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SECONDS</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-organization_name"
type = "single"
syntax = "string"
any="required"
validator="RequiredValueValidator"
i18nKey = "a2006">
<DefaultValues>
<Value>@NORMALIZED_ORGBASE@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-connection-mode"
type="single_choice"
syntax="string"
i18nKey="a20071">
<ChoiceValues>
<ChoiceValue i18nKey="a20072">LDAP</ChoiceValue>
<ChoiceValue i18nKey="a20073">LDAPS</ChoiceValue>
<ChoiceValue i18nKey="a20074">StartTLS</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>LDAP</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_min_size"
type="single"
syntax="number"
i18nKey="">
<DefaultValues>
<Value>1</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_max_size"
type="single"
syntax="number"
i18nKey="a2009">
<DefaultValues>
<Value>10</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-max-result"
type="single"
syntax="number"
i18nKey="a2010">
<DefaultValues>
<Value>1000</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-time-limit"
type="single"
syntax="number"
i18nKey="a2011">
<DefaultValues>
<Value>10</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-search-scope"
type="single_choice"
syntax="string"
i18nKey="a2014a">
<ChoiceValues>
<ChoiceValue i18nKey="a2040">SCOPE_BASE</ChoiceValue>
<ChoiceValue i18nKey="a2041">SCOPE_ONE</ChoiceValue>
<ChoiceValue i18nKey="a2042">SCOPE_SUB</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SCOPE_SUB</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-users-search-attribute"
type="single"
syntax="string"
i18nKey="a2015">
<DefaultValues>
<Value>@USER_NAMING_ATTR@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-users-search-filter"
type="single"
syntax="string"
i18nKey="a2016">
<DefaultValues>
<Value>(objectclass=inetorgperson)</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-user-objectclass"
type="list"
syntax="string"
i18nKey="a2017">
<DefaultValues>
<Value>inetadmin</Value>
<Value>inetorgperson</Value>
<Value>inetuser</Value>
<Value>iplanet-am-auth-configuration-service</Value>
<Value>iplanet-am-managed-person</Value>
<Value>iplanet-am-user-service</Value>
<Value>iPlanetPreferences</Value>
<Value>organizationalperson</Value>
<Value>person</Value>
<Value>sunAMAuthAccountLockout</Value>
<Value>top</Value>
<Value>sunFederationManagerDataStore</Value>
<Value>sunIdentityServerLibertyPPService</Value>
<Value>sunFMSAML2NameIdentifier</Value>
<Value>forgerock-am-dashboard-service</Value>
<Value>devicePrintProfilesContainer</Value>
<Value>oathDeviceProfilesContainer</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-user-attributes"
type="list"
syntax="string"
i18nKey="a20171">
<DefaultValues>
<Value>adminRole</Value>
<Value>authorityRevocationList</Value>
<Value>caCertificate</Value>
<Value>cn</Value>
<Value>distinguishedName</Value>
<Value>dn</Value>
<Value>employeeNumber</Value>
<Value>givenName</Value>
<Value>inetUserHttpURL</Value>
<Value>inetUserStatus</Value>
<Value>iplanet-am-auth-configuration</Value>
<Value>iplanet-am-user-auth-modules</Value>
<Value>iplanet-am-session-add-session-listener-on-all-sessions</Value>
<Value>iplanet-am-session-destroy-sessions</Value>
<Value>iplanet-am-session-get-valid-sessions</Value>
<Value>iplanet-am-session-max-caching-time</Value>
<Value>iplanet-am-session-max-idle-time</Value>
<Value>iplanet-am-session-max-session-time</Value>
<Value>iplanet-am-session-quota-limit</Value>
<Value>iplanet-am-session-service-status</Value>
<Value>iplanet-am-user-admin-start-dn</Value>
<Value>iplanet-am-user-account-life</Value>
<Value>iplanet-am-user-alias-list</Value>
<Value>iplanet-am-user-auth-config</Value>
<Value>iplanet-am-user-failure-url</Value>
<Value>iplanet-am-user-login-status</Value>
<Value>iplanet-am-user-password-reset-force-reset</Value>
<Value>iplanet-am-user-password-reset-options</Value>
<Value>iplanet-am-user-password-reset-question-answer</Value>
<Value>iplanet-am-user-success-url</Value>
<Value>iplanet-am-static-group-dn</Value>
<Value>mail</Value>
<Value>manager</Value>
<Value>memberOf</Value>
<Value>objectClass</Value>
<Value>postalAddress</Value>
<Value>preferredlanguage</Value>
<Value>preferredLocale</Value>
<Value>preferredtimezone</Value>
<Value>sn</Value>
<Value>sunAMAuthInvalidAttemptsData</Value>
<Value>sunIdentityMSISDNNumber</Value>
<Value>telephoneNumber</Value>
<Value>uid</Value>
<Value>userPassword</Value>
<Value>userCertificate</Value>
<Value>iplanet-am-user-federation-info-key</Value>
<Value>iplanet-am-user-federation-info</Value>
<Value>sunIdentityServerDiscoEntries</Value>
<Value>sunIdentityServerPPCommonNameCN</Value>
<Value>sunIdentityServerPPCommonNameFN</Value>
<Value>sunIdentityServerPPCommonNameSN</Value>
<Value>sunIdentityServerPPCommonNameMN</Value>
<Value>sunIdentityServerPPCommonNameAltCN</Value>
<Value>sunIdentityServerPPCommonNamePT</Value>
<Value>sunIdentityServerPPInformalName</Value>
<Value>sunIdentityServerPPLegalIdentityLegalName</Value>
<Value>sunIdentityServerPPLegalIdentityDOB</Value>
<Value>sunIdentityServerPPLegalIdentityMaritalStatus</Value>
<Value>sunIdentityServerPPLegalIdentityGender</Value>
<Value>sunIdentityServerPPLegalIdentityAltIdType</Value>
<Value>sunIdentityServerPPLegalIdentityAltIdValue</Value>
<Value>sunIdentityServerPPLegalIdentityVATIdType</Value>
<Value>sunIdentityServerPPLegalIdentityVATIdValue</Value>
<Value>sunIdentityServerPPEmploymentIdentityJobTitle</Value>
<Value>sunIdentityServerPPEmploymentIdentityOrg</Value>
<Value>sunIdentityServerPPEmploymentIdentityAltO</Value>
<Value>sunIdentityServerPPAddressCard</Value>
<Value>sunIdentityServerPPMsgContact</Value>
<Value>sunIdentityServerPPFacadeMugShot</Value>
<Value>sunIdentityServerPPFacadeWebSite</Value>
<Value>sunIdentityServerPPFacadeNamePronounced</Value>
<Value>sunIdentityServerPPFacadeGreetSound</Value>
<Value>sunIdentityServerPPFacadegreetmesound</Value>
<Value>sunIdentityServerPPDemographicsDisplayLanguage</Value>
<Value>sunIdentityServerPPDemographicsLanguage</Value>
<Value>sunIdentityServerPPDemographicsAge</Value>
<Value>sunIdentityServerPPDemographicsBirthDay</Value>
<Value>sunIdentityServerPPDemographicsTimeZone</Value>
<Value>sunIdentityServerPPSignKey</Value>
<Value>sunIdentityServerPPEncryPTKey</Value>
<Value>sunIdentityServerPPEmergencyContact</Value>
<Value>sun-fm-saml2-nameid-infokey</Value>
<Value>sun-fm-saml2-nameid-info</Value>
<Value>assignedDashboard</Value>
<Value>devicePrintProfiles</Value>
<Value>modifyTimestamp</Value>
<Value>createTimestamp</Value>
<Value>oathDeviceProfiles</Value>
<Value>oath2faEnabled</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-createuser-attr-mapping"
type="list"
syntax="string"
i18nKey="a201711">
<DefaultValues>
<Value>cn</Value>
<Value>sn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-isactive"
type="single"
syntax="string"
i18nKey="a20172">
<DefaultValues>
<Value>inetuserstatus</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-active"
type="single"
syntax="string"
i18nKey="a20173">
<DefaultValues>
<Value>Active</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-inactive"
type="single"
syntax="string"
i18nKey="a20174">
<DefaultValues>
<Value>Inactive</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-attribute"
type="single"
syntax="string"
i18nKey="a2018">
<DefaultValues>
<Value>cn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-filter"
type="single"
syntax="string"
i18nKey="a2019">
<DefaultValues>
<Value>(objectclass=groupOfUniqueNames)</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-container-name"
type="single"
syntax="string"
i18nKey="a2020">
<DefaultValues>
<Value>ou</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-container-value"
type="single"
syntax="string"
i18nKey="a2021">
<DefaultValues>
<Value>groups</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-objectclass"
type="list"
syntax="string"
i18nKey="a2022">
<DefaultValues>
<Value>groupofuniquenames</Value>
<Value>groupofurls</Value>
<Value>iplanet-am-managed-static-group</Value>
<Value>iplanet-am-managed-group</Value>
<Value>top</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-attributes"
type="list"
syntax="string"
i18nKey="a20221">
<DefaultValues>
<Value>cn</Value>
<Value>dn</Value>
<Value>iplanet-am-group-subscribable</Value>
<Value>objectclass</Value>
<Value>uniqueMember</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-memberof"
type="single"
syntax="string"
i18nKey="a2023">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-uniquemember"
type="single"
syntax="string"
i18nKey="a2024">
<DefaultValues>
<Value>uniqueMember</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-memberurl"
type="single"
syntax="string"
i18nKey="a2025">
<DefaultValues>
<Value>memberUrl</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-roles-search-attribute"
type="single"
syntax="string"
i18nKey="a2026">
<DefaultValues>
<Value>cn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-roles-search-filter"
type="single"
syntax="string"
i18nKey="a2027">
<DefaultValues>
<Value>(&amp;(objectclass=ldapsubentry)(objectclass=nsmanagedroledefinition))</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-role-search-scope"
type="single_choice"
syntax="string"
i18nKey="">
<ChoiceValues>
<ChoiceValue i18nKey="a2040">SCOPE_BASE</ChoiceValue>
<ChoiceValue i18nKey="a2041">SCOPE_ONE</ChoiceValue>
<ChoiceValue i18nKey="a2042">SCOPE_SUB</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SCOPE_SUB</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-role-objectclass"
type="list"
syntax="string"
i18nKey="a2029">
<DefaultValues>
<Value>ldapsubentry</Value>
<Value>nsmanagedroledefinition</Value>
<Value>nsroledefinition</Value>
<Value>nssimpleroledefinition</Value>
<Value>top</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-role-attributes"
type="list"
syntax="string"
i18nKey="a202902">
<DefaultValues>
<Value></Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-filterroles-search-attribute"
type="single"
syntax="string"
i18nKey="a202904">
<DefaultValues>
<Value>cn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-filterroles-search-filter"
type="single"
syntax="string"
i18nKey="a202905">
<DefaultValues>
<Value>(&amp;(objectclass=ldapsubentry)(objectclass=nsfilteredroledefinition))</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-filterrole-objectclass"
type="list"
syntax="string"
i18nKey="a20291">
<DefaultValues>
<Value>ldapsubentry</Value>
<Value>nscomplexroledefinition</Value>
<Value>nsfilteredroledefinition</Value>
<Value>nsroledefinition</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-filterrole-attributes"
type="list"
syntax="string"
i18nKey="a20292">
<DefaultValues>
<Value>nsRoleFilter</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-nsrole"
type="single"
syntax="string"
i18nKey="a2030">
<DefaultValues>
<Value>nsrole</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-nsroledn"
type="single"
syntax="string"
i18nKey="a2031">
<DefaultValues>
<Value>nsRoleDN</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-nsrolefilter"
type="single"
syntax="string"
i18nKey="a2032">
<DefaultValues>
<Value>nsRoleFilter</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-people-container-name"
type="single"
syntax="string"
i18nKey="a2034">
<DefaultValues>
<Value>ou</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-people-container-value"
type="single"
syntax="string"
i18nKey="a2035">
<DefaultValues>
<Value>people</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-auth-naming-attr"
type="single"
syntax="string"
i18nKey="a20386">
<DefaultValues>
<Value>@USER_NAMING_ATTR@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-psearchbase"
type="single"
syntax="string"
i18nKey="a2043">
<DefaultValues>
<Value>@NORMALIZED_ORGBASE@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-psearch-filter"
type="single"
syntax="string"
i18nKey="a20431">
<DefaultValues>
<Value>(objectclass=*)</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-psearch-scope"
type="single_choice"
syntax="string"
i18nKey="a20432">
<ChoiceValues>
<ChoiceValue i18nKey="a2040">SCOPE_BASE</ChoiceValue>
<ChoiceValue i18nKey="a2041">SCOPE_ONE</ChoiceValue>
<ChoiceValue i18nKey="a2042">SCOPE_SUB</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SCOPE_SUB</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="com.iplanet.am.ldap.connection.delay.between.retries"
type="single"
syntax="number"
i18nKey="a2046">
<DefaultValues>
<Value>1000</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-service-attributes"
type="list"
syntax="xml"
i18nKey="">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-dncache-enabled"
type="single"
syntax="boolean"
i18nKey="a2062">
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-dncache-size"
type="single"
syntax="number"
i18nKey="a2063">
<DefaultValues>
<Value>1500</Value>
</DefaultValues>
</AttributeSchema>
</SubSchema>
<!-- LDAPv3 plugin for OpenDS-->
<SubSchema name= "LDAPv3ForOpenDS"
inheritance = "multiple"
i18nKey = "a2060">
<AttributeSchema name="RequiredValueValidator"
type="validator"
syntax="string">
<DefaultValues>
<Value>com.sun.identity.sm.RequiredValueValidator</Value>
</DefaultValues>
</AttributeSchema>
<!-- The two attributes below, if defined, allow the IdRepo SDK to
map attribute names and to determine entities supported and
operations supported by this plugin. If no mapping is provided,
the assumption is that the attribute names are the same (no
mapping needed. If the list of entities supported is not provided
then the assumption is that no entities are supported -->
<AttributeSchema name="sunIdRepoClass"
type = "single"
syntax = "string"
any="required"
validator="RequiredValueValidator"
i18nKey = "a2013">
<DefaultValues>
<Value>org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunIdRepoAttributeMapping"
type="list"
syntax="string"
i18nKey="a20131">
</AttributeSchema>
<AttributeSchema name="sunIdRepoSupportedOperations"
type="list"
syntax="string"
validator="validatatorClass for verifying this list against supported list"
i18nKey="a2014">
<DefaultValues>
<!-- IdRepos can provide the object types
it can manage and the operations that can
be performed on these objects, as a key-value
pair. Object types could be User, Group, Role,
etc., and the operations are limited to create,
read, edit and modify. The values are case
insenstive. -->
<Value>realm=read,create,edit,delete,service</Value>
<Value>user=read,create,edit,delete,service</Value>
<Value>group=read,create,edit,delete</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-ldapv3OpenDS"
type="single"
syntax="string"
i18nKey="">
<DefaultValues>
<Value>ldapv3OpenDS</Value>
</DefaultValues>
</AttributeSchema>
<!-- From here on the list of plugin specific attributes for determing
things like organization relating to this realm, authentication source,
user containers, group containers etc etc. -->
<AttributeSchema name="sun-idrepo-ldapv3-config-ldap-server"
type="list"
syntax="string"
any="required"
validator="RequiredValueValidator"
i18nKey="a2000">
<DefaultValues>
<Value>@DIRECTORY_SERVER@:@DIRECTORY_PORT@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-authid"
type="single"
syntax="string"
i18nKey="a2003">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-authpw"
type="single"
syntax="password"
i18nKey="a2004">
</AttributeSchema>
<AttributeSchema name="openam-idrepo-ldapv3-heartbeat-interval"
type="single"
syntax="number"
i18nKey="a20091">
<DefaultValues>
<Value>10</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-idrepo-ldapv3-heartbeat-timeunit"
type="single_choice"
syntax="string"
i18nKey="a20092">
<ChoiceValues>
<ChoiceValue i18nKey="a200921">SECONDS</ChoiceValue>
<ChoiceValue i18nKey="a200922">MINUTES</ChoiceValue>
<ChoiceValue i18nKey="a200923">HOURS</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SECONDS</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-organization_name"
type = "single"
syntax = "string"
any="required"
validator="RequiredValueValidator"
i18nKey = "a2006">
<DefaultValues>
<Value>@NORMALIZED_ORGBASE@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-connection-mode"
type="single_choice"
syntax="string"
i18nKey="a20071">
<ChoiceValues>
<ChoiceValue i18nKey="a20072">LDAP</ChoiceValue>
<ChoiceValue i18nKey="a20073">LDAPS</ChoiceValue>
<ChoiceValue i18nKey="a20074">StartTLS</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>LDAP</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_min_size"
type="single"
syntax="number"
i18nKey="">
<DefaultValues>
<Value>1</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_max_size"
type="single"
syntax="number"
i18nKey="a2009">
<DefaultValues>
<Value>10</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-max-result"
type="single"
syntax="number"
i18nKey="a2010">
<DefaultValues>
<Value>1000</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-time-limit"
type="single"
syntax="number"
i18nKey="a2011">
<DefaultValues>
<Value>10</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-search-scope"
type="single_choice"
syntax="string"
i18nKey="a2014a">
<ChoiceValues>
<ChoiceValue i18nKey="a2040">SCOPE_BASE</ChoiceValue>
<ChoiceValue i18nKey="a2041">SCOPE_ONE</ChoiceValue>
<ChoiceValue i18nKey="a2042">SCOPE_SUB</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SCOPE_SUB</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-users-search-attribute"
type="single"
syntax="string"
i18nKey="a2015">
<DefaultValues>
<Value>@USER_NAMING_ATTR@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-users-search-filter"
type="single"
syntax="string"
i18nKey="a2016">
<DefaultValues>
<Value>(objectclass=inetorgperson)</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-user-objectclass"
type="list"
syntax="string"
i18nKey="a2017">
<DefaultValues>
<Value>inetorgperson</Value>
<Value>inetuser</Value>
<Value>iplanet-am-auth-configuration-service</Value>
<Value>iplanet-am-managed-person</Value>
<Value>iplanet-am-user-service</Value>
<Value>iPlanetPreferences</Value>
<Value>organizationalperson</Value>
<Value>person</Value>
<Value>sunAMAuthAccountLockout</Value>
<Value>top</Value>
<Value>sunFederationManagerDataStore</Value>
<Value>sunIdentityServerLibertyPPService</Value>
<Value>sunFMSAML2NameIdentifier</Value>
<Value>forgerock-am-dashboard-service</Value>
<Value>devicePrintProfilesContainer</Value>
<Value>oathDeviceProfilesContainer</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-user-attributes"
type="list"
syntax="string"
i18nKey="a20171">
<DefaultValues>
<Value>adminRole</Value>
<Value>authorityRevocationList</Value>
<Value>caCertificate</Value>
<Value>cn</Value>
<Value>distinguishedName</Value>
<Value>dn</Value>
<Value>employeeNumber</Value>
<Value>givenName</Value>
<Value>inetUserHttpURL</Value>
<Value>inetUserStatus</Value>
<Value>iplanet-am-auth-configuration</Value>
<Value>iplanet-am-session-add-session-listener-on-all-sessions</Value>
<Value> iplanet-am-session-destroy-sessions</Value>
<Value>iplanet-am-session-get-valid-sessions</Value>
<Value>iplanet-am-session-max-caching-time</Value>
<Value>iplanet-am-session-max-idle-time</Value>
<Value>iplanet-am-session-max-session-time</Value>
<Value>iplanet-am-session-quota-limit</Value>
<Value>iplanet-am-session-service-status</Value>
<Value>iplanet-am-user-admin-start-dn</Value>
<Value>iplanet-am-user-account-life</Value>
<Value>iplanet-am-user-alias-list</Value>
<Value>iplanet-am-user-auth-config</Value>
<Value>iplanet-am-user-auth-modules</Value>
<Value>iplanet-am-user-failure-url</Value>
<Value>iplanet-am-user-login-status</Value>
<Value>iplanet-am-user-password-reset-force-reset</Value>
<Value>iplanet-am-user-password-reset-options</Value>
<Value>iplanet-am-user-password-reset-question-answer</Value>
<Value>iplanet-am-user-success-url</Value>
<Value>mail</Value>
<Value>manager</Value>
<Value>memberOf</Value>
<Value>objectClass</Value>
<Value>postalAddress</Value>
<Value>preferredlanguage</Value>
<Value>preferredLocale</Value>
<Value>preferredtimezone</Value>
<Value>sn</Value>
<Value>sunAMAuthInvalidAttemptsData</Value>
<Value>sunIdentityMSISDNNumber</Value>
<Value>telephoneNumber</Value>
<Value>uid</Value>
<Value>userPassword</Value>
<Value>userCertificate</Value>
<Value>iplanet-am-user-federation-info-key</Value>
<Value>iplanet-am-user-federation-info</Value>
<Value>sunIdentityServerDiscoEntries</Value>
<Value>sunIdentityServerPPCommonNameCN</Value>
<Value>sunIdentityServerPPCommonNameFN</Value>
<Value>sunIdentityServerPPCommonNameSN</Value>
<Value>sunIdentityServerPPCommonNameMN</Value>
<Value>sunIdentityServerPPCommonNameAltCN</Value>
<Value>sunIdentityServerPPCommonNamePT</Value>
<Value>sunIdentityServerPPInformalName</Value>
<Value>sunIdentityServerPPLegalIdentityLegalName</Value>
<Value>sunIdentityServerPPLegalIdentityDOB</Value>
<Value>sunIdentityServerPPLegalIdentityMaritalStatus</Value>
<Value>sunIdentityServerPPLegalIdentityGender</Value>
<Value>sunIdentityServerPPLegalIdentityAltIdType</Value>
<Value>sunIdentityServerPPLegalIdentityAltIdValue</Value>
<Value>sunIdentityServerPPLegalIdentityVATIdType</Value>
<Value>sunIdentityServerPPLegalIdentityVATIdValue</Value>
<Value>sunIdentityServerPPEmploymentIdentityJobTitle</Value>
<Value>sunIdentityServerPPEmploymentIdentityOrg</Value>
<Value>sunIdentityServerPPEmploymentIdentityAltO</Value>
<Value>sunIdentityServerPPAddressCard</Value>
<Value>sunIdentityServerPPMsgContact</Value>
<Value>sunIdentityServerPPFacadeMugShot</Value>
<Value>sunIdentityServerPPFacadeWebSite</Value>
<Value>sunIdentityServerPPFacadeNamePronounced</Value>
<Value>sunIdentityServerPPFacadeGreetSound</Value>
<Value>sunIdentityServerPPFacadegreetmesound</Value>
<Value>sunIdentityServerPPDemographicsDisplayLanguage</Value>
<Value>sunIdentityServerPPDemographicsLanguage</Value>
<Value>sunIdentityServerPPDemographicsAge</Value>
<Value>sunIdentityServerPPDemographicsBirthDay</Value>
<Value>sunIdentityServerPPDemographicsTimeZone</Value>
<Value>sunIdentityServerPPSignKey</Value>
<Value>sunIdentityServerPPEncryPTKey</Value>
<Value>sunIdentityServerPPEmergencyContact</Value>
<Value>sun-fm-saml2-nameid-infokey</Value>
<Value>sun-fm-saml2-nameid-info</Value>
<Value>assignedDashboard</Value>
<Value>devicePrintProfiles</Value>
<Value>modifyTimestamp</Value>
<Value>createTimestamp</Value>
<Value>oathDeviceProfiles</Value>
<Value>oath2faEnabled</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-createuser-attr-mapping"
type="list"
syntax="string"
i18nKey="a201711">
<DefaultValues>
<Value>cn</Value>
<Value>sn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-isactive"
type="single"
syntax="string"
i18nKey="a20172">
<DefaultValues>
<Value>inetuserstatus</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-active"
type="single"
syntax="string"
i18nKey="a20173">
<DefaultValues>
<Value>Active</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-inactive"
type="single"
syntax="string"
i18nKey="a20174">
<DefaultValues>
<Value>Inactive</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-attribute"
type="single"
syntax="string"
i18nKey="a2018">
<DefaultValues>
<Value>cn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-filter"
type="single"
syntax="string"
i18nKey="a2019">
<DefaultValues>
<Value>(objectclass=groupOfUniqueNames)</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-container-name"
type="single"
syntax="string"
i18nKey="a2020">
<DefaultValues>
<Value>ou</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-container-value"
type="single"
syntax="string"
i18nKey="a2021">
<DefaultValues>
<Value>groups</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-objectclass"
type="list"
syntax="string"
i18nKey="a2022">
<DefaultValues>
<Value>groupofuniquenames</Value>
<Value>top</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-attributes"
type="list"
syntax="string"
i18nKey="a20221">
<DefaultValues>
<Value>cn</Value>
<Value>dn</Value>
<Value>objectclass</Value>
<Value>uniqueMember</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-memberof"
type="single"
syntax="string"
i18nKey="a2023">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-uniquemember"
type="single"
syntax="string"
i18nKey="a2024">
<DefaultValues>
<Value>uniqueMember</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-memberurl"
type="single"
syntax="string"
i18nKey="a2025">
<DefaultValues>
<Value>memberUrl</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-people-container-name"
type="single"
syntax="string"
i18nKey="a2034">
<DefaultValues>
<Value>ou</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-people-container-value"
type="single"
syntax="string"
i18nKey="a2035">
<DefaultValues>
<Value>people</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-auth-naming-attr"
type="single"
syntax="string"
i18nKey="a20386">
<DefaultValues>
<Value>@USER_NAMING_ATTR@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-psearchbase"
type="single"
syntax="string"
i18nKey="a2043">
<DefaultValues>
<Value>@NORMALIZED_ORGBASE@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-psearch-filter"
type="single"
syntax="string"
i18nKey="a20431">
<DefaultValues>
<Value>(objectclass=*)</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-psearch-scope"
type="single_choice"
syntax="string"
i18nKey="a20432">
<ChoiceValues>
<ChoiceValue i18nKey="a2040">SCOPE_BASE</ChoiceValue>
<ChoiceValue i18nKey="a2041">SCOPE_ONE</ChoiceValue>
<ChoiceValue i18nKey="a2042">SCOPE_SUB</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SCOPE_SUB</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="com.iplanet.am.ldap.connection.delay.between.retries"
type="single"
syntax="number"
i18nKey="a2046">
<DefaultValues>
<Value>1000</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-service-attributes"
type="list"
syntax="xml"
i18nKey="">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-dncache-enabled"
type="single"
syntax="boolean"
i18nKey="a2062">
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-dncache-size"
type="single"
syntax="number"
i18nKey="a2063">
<DefaultValues>
<Value>1500</Value>
</DefaultValues>
</AttributeSchema>
</SubSchema>
<!-- LDAPv3 plugin for TivoliDS-->
<SubSchema name= "LDAPv3ForTivoli"
inheritance = "multiple"
i18nKey = "a2061">
<AttributeSchema name="RequiredValueValidator"
type="validator"
syntax="string">
<DefaultValues>
<Value>com.sun.identity.sm.RequiredValueValidator</Value>
</DefaultValues>
</AttributeSchema>
<!-- The two attributes below, if defined, allow the IdRepo SDK to
map attribute names and to determine entities supported and
operations supported by this plugin. If no mapping is provided,
the assumption is that the attribute names are the same (no
mapping needed. If the list of entities supported is not provided
then the assumption is that no entities are supported -->
<AttributeSchema name="sunIdRepoClass"
type = "single"
syntax = "string"
any="required"
validator="RequiredValueValidator"
i18nKey = "a2013">
<DefaultValues>
<Value>org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunIdRepoAttributeMapping"
type="list"
syntax="string"
i18nKey="a20131">
</AttributeSchema>
<AttributeSchema name="sunIdRepoSupportedOperations"
type="list"
syntax="string"
validator="validatatorClass for verifying this list against supported list"
i18nKey="a2014">
<DefaultValues>
<!-- IdRepos can provide the object types
it can manage and the operations that can
be performed on these objects, as a key-value
pair. Object types could be User, Group, Role,
etc., and the operations are limited to create,
read, edit and modify. The values are case
insenstive. -->
<Value>realm=read,create,edit,delete,service</Value>
<Value>user=read,create,edit,delete,service</Value>
<Value>group=read,create,edit,delete</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-ldapv3Tivoli"
type="single"
syntax="string"
i18nKey="">
<DefaultValues>
<Value>ldapv3Tivoli</Value>
</DefaultValues>
</AttributeSchema>
<!-- From here on the list of plugin specific attributes for determing
things like organization relating to this realm, authentication source,
user containers, group containers etc etc. -->
<AttributeSchema name="sun-idrepo-ldapv3-config-ldap-server"
type="list"
syntax="string"
any="required"
validator="RequiredValueValidator"
i18nKey="a2000">
<DefaultValues>
<Value>@DIRECTORY_SERVER@:@DIRECTORY_PORT@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-authid"
type="single"
syntax="string"
i18nKey="a2003">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-authpw"
type="single"
syntax="password"
i18nKey="a2004">
</AttributeSchema>
<AttributeSchema name="openam-idrepo-ldapv3-heartbeat-interval"
type="single"
syntax="number"
i18nKey="a20091">
<DefaultValues>
<Value>10</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-idrepo-ldapv3-heartbeat-timeunit"
type="single_choice"
syntax="string"
i18nKey="a20092">
<ChoiceValues>
<ChoiceValue i18nKey="a200921">SECONDS</ChoiceValue>
<ChoiceValue i18nKey="a200922">MINUTES</ChoiceValue>
<ChoiceValue i18nKey="a200923">HOURS</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SECONDS</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-organization_name"
type = "single"
syntax = "string"
any="required"
validator="RequiredValueValidator"
i18nKey = "a2006">
<DefaultValues>
<Value>@NORMALIZED_ORGBASE@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-connection-mode"
type="single_choice"
syntax="string"
i18nKey="a20071">
<ChoiceValues>
<ChoiceValue i18nKey="a20072">LDAP</ChoiceValue>
<ChoiceValue i18nKey="a20073">LDAPS</ChoiceValue>
<ChoiceValue i18nKey="a20074">StartTLS</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>LDAP</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_min_size"
type="single"
syntax="number"
i18nKey="">
<DefaultValues>
<Value>1</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_max_size"
type="single"
syntax="number"
i18nKey="a2009">
<DefaultValues>
<Value>10</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-max-result"
type="single"
syntax="number"
i18nKey="a2010">
<DefaultValues>
<Value>1000</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-time-limit"
type="single"
syntax="number"
i18nKey="a2011">
<DefaultValues>
<Value>10</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-search-scope"
type="single_choice"
syntax="string"
i18nKey="a2014a">
<ChoiceValues>
<ChoiceValue i18nKey="a2040">SCOPE_BASE</ChoiceValue>
<ChoiceValue i18nKey="a2041">SCOPE_ONE</ChoiceValue>
<ChoiceValue i18nKey="a2042">SCOPE_SUB</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SCOPE_SUB</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-users-search-attribute"
type="single"
syntax="string"
i18nKey="a2015">
<DefaultValues>
<Value>cn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-users-search-filter"
type="single"
syntax="string"
i18nKey="a2016">
<DefaultValues>
<Value>(objectclass=inetorgperson)</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-user-objectclass"
type="list"
syntax="string"
i18nKey="a2017">
<DefaultValues>
<Value>inetorgperson</Value>
<Value>inetuser</Value>
<Value>iplanet-am-auth-configuration-service</Value>
<Value>iplanet-am-managed-person</Value>
<Value>iplanet-am-user-service</Value>
<Value>iPlanetPreferences</Value>
<Value>organizationalperson</Value>
<Value>person</Value>
<Value>sunAMAuthAccountLockout</Value>
<Value>top</Value>
<Value>sunFederationManagerDataStore</Value>
<Value>sunIdentityServerLibertyPPService</Value>
<Value>sunFMSAML2NameIdentifier</Value>
<Value>forgerock-am-dashboard-service</Value>
<Value>devicePrintProfilesContainer</Value>
<Value>oathDeviceProfilesContainer</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-user-attributes"
type="list"
syntax="string"
i18nKey="a20171">
<DefaultValues>
<Value>adminRole</Value>
<Value>authorityRevocationList</Value>
<Value>caCertificate</Value>
<Value>cn</Value>
<Value>distinguishedName</Value>
<Value>dn</Value>
<Value>employeeNumber</Value>
<Value>givenName</Value>
<Value>inetUserHttpURL</Value>
<Value>inetUserStatus</Value>
<Value>iplanet-am-auth-configuration</Value>
<Value>iplanet-am-user-auth-modules</Value>
<Value>iplanet-am-session-add-session-listener-on-all-sessions</Value>
<Value> iplanet-am-session-destroy-sessions</Value>
<Value>iplanet-am-session-get-valid-sessions</Value>
<Value>iplanet-am-session-max-caching-time</Value>
<Value>iplanet-am-session-max-idle-time</Value>
<Value>iplanet-am-session-max-session-time</Value>
<Value>iplanet-am-session-quota-limit</Value>
<Value>iplanet-am-session-service-status</Value>
<Value>iplanet-am-user-admin-start-dn</Value>
<Value>iplanet-am-user-account-life</Value>
<Value>iplanet-am-user-alias-list</Value>
<Value>iplanet-am-user-auth-config</Value>
<Value>iplanet-am-user-failure-url</Value>
<Value>iplanet-am-user-login-status</Value>
<Value>iplanet-am-user-password-reset-force-reset</Value>
<Value>iplanet-am-user-password-reset-options</Value>
<Value>iplanet-am-user-password-reset-question-answer</Value>
<Value>iplanet-am-user-success-url</Value>
<Value>mail</Value>
<Value>manager</Value>
<Value>memberOf</Value>
<Value>objectClass</Value>
<Value>postalAddress</Value>
<Value>preferredlanguage</Value>
<Value>preferredLocale</Value>
<Value>preferredtimezone</Value>
<Value>sn</Value>
<Value>sunAMAuthInvalidAttemptsData</Value>
<Value>sunIdentityMSISDNNumber</Value>
<Value>telephoneNumber</Value>
<Value>uid</Value>
<Value>userPassword</Value>
<Value>userCertificate</Value>
<Value>iplanet-am-user-federation-info-key</Value>
<Value>iplanet-am-user-federation-info</Value>
<Value>sunIdentityServerDiscoEntries</Value>
<Value>sunIdentityServerPPCommonNameCN</Value>
<Value>sunIdentityServerPPCommonNameFN</Value>
<Value>sunIdentityServerPPCommonNameSN</Value>
<Value>sunIdentityServerPPCommonNameMN</Value>
<Value>sunIdentityServerPPCommonNameAltCN</Value>
<Value>sunIdentityServerPPCommonNamePT</Value>
<Value>sunIdentityServerPPInformalName</Value>
<Value>sunIdentityServerPPLegalIdentityLegalName</Value>
<Value>sunIdentityServerPPLegalIdentityDOB</Value>
<Value>sunIdentityServerPPLegalIdentityMaritalStatus</Value>
<Value>sunIdentityServerPPLegalIdentityGender</Value>
<Value>sunIdentityServerPPLegalIdentityAltIdType</Value>
<Value>sunIdentityServerPPLegalIdentityAltIdValue</Value>
<Value>sunIdentityServerPPLegalIdentityVATIdType</Value>
<Value>sunIdentityServerPPLegalIdentityVATIdValue</Value>
<Value>sunIdentityServerPPEmploymentIdentityJobTitle</Value>
<Value>sunIdentityServerPPEmploymentIdentityOrg</Value>
<Value>sunIdentityServerPPEmploymentIdentityAltO</Value>
<Value>sunIdentityServerPPAddressCard</Value>
<Value>sunIdentityServerPPMsgContact</Value>
<Value>sunIdentityServerPPFacadeMugShot</Value>
<Value>sunIdentityServerPPFacadeWebSite</Value>
<Value>sunIdentityServerPPFacadeNamePronounced</Value>
<Value>sunIdentityServerPPFacadeGreetSound</Value>
<Value>sunIdentityServerPPFacadegreetmesound</Value>
<Value>sunIdentityServerPPDemographicsDisplayLanguage</Value>
<Value>sunIdentityServerPPDemographicsLanguage</Value>
<Value>sunIdentityServerPPDemographicsAge</Value>
<Value>sunIdentityServerPPDemographicsBirthDay</Value>
<Value>sunIdentityServerPPDemographicsTimeZone</Value>
<Value>sunIdentityServerPPSignKey</Value>
<Value>sunIdentityServerPPEncryPTKey</Value>
<Value>sunIdentityServerPPEmergencyContact</Value>
<Value>sun-fm-saml2-nameid-infokey</Value>
<Value>sun-fm-saml2-nameid-info</Value>
<Value>assignedDashboard</Value>
<Value>devicePrintProfiles</Value>
<Value>modifyTimestamp</Value>
<Value>createTimestamp</Value>
<Value>oathDeviceProfiles</Value>
<Value>oath2faEnabled</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-createuser-attr-mapping"
type="list"
syntax="string"
i18nKey="a201711">
<DefaultValues>
<Value>cn</Value>
<Value>sn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-isactive"
type="single"
syntax="string"
i18nKey="a20172">
<DefaultValues>
<Value>inetuserstatus</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-active"
type="single"
syntax="string"
i18nKey="a20173">
<DefaultValues>
<Value>Active</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-inactive"
type="single"
syntax="string"
i18nKey="a20174">
<DefaultValues>
<Value>Inactive</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-attribute"
type="single"
syntax="string"
i18nKey="a2018">
<DefaultValues>
<Value>cn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-filter"
type="single"
syntax="string"
i18nKey="a2019">
<DefaultValues>
<Value>(objectclass=groupOfNames)</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-container-name"
type="single"
syntax="string"
i18nKey="a2020">
<DefaultValues>
<Value>ou</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-container-value"
type="single"
syntax="string"
i18nKey="a2021">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-objectclass"
type="list"
syntax="string"
i18nKey="a2022">
<DefaultValues>
<Value>groupofnames</Value>
<Value>top</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-attributes"
type="list"
syntax="string"
i18nKey="a20221">
<DefaultValues>
<Value>cn</Value>
<Value>description</Value>
<Value>dn</Value>
<Value>objectclass</Value>
<Value>ou</Value>
<Value>member</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-memberof"
type="single"
syntax="string"
i18nKey="a2023">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-uniquemember"
type="single"
syntax="string"
i18nKey="a2024">
<DefaultValues>
<Value>member</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-dftgroupmember"
type="single"
syntax="string"
i18nKey="a20251">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-people-container-name"
type="single"
syntax="string"
i18nKey="a2034">
<DefaultValues>
<Value>ou</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-people-container-value"
type="single"
syntax="string"
i18nKey="a2035">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-auth-naming-attr"
type="single"
syntax="string"
i18nKey="a20386">
<DefaultValues>
<Value>cn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-psearchbase"
type="single"
syntax="string"
i18nKey="a2043">
<DefaultValues>
<Value>@NORMALIZED_ORGBASE@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-psearch-filter"
type="single"
syntax="string"
i18nKey="a20431">
<DefaultValues>
<Value>(objectclass=*)</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-psearch-scope"
type="single_choice"
syntax="string"
i18nKey="a20432">
<ChoiceValues>
<ChoiceValue i18nKey="a2040">SCOPE_BASE</ChoiceValue>
<ChoiceValue i18nKey="a2041">SCOPE_ONE</ChoiceValue>
<ChoiceValue i18nKey="a2042">SCOPE_SUB</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SCOPE_SUB</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="com.iplanet.am.ldap.connection.delay.between.retries"
type="single"
syntax="number"
i18nKey="a2046">
<DefaultValues>
<Value>1000</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-service-attributes"
type="list"
syntax="xml"
i18nKey="">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-dncache-enabled"
type="single"
syntax="boolean"
i18nKey="a2062">
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-dncache-size"
type="single"
syntax="number"
i18nKey="a2063">
<DefaultValues>
<Value>1500</Value>
</DefaultValues>
</AttributeSchema>
</SubSchema>
<!-- LDAPv3 plugin for AD -->
<SubSchema name= "LDAPv3ForAD"
inheritance = "multiple"
i18nKey = "a2051">
<AttributeSchema name="RequiredValueValidator"
type="validator"
syntax="string">
<DefaultValues>
<Value>com.sun.identity.sm.RequiredValueValidator</Value>
</DefaultValues>
</AttributeSchema>
<!-- The two attributes below, if defined, allow the IdRepo SDK to
map attribute names and to determine entities supported and
operations supported by this plugin. If no mapping is provided,
the assumption is that the attribute names are the same (no
mapping needed. If the list of entities supported is not provided
then the assumption is that no entities are supported -->
<AttributeSchema name="sunIdRepoClass"
type = "single"
syntax = "string"
any="required"
validator="RequiredValueValidator"
i18nKey = "a2013">
<DefaultValues>
<Value>org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunIdRepoAttributeMapping"
type="list"
syntax="string"
i18nKey="a20131">
<DefaultValues>
<Value>userPassword=unicodePwd</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunIdRepoSupportedOperations"
type="list"
syntax="string"
validator="validatatorClass for verifying this list against supported list"
i18nKey="a2014">
<DefaultValues>
<!-- IdRepos can provide the object types
it can manage and the operations that can
be performed on these objects, as a key-value
pair. Object types could be User, Group, Role,
etc., and the operations are limited to create,
read, edit and modify. The values are case
insenstive. -->
<Value>realm=read,create,edit,delete,service</Value>
<Value>user=read,create,edit,delete</Value>
<Value>group=read,create,edit,delete</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-ldapv3AD"
type="single"
syntax="string"
i18nKey="">
<DefaultValues>
<Value>ldapv3AD</Value>
</DefaultValues>
</AttributeSchema>
<!-- From here on the list of plugin specific attributes for determing
things like organization relating to this realm, authentication source,
user containers, group containers etc etc. -->
<AttributeSchema name="sun-idrepo-ldapv3-config-ldap-server"
type="list"
syntax="string"
any="required"
validator="RequiredValueValidator"
i18nKey="a2000">
<DefaultValues>
<Value>@DIRECTORY_SERVER@:@DIRECTORY_PORT@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-authid"
type="single"
syntax="string"
i18nKey="a2003">
<DefaultValues>
<Value>CN=Administrator,CN=Users,@NORMALIZED_ORGBASE@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-authpw"
type="single"
syntax="password"
i18nKey="a2004">
</AttributeSchema>
<AttributeSchema name="openam-idrepo-ldapv3-heartbeat-interval"
type="single"
syntax="number"
i18nKey="a20091">
<DefaultValues>
<Value>10</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-idrepo-ldapv3-heartbeat-timeunit"
type="single_choice"
syntax="string"
i18nKey="a20092">
<ChoiceValues>
<ChoiceValue i18nKey="a200921">SECONDS</ChoiceValue>
<ChoiceValue i18nKey="a200922">MINUTES</ChoiceValue>
<ChoiceValue i18nKey="a200923">HOURS</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SECONDS</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-organization_name"
type = "single"
syntax = "string"
any="required"
validator="RequiredValueValidator"
i18nKey = "a2006">
<DefaultValues>
<Value>@NORMALIZED_ORGBASE@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-connection-mode"
type="single_choice"
syntax="string"
i18nKey="a20071">
<ChoiceValues>
<ChoiceValue i18nKey="a20072">LDAP</ChoiceValue>
<ChoiceValue i18nKey="a20073">LDAPS</ChoiceValue>
<ChoiceValue i18nKey="a20074">StartTLS</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>LDAP</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_min_size"
type="single"
syntax="number"
i18nKey="">
<DefaultValues>
<Value>1</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_max_size"
type="single"
syntax="number"
i18nKey="a2009">
<DefaultValues>
<Value>10</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-max-result"
type="single"
syntax="number"
i18nKey="a2010">
<DefaultValues>
<Value>1000</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-time-limit"
type="single"
syntax="number"
i18nKey="a2011">
<DefaultValues>
<Value>10</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-search-scope"
type="single_choice"
syntax="string"
i18nKey="a2014a">
<ChoiceValues>
<ChoiceValue i18nKey="a2040">SCOPE_BASE</ChoiceValue>
<ChoiceValue i18nKey="a2041">SCOPE_ONE</ChoiceValue>
<ChoiceValue i18nKey="a2042">SCOPE_SUB</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SCOPE_SUB</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-users-search-attribute"
type="single"
syntax="string"
i18nKey="a2015">
<DefaultValues>
<Value>cn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-users-search-filter"
type="single"
syntax="string"
i18nKey="a2016">
<DefaultValues>
<Value>(objectclass=person)</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-user-objectclass"
type="list"
syntax="string"
i18nKey="a2017">
<DefaultValues>
<Value>organizationalPerson</Value>
<Value>person</Value>
<Value>top</Value>
<Value>user</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-user-attributes"
type="list"
syntax="string"
i18nKey="a20171">
<DefaultValues>
<Value>cn</Value>
<Value>dn</Value>
<Value>displayName</Value>
<Value>distinguishedName</Value>
<Value>employeeNumber</Value>
<Value>givenName</Value>
<Value>iplanet-am-auth-configuration</Value>
<Value>iplanet-am-user-auth-modules</Value>
<Value>iplanet-am-session-add-session-listener-on-all-sessions</Value>
<Value>iplanet-am-session-destroy-sessions</Value>
<Value>iplanet-am-session-get-valid-sessions</Value>
<Value>iplanet-am-session-max-caching-time</Value>
<Value>iplanet-am-session-max-idle-time</Value>
<Value>iplanet-am-session-max-session-time</Value>
<Value>iplanet-am-session-quota-limit</Value>
<Value>iplanet-am-session-service-status</Value>
<Value>iplanet-am-user-admin-start-dn</Value>
<Value>iplanet-am-user-account-life</Value>
<Value>iplanet-am-user-alias-list</Value>
<Value>iplanet-am-user-auth-config</Value>
<Value>iplanet-am-user-failure-url</Value>
<Value>iplanet-am-user-login-status</Value>
<Value>iplanet-am-user-password-reset-force-reset</Value>
<Value>iplanet-am-user-password-reset-options</Value>
<Value>iplanet-am-user-password-reset-question-answer</Value>
<Value>iplanet-am-user-success-url</Value>
<Value>mail</Value>
<Value>name</Value>
<Value>objectclass</Value>
<Value>objectGUID</Value>
<Value>postalAddress</Value>
<Value>preferredlanguage</Value>
<Value>preferredLocale</Value>
<Value>preferredtimezone</Value>
<Value>sAMAccountName</Value>
<Value>sn</Value>
<Value>sunAMAuthInvalidAttemptsData</Value>
<Value>sunIdentityMSISDNNumber</Value>
<Value>telephoneNumber</Value>
<Value>unicodePwd</Value>
<Value>userAccountControl</Value>
<Value>userpassword</Value>
<Value>userPrincipalname</Value>
<Value>iplanet-am-user-federation-info-key</Value>
<Value>iplanet-am-user-federation-info</Value>
<Value>sunIdentityServerDiscoEntries</Value>
<Value>sunIdentityServerPPCommonNameCN</Value>
<Value>sunIdentityServerPPCommonNameFN</Value>
<Value>sunIdentityServerPPCommonNameSN</Value>
<Value>sunIdentityServerPPCommonNameMN</Value>
<Value>sunIdentityServerPPCommonNameAltCN</Value>
<Value>sunIdentityServerPPCommonNamePT</Value>
<Value>sunIdentityServerPPInformalName</Value>
<Value>sunIdentityServerPPLegalIdentityLegalName</Value>
<Value>sunIdentityServerPPLegalIdentityDOB</Value>
<Value>sunIdentityServerPPLegalIdentityMaritalStatus</Value>
<Value>sunIdentityServerPPLegalIdentityGender</Value>
<Value>sunIdentityServerPPLegalIdentityAltIdType</Value>
<Value>sunIdentityServerPPLegalIdentityAltIdValue</Value>
<Value>sunIdentityServerPPLegalIdentityVATIdType</Value>
<Value>sunIdentityServerPPLegalIdentityVATIdValue</Value>
<Value>sunIdentityServerPPEmploymentIdentityJobTitle</Value>
<Value>sunIdentityServerPPEmploymentIdentityOrg</Value>
<Value>sunIdentityServerPPEmploymentIdentityAltO</Value>
<Value>sunIdentityServerPPAddressCard</Value>
<Value>sunIdentityServerPPMsgContact</Value>
<Value>sunIdentityServerPPFacadeMugShot</Value>
<Value>sunIdentityServerPPFacadeWebSite</Value>
<Value>sunIdentityServerPPFacadeNamePronounced</Value>
<Value>sunIdentityServerPPFacadeGreetSound</Value>
<Value>sunIdentityServerPPFacadegreetmesound</Value>
<Value>sunIdentityServerPPDemographicsDisplayLanguage</Value>
<Value>sunIdentityServerPPDemographicsLanguage</Value>
<Value>sunIdentityServerPPDemographicsAge</Value>
<Value>sunIdentityServerPPDemographicsBirthDay</Value>
<Value>sunIdentityServerPPDemographicsTimeZone</Value>
<Value>sunIdentityServerPPSignKey</Value>
<Value>sunIdentityServerPPEncryPTKey</Value>
<Value>sunIdentityServerPPEmergencyContact</Value>
<Value>sun-fm-saml2-nameid-infokey</Value>
<Value>sun-fm-saml2-nameid-info</Value>
<Value>assignedDashboard</Value>
<Value>devicePrintProfiles</Value>
<Value>modifyTimestamp</Value>
<Value>createTimestamp</Value>
<Value>oathDeviceProfiles</Value>
<Value>oath2faEnabled</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-createuser-attr-mapping"
type="list"
syntax="string"
i18nKey="a201711">
<DefaultValues>
<Value>cn</Value>
<Value>sn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-isactive"
type="single"
syntax="string"
i18nKey="a20172">
<DefaultValues>
<Value>userAccountControl</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-active"
type="single"
syntax="string"
i18nKey="a20173">
<DefaultValues>
<Value>544</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-inactive"
type="single"
syntax="string"
i18nKey="a20174">
<DefaultValues>
<Value>546</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-attribute"
type="single"
syntax="string"
i18nKey="a2018">
<DefaultValues>
<Value>cn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-filter"
type="single"
syntax="string"
i18nKey="a2019">
<DefaultValues>
<Value>(objectclass=group)</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-container-name"
type="single"
syntax="string"
i18nKey="a2020">
<DefaultValues>
<Value>cn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-container-value"
type="single"
syntax="string"
i18nKey="a2021">
<DefaultValues>
<Value>users</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-objectclass"
type="list"
syntax="string"
i18nKey="a2022">
<DefaultValues>
<Value>group</Value>
<Value>top</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-attributes"
type="list"
syntax="string"
i18nKey="a20221">
<DefaultValues>
<Value>cn</Value>
<Value>dn</Value>
<Value>distinguishedName</Value>
<Value>member</Value>
<Value>name</Value>
<Value>objectCategory</Value>
<Value>objectclass</Value>
<Value>sAMAccountName</Value>
<Value>sAMAccountType</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-memberof"
type="single"
syntax="string"
i18nKey="a2023">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-uniquemember"
type="single"
syntax="string"
i18nKey="a2024">
<DefaultValues>
<Value>member</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-people-container-name"
type="single"
syntax="string"
i18nKey="a2034">
<DefaultValues>
<Value>cn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-people-container-value"
type="single"
syntax="string"
i18nKey="a2035">
<DefaultValues>
<Value>users</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-auth-naming-attr"
type="single"
syntax="string"
i18nKey="a20386">
<DefaultValues>
<Value>cn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-psearchbase"
type="single"
syntax="string"
i18nKey="a2043">
<DefaultValues>
<Value>@NORMALIZED_ORGBASE@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-psearch-scope"
type="single_choice"
syntax="string"
i18nKey="a20432">
<ChoiceValues>
<ChoiceValue i18nKey="a2040">SCOPE_BASE</ChoiceValue>
<ChoiceValue i18nKey="a2041">SCOPE_ONE</ChoiceValue>
<ChoiceValue i18nKey="a2042">SCOPE_SUB</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SCOPE_SUB</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="com.iplanet.am.ldap.connection.delay.between.retries"
type="single"
syntax="number"
i18nKey="a2046">
<DefaultValues>
<Value>1000</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-service-attributes"
type="list"
syntax="xml"
i18nKey="">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-dncache-enabled"
type="single"
syntax="boolean"
i18nKey="a2062">
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-dncache-size"
type="single"
syntax="number"
i18nKey="a2063">
<DefaultValues>
<Value>1500</Value>
</DefaultValues>
</AttributeSchema>
</SubSchema>
<!-- LDAPv3 plugin for ADAM -->
<SubSchema name= "LDAPv3ForADAM"
inheritance = "multiple"
i18nKey = "a2059">
<AttributeSchema name="RequiredValueValidator"
type="validator"
syntax="string">
<DefaultValues>
<Value>com.sun.identity.sm.RequiredValueValidator</Value>
</DefaultValues>
</AttributeSchema>
<!-- The two attributes below, if defined, allow the IdRepo SDK to
map attribute names and to determine entities supported and
operations supported by this plugin. If no mapping is provided,
the assumption is that the attribute names are the same (no
mapping needed. If the list of entities supported is not provided
then the assumption is that no entities are supported -->
<AttributeSchema name="sunIdRepoClass"
type = "single"
syntax = "string"
any="required"
validator="RequiredValueValidator"
i18nKey = "a2013">
<DefaultValues>
<Value>org.forgerock.openam.idrepo.ldap.DJLDAPv3Repo</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunIdRepoAttributeMapping"
type="list"
syntax="string"
i18nKey="a20131">
<DefaultValues>
<Value>userPassword=unicodePwd</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunIdRepoSupportedOperations"
type="list"
syntax="string"
validator="validatatorClass for verifying this list against supported list"
i18nKey="a2014">
<DefaultValues>
<!-- IdRepos can provide the object types
it can manage and the operations that can
be performed on these objects, as a key-value
pair. Object types could be User, Group, Role,
etc., and the operations are limited to create,
read, edit and modify. The values are case
insenstive. -->
<Value>realm=read,create,edit,delete,service</Value>
<Value>user=read,create,edit,delete,service</Value>
<Value>group=read,create,edit,delete</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-ldapv3ADAM"
type="single"
syntax="string"
i18nKey="">
<DefaultValues>
<Value>ldapv3ADAM</Value>
</DefaultValues>
</AttributeSchema>
<!-- From here on the list of plugin specific attributes for determing
things like organization relating to this realm, authentication source,
user containers, group containers etc etc. -->
<AttributeSchema name="sun-idrepo-ldapv3-config-ldap-server"
type="list"
syntax="string"
any="required"
validator="RequiredValueValidator"
i18nKey="a2000">
<DefaultValues>
<Value>@DIRECTORY_SERVER@:@DIRECTORY_PORT@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-authid"
type="single"
syntax="string"
i18nKey="a2003">
<DefaultValues>
<Value>CN=Administrator,CN=Users,@NORMALIZED_ORGBASE@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-authpw"
type="single"
syntax="password"
i18nKey="a2004">
</AttributeSchema>
<AttributeSchema name="openam-idrepo-ldapv3-heartbeat-interval"
type="single"
syntax="number"
i18nKey="a20091">
<DefaultValues>
<Value>10</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="openam-idrepo-ldapv3-heartbeat-timeunit"
type="single_choice"
syntax="string"
i18nKey="a20092">
<ChoiceValues>
<ChoiceValue i18nKey="a200921">SECONDS</ChoiceValue>
<ChoiceValue i18nKey="a200922">MINUTES</ChoiceValue>
<ChoiceValue i18nKey="a200923">HOURS</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SECONDS</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-organization_name"
type = "single"
syntax = "string"
any="required"
validator="RequiredValueValidator"
i18nKey = "a2006">
<DefaultValues>
<Value>@NORMALIZED_ORGBASE@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-connection-mode"
type="single_choice"
syntax="string"
i18nKey="a20071">
<ChoiceValues>
<ChoiceValue i18nKey="a20072">LDAP</ChoiceValue>
<ChoiceValue i18nKey="a20073">LDAPS</ChoiceValue>
<ChoiceValue i18nKey="a20074">StartTLS</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>LDAP</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_min_size"
type="single"
syntax="number"
i18nKey="">
<DefaultValues>
<Value>1</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_max_size"
type="single"
syntax="number"
i18nKey="a2009">
<DefaultValues>
<Value>10</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-max-result"
type="single"
syntax="number"
i18nKey="a2010">
<DefaultValues>
<Value>1000</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-time-limit"
type="single"
syntax="number"
i18nKey="a2011">
<DefaultValues>
<Value>10</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-search-scope"
type="single_choice"
syntax="string"
i18nKey="a2014a">
<ChoiceValues>
<ChoiceValue i18nKey="a2040">SCOPE_BASE</ChoiceValue>
<ChoiceValue i18nKey="a2041">SCOPE_ONE</ChoiceValue>
<ChoiceValue i18nKey="a2042">SCOPE_SUB</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SCOPE_SUB</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-users-search-attribute"
type="single"
syntax="string"
i18nKey="a2015">
<DefaultValues>
<Value>cn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-users-search-filter"
type="single"
syntax="string"
i18nKey="a2016">
<DefaultValues>
<Value>(objectclass=person)</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-user-objectclass"
type="list"
syntax="string"
i18nKey="a2017">
<DefaultValues>
<Value>iplanet-am-auth-configuration-service</Value>
<Value>iplanet-am-managed-person</Value>
<Value>iplanet-am-user-service</Value>
<Value>iPlanetPreferences</Value>
<Value>organizationalPerson</Value>
<Value>person</Value>
<Value>sunAMAuthAccountLockout</Value>
<Value>sunFederationManagerDataStore</Value>
<Value>sunIdentityServerLibertyPPService</Value>
<Value>sunFMSAML2NameIdentifier</Value>
<Value>top</Value>
<Value>user</Value>
<Value>forgerock-am-dashboard-service</Value>
<Value>devicePrintProfilesContainer</Value>
<Value>oathDeviceProfilesContainer</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-user-attributes"
type="list"
syntax="string"
i18nKey="a20171">
<DefaultValues>
<Value>cn</Value>
<Value>dn</Value>
<Value>displayName</Value>
<Value>distinguishedName</Value>
<Value>employeeNumber</Value>
<Value>givenName</Value>
<Value>iplanet-am-auth-configuration</Value>
<Value>iplanet-am-user-auth-modules</Value>
<Value>iplanet-am-session-add-session-listener-on-all-sessions</Value>
<Value> iplanet-am-session-destroy-sessions</Value>
<Value>iplanet-am-session-get-valid-sessions</Value>
<Value>iplanet-am-session-max-caching-time</Value>
<Value>iplanet-am-session-max-idle-time</Value>
<Value>iplanet-am-session-max-session-time</Value>
<Value>iplanet-am-session-quota-limit</Value>
<Value>iplanet-am-session-service-status</Value>
<Value>iplanet-am-user-admin-start-dn</Value>
<Value>iplanet-am-user-account-life</Value>
<Value>iplanet-am-user-alias-list</Value>
<Value>iplanet-am-user-auth-config</Value>
<Value>iplanet-am-user-failure-url</Value>
<Value>iplanet-am-user-login-status</Value>
<Value>iplanet-am-user-password-reset-force-reset</Value>
<Value>iplanet-am-user-password-reset-options</Value>
<Value>iplanet-am-user-password-reset-question-answer</Value>
<Value>iplanet-am-user-success-url</Value>
<Value>mail</Value>
<Value>msDS-UserAccountDisabled</Value>
<Value>name</Value>
<Value>objectclass</Value>
<Value>objectGUID</Value>
<Value>postalAddress</Value>
<Value>preferredlanguage</Value>
<Value>preferredLocale</Value>
<Value>preferredtimezone</Value>
<Value>sn</Value>
<Value>sunAMAuthInvalidAttemptsData</Value>
<Value>sunIdentityMSISDNNumber</Value>
<Value>telephoneNumber</Value>
<Value>unicodePwd</Value>
<Value>userpassword</Value>
<Value>userPrincipalname</Value>
<Value>iplanet-am-user-federation-info-key</Value>
<Value>iplanet-am-user-federation-info</Value>
<Value>sunIdentityServerDiscoEntries</Value>
<Value>sunIdentityServerPPCommonNameCN</Value>
<Value>sunIdentityServerPPCommonNameFN</Value>
<Value>sunIdentityServerPPCommonNameSN</Value>
<Value>sunIdentityServerPPCommonNameMN</Value>
<Value>sunIdentityServerPPCommonNameAltCN</Value>
<Value>sunIdentityServerPPCommonNamePT</Value>
<Value>sunIdentityServerPPInformalName</Value>
<Value>sunIdentityServerPPLegalIdentityLegalName</Value>
<Value>sunIdentityServerPPLegalIdentityDOB</Value>
<Value>sunIdentityServerPPLegalIdentityMaritalStatus</Value>
<Value>sunIdentityServerPPLegalIdentityGender</Value>
<Value>sunIdentityServerPPLegalIdentityAltIdType</Value>
<Value>sunIdentityServerPPLegalIdentityAltIdValue</Value>
<Value>sunIdentityServerPPLegalIdentityVATIdType</Value>
<Value>sunIdentityServerPPLegalIdentityVATIdValue</Value>
<Value>sunIdentityServerPPEmploymentIdentityJobTitle</Value>
<Value>sunIdentityServerPPEmploymentIdentityOrg</Value>
<Value>sunIdentityServerPPEmploymentIdentityAltO</Value>
<Value>sunIdentityServerPPAddressCard</Value>
<Value>sunIdentityServerPPMsgContact</Value>
<Value>sunIdentityServerPPFacadeMugShot</Value>
<Value>sunIdentityServerPPFacadeWebSite</Value>
<Value>sunIdentityServerPPFacadeNamePronounced</Value>
<Value>sunIdentityServerPPFacadeGreetSound</Value>
<Value>sunIdentityServerPPFacadegreetmesound</Value>
<Value>sunIdentityServerPPDemographicsDisplayLanguage</Value>
<Value>sunIdentityServerPPDemographicsLanguage</Value>
<Value>sunIdentityServerPPDemographicsAge</Value>
<Value>sunIdentityServerPPDemographicsBirthDay</Value>
<Value>sunIdentityServerPPDemographicsTimeZone</Value>
<Value>sunIdentityServerPPSignKey</Value>
<Value>sunIdentityServerPPEncryPTKey</Value>
<Value>sunIdentityServerPPEmergencyContact</Value>
<Value>sun-fm-saml2-nameid-infokey</Value>
<Value>sun-fm-saml2-nameid-info</Value>
<Value>assignedDashboard</Value>
<Value>devicePrintProfiles</Value>
<Value>modifyTimestamp</Value>
<Value>createTimestamp</Value>
<Value>oathDeviceProfiles</Value>
<Value>oath2faEnabled</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-createuser-attr-mapping"
type="list"
syntax="string"
i18nKey="a201711">
<DefaultValues>
<Value>cn</Value>
<Value>sn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-isactive"
type="single"
syntax="string"
i18nKey="a20172">
<DefaultValues>
<Value>msDS-UserAccountDisabled</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-active"
type="single"
syntax="string"
i18nKey="a20173">
<DefaultValues>
<Value>FALSE</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-inactive"
type="single"
syntax="string"
i18nKey="a20174">
<DefaultValues>
<Value>TRUE</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-attribute"
type="single"
syntax="string"
i18nKey="a2018">
<DefaultValues>
<Value>cn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-filter"
type="single"
syntax="string"
i18nKey="a2019">
<DefaultValues>
<Value>(objectclass=group)</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-container-name"
type="single"
syntax="string"
i18nKey="a2020">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-container-value"
type="single"
syntax="string"
i18nKey="a2021">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-objectclass"
type="list"
syntax="string"
i18nKey="a2022">
<DefaultValues>
<Value>group</Value>
<Value>top</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-group-attributes"
type="list"
syntax="string"
i18nKey="a20221">
<DefaultValues>
<Value>cn</Value>
<Value>dn</Value>
<Value>distinguishedName</Value>
<Value>member</Value>
<Value>name</Value>
<Value>objectCategory</Value>
<Value>objectclass</Value>
<Value>sAMAccountName</Value>
<Value>sAMAccountType</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-memberof"
type="single"
syntax="string"
i18nKey="a2023">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-uniquemember"
type="single"
syntax="string"
i18nKey="a2024">
<DefaultValues>
<Value>member</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-people-container-name"
type="single"
syntax="string"
i18nKey="a2034">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-people-container-value"
type="single"
syntax="string"
i18nKey="a2035">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-auth-naming-attr"
type="single"
syntax="string"
i18nKey="a20386">
<DefaultValues>
<Value>cn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-psearchbase"
type="single"
syntax="string"
i18nKey="a2043">
<DefaultValues>
<Value>@NORMALIZED_ORGBASE@</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-psearch-scope"
type="single_choice"
syntax="string"
i18nKey="a20432">
<ChoiceValues>
<ChoiceValue i18nKey="a2040">SCOPE_BASE</ChoiceValue>
<ChoiceValue i18nKey="a2041">SCOPE_ONE</ChoiceValue>
<ChoiceValue i18nKey="a2042">SCOPE_SUB</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>SCOPE_SUB</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="com.iplanet.am.ldap.connection.delay.between.retries"
type="single"
syntax="number"
i18nKey="a2046">
<DefaultValues>
<Value>1000</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-config-service-attributes"
type="list"
syntax="xml"
i18nKey="">
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-dncache-enabled"
type="single"
syntax="boolean"
i18nKey="a2062">
<DefaultValues>
<Value>false</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-idrepo-ldapv3-dncache-size"
type="single"
syntax="number"
i18nKey="a2063">
<DefaultValues>
<Value>1500</Value>
</DefaultValues>
</AttributeSchema>
</SubSchema>
<SubSchema name="files"
inheritance="multiple"
i18nKey="">
<AttributeSchema name="RequiredValueValidator"
type="validator"
syntax="string">
<DefaultValues>
<Value>com.sun.identity.sm.RequiredValueValidator</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunIdRepoClass"
type = "single"
syntax = "string"
any="required"
validator="RequiredValueValidator"
i18nKey = "a3010">
<DefaultValues>
<Value>com.sun.identity.idm.plugins.files.FilesRepo</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunFilesIdRepoDirectory"
type="single"
syntax="string"
validator="RequiredValueValidator"
i18nKey="a3020">
<DefaultValues>
<Value>@BASE_DIR@/@SERVER_URI@/idRepo/flatfiles</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunFilesMonitorForChanges"
type="single"
syntax="boolean"
i18nKey="a3022">
<DefaultValues>
<Value>true</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunFilesMonitoringTime"
type="single"
syntax="string"
i18nKey="a3024">
<DefaultValues>
<Value>1</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunFilesObjectClasses"
type="list"
syntax="string"
i18nKey="a3026">
<DefaultValues>
<Value>inetorgperson</Value>
<Value>inetUser</Value>
<Value>organizationalperson</Value>
<Value>person</Value>
<Value>top</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunFilesPasswordAttr"
type="single"
syntax="string"
i18nKey="a3030">
<DefaultValues>
<Value>userPassword</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunFilesStatusAttr"
type="single"
syntax="string"
i18nKey="a3040">
<DefaultValues>
<Value>inetUserStatus</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunFilesHashAttrs"
type="list"
syntax="string"
i18nKey="a3050">
<DefaultValues>
<Value>userPassword</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunFilesEncryptAttrs"
type="list"
syntax="string"
i18nKey="a3060">
</AttributeSchema>
</SubSchema>
<SubSchema name="Database"
inheritance="multiple"
i18nKey="a4000">
<AttributeSchema name="RequiredValueValidator"
type="validator"
syntax="string">
<DefaultValues>
<Value>com.sun.identity.sm.RequiredValueValidator</Value>
</DefaultValues>
</AttributeSchema>
<!-- The two attributes below, if defined, allow the IdRepo SDK to
map attribute names and to determine entities supported and
operations supported by this plugin. If no mapping is provided,
the assumption is that the attribute names are the same (no
mapping needed. If the list of entities supported is not provided
then the assumption is that no entities are supported -->
<AttributeSchema name="sunIdRepoClass"
type="single"
syntax="string"
any="required"
validator="RequiredValueValidator"
i18nKey="a4010">
<DefaultValues>
<Value>com.sun.identity.idm.plugins.database.DatabaseRepo</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunIdRepoAttributeMapping"
type="list"
syntax="string"
i18nKey="a20131">
<DefaultValues>
<Value>iplanet-am-user-account-life=iplanet_am_user_account_life</Value>
<Value>iplanet-am-user-auth-config=iplanet_am_user_auth_config</Value>
<Value>iplanet-am-user-alias-list=iplanet_am_user_alias_list</Value>
<Value>iplanet-am-user-success-url=iplanet_am_user_success_url</Value>
<Value>iplanet-am-user-failure-url=iplanet_am_user_failure_url</Value>
<Value>iplanet-am-user-password-resetoptions=iplanet_am_user_password_resetoptions</Value>
<Value>iplanet-am-user-password-reset-question-answer=iplanet_am_user_password_reset_question_answer</Value>
<Value>iplanet-am-user-password-reset-force-reset=iplanet_am_user_password_reset_force_reset</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-opensso-database-sunIdRepoSupportedOperations"
type="list"
syntax="string"
validator="validatatorClass for verifying this list against supported list"
i18nKey="a4014">
<DefaultValues>
<!-- IdRepos can provide the object types
it can manage and the operations that can
be performed on these objects, as a key-value
pair. Object types could be User, Group, Role,
etc., and the operations are limited to create,
read, edit and modify. The values are case
insenstive. -->
<!-- Unlike the other LDAP repos, which specify a
lot of IdTypes and operations for the property
sunIdRepoSupportedOperations, for now I will
just support allowing read of users data.
-->
<!-- for read only, still need service to authn
<Value>user=read,service</Value>
-->
<Value>user=read,create,edit,delete,service</Value>
<Value>group=read,create,edit,delete</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-opensso-database-dao-class-name"
type="single"
syntax="string"
any="required"
validator="RequiredValueValidator"
i18nKey="a4016">
<DefaultValues>
<Value>com.sun.identity.idm.plugins.database.JdbcSimpleUserDao</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-opensso-database-dao-JDBCConnectionType"
type="single_choice"
syntax="string"
i18nKey="a4018">
<ChoiceValues>
<ChoiceValue i18nKey="a4018choiceJNDI">JNDI</ChoiceValue>
<ChoiceValue i18nKey="a4018choiceURL">JDBC</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>JDBC</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-opensso-database-DataSourceJndiName"
type="single"
syntax="string"
any="required"
validator="RequiredValueValidator"
i18nKey="a4020">
<DefaultValues>
<Value>java:comp/env/jdbc/openssousersdb</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-opensso-database-JDBCDriver"
type="single"
syntax="string"
i18nKey="a4022">
<DefaultValues>
<Value>com.mysql.jdbc.Driver</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-opensso-database-JDBCUrl"
type="single"
syntax="string"
i18nKey="a4022JdbcURL">
<DefaultValues>
<Value>jdbc:mysql://127.0.0.1:3306/test</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-opensso-database-JDBCDbuser"
type="single"
syntax="string"
i18nKey="a4022JdbcUserName">
<DefaultValues>
<Value>root</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-opensso-database-JDBCDbpassword"
type="single"
syntax="password"
i18nKey="a4022JdbcPassword" />
<AttributeSchema name="sun-opensso-database-UserTableName"
type="single"
syntax="string"
any="required"
validator="RequiredValueValidator"
i18nKey="a4025">
<DefaultValues>
<Value>opensso_users</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-opensso-database-UserAttrs"
type="list"
syntax="string"
any="required"
validator="RequiredValueValidator"
i18nKey="a4100">
<DefaultValues>
<Value>uid</Value>
<Value>givenname</Value>
<Value>sn</Value>
<Value>cn</Value>
<Value>userpassword</Value>
<Value>ChangePassword</Value>
<Value>mail</Value>
<Value>employeenumber</Value>
<Value>telephonenumber</Value>
<Value>manager</Value>
<Value>postaladdress</Value>
<Value>inetuserstatus</Value>
<Value>iplanet_am_user_account_life</Value>
<Value>iplanet_am_user_auth_config</Value>
<Value>iplanet_am_user_alias_list</Value>
<Value>preferredlocale</Value>
<Value>iplanet_am_user_success_url</Value>
<Value>iplanet_am_user_failure_url</Value>
<Value>iplanet_am_user_password_resetoptions</Value>
<Value>iplanet_am_user_password_reset_question_answer</Value>
<Value>iplanet_am_user_password_reset_force_reset</Value>
<Value>sunIdentityMSISDNNumber</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-opensso-database-UserPasswordAttr"
type="single"
syntax="string"
any="required"
validator="RequiredValueValidator"
i18nKey="a4105">
<DefaultValues>
<Value>userpassword</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-opensso-database-UserIDAttr"
type="single"
syntax="string"
any="required"
validator="RequiredValueValidator"
i18nKey="a4107">
<DefaultValues>
<Value>uid</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-opensso-database-UserStatusAttr"
type="single"
syntax="string"
any="required"
validator="RequiredValueValidator"
i18nKey="a4110">
<DefaultValues>
<Value>inetuserstatus</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-opensso-database-activeValue"
type="single"
syntax="string"
any="required"
validator="RequiredValueValidator"
i18nKey="a4115">
<DefaultValues>
<Value>Active</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-opensso-database-inactiveValue"
type="single"
syntax="string"
any="required"
validator="RequiredValueValidator"
i18nKey="a4120">
<DefaultValues>
<Value>Inactive</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-opensso-database-config-max-result"
type="single"
syntax="number"
i18nKey="a4130">
<DefaultValues>
<Value>1000</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-opensso-database-config-users-search-attribute"
type="single"
syntax="string"
i18nKey="a4134">
<DefaultValues>
<Value>cn</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-opensso-database-MembershipTableName"
type="single"
syntax="string"
i18nKey="a4150">
<DefaultValues>
<Value>groups</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-opensso-database-MembershipIDAttr"
type="single"
syntax="string"
any="required"
validator="RequiredValueValidator"
i18nKey="a4154">
<DefaultValues>
<Value>group_name</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sun-opensso-database-membership-search-attribute"
type="single"
syntax="string"
i18nKey="a4156">
<DefaultValues>
<Value>cn</Value>
</DefaultValues>
</AttributeSchema>
</SubSchema>
<OrganizationAttributeSchema>
<AttributeSchema name="sunOrganizationStatus"
type = "single_choice"
syntax = "string"
i18nKey = "a108">
<ChoiceValues>
<ChoiceValue i18nKey="choiceActive">Active</ChoiceValue>
<ChoiceValue i18nKey="choiceInactive">Inactive</ChoiceValue>
</ChoiceValues>
<DefaultValues>
<Value>Active</Value>
</DefaultValues>
</AttributeSchema>
<AttributeSchema name="sunOrganizationAliases"
type = "list"
syntax = "string"
isSearchable="yes"
i18nKey = "a109">
</AttributeSchema>
</OrganizationAttributeSchema>
</Organization>
</Schema>
<Configuration>
<GlobalConfiguration>
<SubConfiguration name="user" id="SupportedIdentities" >
<AttributeValuePair> <Attribute name="servicename" />
<Value>iPlanetAMUserService</Value>
</AttributeValuePair>
<AttributeValuePair> <Attribute name="canBeMemberOf" />
<Value>role</Value>
<Value>filteredrole</Value>
<Value>group</Value>
</AttributeValuePair>
</SubConfiguration>
<SubConfiguration name="role" id="SupportedIdentities" >
<AttributeValuePair> <Attribute name="canHaveMembers" />
<Value>user</Value>
</AttributeValuePair>
<AttributeValuePair> <Attribute name="canAddMembers" />
<Value>user</Value>
</AttributeValuePair>
</SubConfiguration>
<SubConfiguration name="group" id="SupportedIdentities" >
<AttributeValuePair> <Attribute name="canHaveMembers" />
<Value>user</Value>
</AttributeValuePair>
<AttributeValuePair> <Attribute name="canAddMembers" />
<Value>user</Value>
</AttributeValuePair>
</SubConfiguration>
<SubConfiguration name="agent" id="SupportedIdentities" >
<AttributeValuePair> <Attribute name="servicename" />
<Value>sunIdentityAgentService</Value>
</AttributeValuePair>
<AttributeValuePair> <Attribute name="canBeMemberOf" />
<Value>agentgroup</Value>
</AttributeValuePair>
</SubConfiguration>
<SubConfiguration name="agentonly" id="SupportedIdentities" >
<AttributeValuePair> <Attribute name="servicename" />
<Value>AgentService</Value>
</AttributeValuePair>
</SubConfiguration>
<SubConfiguration name="agentgroup" id="SupportedIdentities" >
<AttributeValuePair> <Attribute name="servicename" />
<Value>AgentService</Value>
</AttributeValuePair>
<AttributeValuePair> <Attribute name="canHaveMembers" />
<Value>agent</Value>
</AttributeValuePair>
<AttributeValuePair> <Attribute name="canAddMembers" />
<Value>agent</Value>
</AttributeValuePair>
</SubConfiguration>
<SubConfiguration name="filteredrole" id="SupportedIdentities" >
<AttributeValuePair> <Attribute name="servicename" />
<Value>sunIdentityFilteredRoleService</Value>
</AttributeValuePair>
<AttributeValuePair> <Attribute name="canHaveMembers" />
<Value>user</Value>
</AttributeValuePair>
</SubConfiguration>
<SubConfiguration name="realm" id="SupportedIdentities" >
</SubConfiguration>
<SubConfiguration name="users" id="users">
<SubConfiguration name="amAdmin"
id="user">
<AttributeValuePair>
<Attribute name="userPassword" />
<Value>@HASHADMINPASSWD@</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="inetUserStatus" />
<Value>Active</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="dn" />
<Value>@USER_NAMING_ATTR@=amAdmin,ou=people,</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sn" />
<Value>amAdmin</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="cn" />
<Value>amAdmin</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="givenName" />
<Value>amAdmin</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="employeeNumber" />
<Value></Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="iplanet-am-user-alias-list" />
<Value></Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="iplanet-am-user-success-url" />
<Value></Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="iplanet-am-user-failure-url" />
<Value></Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="mail" />
<Value></Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="postalAddress" />
<Value></Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sunIdentityMSISDNNumber" />
<Value></Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="telephoneNumber" />
<Value></Value>
</AttributeValuePair>
</SubConfiguration>
<SubConfiguration name="dsameuser"
id="user">
<AttributeValuePair>
<Attribute name="userPassword" />
<Value>@HASHADMINPASSWD@</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="inetUserStatus" />
<Value>Active</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="dn" />
<Value>cn=dsameuser,ou=DSAME Users,</Value>
</AttributeValuePair>
</SubConfiguration>
<SubConfiguration name="anonymous"
id="user">
<AttributeValuePair>
<Attribute name="userPassword" />
<Value>CpL6syMBNMym6t2YmDJbmyrmeZg=</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="dn" />
<Value>@USER_NAMING_ATTR@=anonymous,ou=people,</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sn" />
<Value>anonymous</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="cn" />
<Value>anonymous</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="givenName" />
<Value>anonymous</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="employeeNumber" />
<Value></Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="iplanet-am-user-alias-list" />
<Value></Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="iplanet-am-user-success-url" />
<Value></Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="iplanet-am-user-failure-url" />
<Value></Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="mail" />
<Value></Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="postalAddress" />
<Value></Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sunIdentityMSISDNNumber" />
<Value></Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="telephoneNumber" />
<Value></Value>
</AttributeValuePair>
</SubConfiguration>
<SubConfiguration name="amService-URLAccessAgent"
id="user">
<AttributeValuePair>
<Attribute name="userPassword" />
<Value>@HASHLDAPUSERPASSWD@</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="dn" />
<Value>cn=amService-URLAccessAgent,ou=DSAME Users,</Value>
</AttributeValuePair>
</SubConfiguration>
</SubConfiguration>
</GlobalConfiguration>
</Configuration>
</Service>
</ServicesConfiguration>