0N/A<?
xml version="1.0" encoding="ISO-8859-1"?>
0N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 0N/A Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved 0N/A The contents of this file are subject to the terms 0N/A of the Common Development and Distribution License 0N/A (the License). You may not use this file except in 0N/A compliance with the License. 0N/A You can obtain a copy of the License at 0N/A See the License for the specific language governing 0N/A permission and limitations under the License. 2362N/A When distributing Covered Code, include this CDDL 2362N/A Header Notice in each file and include the License file 0N/A If applicable, add the following below the CDDL Header, 0N/A with the fields enclosed by brackets [] replaced by 0N/A your own identifying information: 0N/A "Portions Copyrighted [year] [name of copyright owner]" 0N/A Portions Copyrighted 2012 ForgeRock AS 0N/A<!
DOCTYPE ServicesConfiguration 0N/A PUBLIC "=//iplanet//Service Management Services (SMS) 1.0 DTD//EN" 0N/A<
ServicesConfiguration>
0N/A <
Service name="sunIdentityRepositoryService" version="1.0">
0N/A i18nFileName="amIdRepoService" 0N/A <
AttributeSchema name="coexistenceMode" 0N/A type="single" syntax="string">
0N/A <
DefaultValues><
Value>@AM_COEXIST@</
Value></
DefaultValues>
0N/A <
AttributeSchema name="realmMode" 0N/A type="single" syntax="string">
0N/A <
DefaultValues><
Value>@AM_REALM@</
Value></
DefaultValues>
0N/A <
AttributeSchema name="serviceNamesForAutoAssignment" 0N/A <
Value>sunIdentityRepositoryService</
Value>
0N/A <
Value>iPlanetAMAuthService</
Value>
0N/A <
Value>iPlanetAMAuthLDAPService</
Value>
0N/A <
Value>iPlanetAMAuthConfiguration</
Value>
0N/A <
Value>iPlanetAMPolicyConfigService</
Value>
0N/A <!-- Delegation Service added to manage delegation 0N/A permissions during realm creation and delegation --> 0N/A <
Value>sunAMDelegationService</
Value>
0N/A <
SubSchema name="SupportedIdentities" 0N/A inheritance="multiple" >
0N/A <
AttributeSchema name="servicename">
0N/A <
AttributeSchema name="canBeMemberOf">
0N/A <
AttributeSchema name="canHaveMembers">
0N/A <
AttributeSchema name="canAddMembers">
0N/A <
SubSchema name="users" i18nKey="users">
0N/A <
SubSchema name="user" inheritance="multiple" 0N/A <
AttributeSchema name="userPassword" 0N/A type="single" syntax="password" 0N/A i18nKey="password" />
0N/A <
AttributeSchema name="inetUserStatus" 0N/A type="single" syntax="string" 0N/A <
DefaultValues><
Value>Active</
Value></
DefaultValues>
0N/A <
AttributeSchema name="dn" 0N/A <
AttributeSchema name="sn" 0N/A <
AttributeSchema name="cn" 0N/A <
AttributeSchema name="employeeNumber" 0N/A i18nKey="employeeNumber" />
0N/A <
AttributeSchema name="givenName" 0N/A i18nKey="givenName" />
0N/A <
AttributeSchema name="iplanet-am-user-alias-list" 0N/A i18nKey="iplanet-am-user-alias-list" />
0N/A <
AttributeSchema name="iplanet-am-user-success-url" 0N/A i18nKey="iplanet-am-user-success-url" />
0N/A <
AttributeSchema name="iplanet-am-user-failure-url" 0N/A i18nKey="iplanet-am-user-failure-url" />
0N/A <
AttributeSchema name="mail" 0N/A <
AttributeSchema name="postalAddress" 0N/A i18nKey="postalAddress" />
0N/A <
AttributeSchema name="sunIdentityMSISDNNumber" 0N/A i18nKey="sunIdentityMSISDNNumber" />
0N/A <
AttributeSchema name="telephoneNumber" 0N/A i18nKey="telephoneNumber" />
0N/A <
AttributeSchema name="roles" i18nKey="roles" />
<
AttributeSchema name="sunIdRepoAttributeCombiner" <!-- The plugin class will combine the attributes from different identity repositories and return them --> <!-- 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" <
Value>sunOrganizationStatus=inetDomainStatus</
Value>
<
Value>sunOrganizationAliases=sunOrganizationAlias</
Value>
<
Value>sunPreferredDomain=sunPreferredDomain</
Value>
<
Value>sunDNSAliases=associatedDomain</
Value>
<
AttributeSchema name="sunIdRepoAttributeValidator" <
Value>minimumPasswordLength=8</
Value>
<!-- LDAPv3 plugin original 70 (generic ds) --> <
SubSchema name= "LDAPv3" <
AttributeSchema name="RequiredValueValidator" <!-- 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" validator="RequiredValueValidator" <
AttributeSchema name="sunIdRepoAttributeMapping" <
AttributeSchema name="sunIdRepoSupportedOperations" validator="validatatorClass for verifying this list against supported list" <!-- 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 <
Value>realm=read,create,edit,delete,service</
Value>
<
Value>user=read,create,edit,delete,service</
Value>
<
Value>group=read,create,edit,delete</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-ldapv3Generic" <
Value>ldapv3Generic</
Value>
<!-- 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" validator="RequiredValueValidator" <
Value>@DIRECTORY_SERVER@:@DIRECTORY_PORT@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-authid" <
AttributeSchema name="sun-idrepo-ldapv3-config-authpw" <
AttributeSchema name="sun-idrepo-ldapv3-config-organization_name" validator="RequiredValueValidator" <
Value>@NORMALIZED_ORGBASE@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-ssl-enabled" <
AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_min_size" <
AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_max_size" <
AttributeSchema name="sun-idrepo-ldapv3-config-max-result" <
AttributeSchema name="sun-idrepo-ldapv3-config-time-limit" <
AttributeSchema name="sun-idrepo-ldapv3-config-referrals" <
AttributeSchema name="sun-idrepo-ldapv3-config-search-scope" <
ChoiceValue i18nKey="a2040">SCOPE_BASE</
ChoiceValue>
<
ChoiceValue i18nKey="a2041">SCOPE_ONE</
ChoiceValue>
<
ChoiceValue i18nKey="a2042">SCOPE_SUB</
ChoiceValue>
<
AttributeSchema name="sun-idrepo-ldapv3-config-users-search-attribute" <
Value>@USER_NAMING_ATTR@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-users-search-filter" <
Value>(objectclass=inetorgperson)</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-user-objectclass" <
Value>organizationalPerson</
Value>
<
Value>inetorgperson</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-user-attributes" <
Value>authorityRevocationList</
Value>
<
Value>caCertificate</
Value>
<
Value>distinguishedName</
Value>
<
Value>employeeNumber</
Value>
<
Value>inetUserStatus</
Value>
<
Value>objectClass</
Value>
<
Value>postalAddress</
Value>
<
Value>preferredlanguage</
Value>
<
Value>telephoneNumber</
Value>
<
Value>userPassword</
Value>
<
Value>userCertificate</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-createuser-attr-mapping" <
AttributeSchema name="sun-idrepo-ldapv3-config-isactive" <
Value>inetuserstatus</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-active" <
AttributeSchema name="sun-idrepo-ldapv3-config-inactive" <
AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-attribute" <
AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-filter" <
Value>(objectclass=groupOfUniqueNames)</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-group-container-name" <
AttributeSchema name="sun-idrepo-ldapv3-config-group-container-value" <
AttributeSchema name="sun-idrepo-ldapv3-config-group-objectclass" <
Value>groupofuniquenames</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-group-attributes" <
Value>description</
Value>
<
Value>objectclass</
Value>
<
Value>uniqueMember</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-memberof" <
AttributeSchema name="sun-idrepo-ldapv3-config-uniquemember" <
Value>uniqueMember</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-memberurl" <
AttributeSchema name="sun-idrepo-ldapv3-config-dftgroupmember" <
AttributeSchema name="sun-idrepo-ldapv3-config-roles-search-attribute" <
AttributeSchema name="sun-idrepo-ldapv3-config-roles-search-filter" <
Value>(&(objectclass=ldapsubentry)(objectclass=nsmanagedroledefinition))</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-role-search-scope" <
ChoiceValue i18nKey="a2040">SCOPE_BASE</
ChoiceValue>
<
ChoiceValue i18nKey="a2041">SCOPE_ONE</
ChoiceValue>
<
ChoiceValue i18nKey="a2042">SCOPE_SUB</
ChoiceValue>
<
AttributeSchema name="sun-idrepo-ldapv3-config-role-objectclass" <
Value>ldapsubentry</
Value>
<
Value>nsmanagedroledefinition</
Value>
<
Value>nsroledefinition</
Value>
<
Value>nssimpleroledefinition</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-filterrole-objectclass" <
Value>ldapsubentry</
Value>
<
Value>nscomplexroledefinition</
Value>
<
Value>nsfilteredroledefinition</
Value>
<
Value>nsroledefinition</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-filterrole-attributes" <
Value>nsRoleFilter</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-nsrole" <
AttributeSchema name="sun-idrepo-ldapv3-config-nsroledn" <
AttributeSchema name="sun-idrepo-ldapv3-config-nsrolefilter" <
Value>nsRoleFilter</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-people-container-name" <
AttributeSchema name="sun-idrepo-ldapv3-config-people-container-value" <
AttributeSchema name="sun-idrepo-ldapv3-config-authenticatable-type" <
ChoiceValue i18nKey="choiceUSER">User</
ChoiceValue>
<
AttributeSchema name="sun-idrepo-ldapv3-config-auth-naming-attr" <
Value>@USER_NAMING_ATTR@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-psearchbase" <
Value>@NORMALIZED_ORGBASE@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-psearch-filter" <
Value>(objectclass=*)</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-psearch-scope" <
ChoiceValue i18nKey="a2040">SCOPE_BASE</
ChoiceValue>
<
ChoiceValue i18nKey="a2041">SCOPE_ONE</
ChoiceValue>
<
ChoiceValue i18nKey="a2042">SCOPE_SUB</
ChoiceValue>
<
AttributeSchema name="sun-idrepo-ldapv3-config-idletimeout" <
AttributeSchema name="sun-idrepo-ldapv3-config-numretires" <
AttributeSchema name="sun-idrepo-ldapv3-config-errorcodes" <
AttributeSchema name="sun-idrepo-ldapv3-config-cache-enabled" <
AttributeSchema name="sun-idrepo-ldapv3-config-cache-ttl" <
AttributeSchema name="sun-idrepo-ldapv3-config-cache-size" <
AttributeSchema name="sun-idrepo-ldapv3-config-service-attributes" <!-- LDAPv3 plugin for sun ds with AM--> <
SubSchema name= "LDAPv3ForAMDS" <
AttributeSchema name="RequiredValueValidator" <!-- 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" validator="RequiredValueValidator" <
AttributeSchema name="sunIdRepoAttributeMapping" <
AttributeSchema name="sunIdRepoSupportedOperations" validator="validatatorClass for verifying this list against supported list" <!-- 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 <
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>
<
AttributeSchema name="sun-idrepo-ldapv3-ldapv3AMDS" <
Value>ldapv3AMDS</
Value>
<!-- 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" validator="RequiredValueValidator" <
Value>@DIRECTORY_SERVER@:@DIRECTORY_PORT@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-authid" <
Value>cn=dsameuser,ou=DSAME Users,@NORMALIZED_ORGBASE@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-authpw" <
AttributeSchema name="sun-idrepo-ldapv3-config-organization_name" validator="RequiredValueValidator" <
Value>@NORMALIZED_ORGBASE@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-ssl-enabled" <
AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_min_size" <
AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_max_size" <
AttributeSchema name="sun-idrepo-ldapv3-config-max-result" <
AttributeSchema name="sun-idrepo-ldapv3-config-time-limit" <
AttributeSchema name="sun-idrepo-ldapv3-config-referrals" <
AttributeSchema name="sun-idrepo-ldapv3-config-search-scope" <
ChoiceValue i18nKey="a2040">SCOPE_BASE</
ChoiceValue>
<
ChoiceValue i18nKey="a2041">SCOPE_ONE</
ChoiceValue>
<
ChoiceValue i18nKey="a2042">SCOPE_SUB</
ChoiceValue>
<
AttributeSchema name="sun-idrepo-ldapv3-config-users-search-attribute" <
Value>@USER_NAMING_ATTR@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-users-search-filter" <
Value>(objectclass=inetorgperson)</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-user-objectclass" <
Value>inetorgperson</
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>sunAMAuthAccountLockout</
Value>
<
Value>sunFederationManagerDataStore</
Value>
<
Value>sunIdentityServerLibertyPPService</
Value>
<
Value>sunFMSAML2NameIdentifier</
Value>
<
Value>forgerock-am-dashboard-service</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-user-attributes" <
Value>authorityRevocationList</
Value>
<
Value>caCertificate</
Value>
<
Value>distinguishedName</
Value>
<
Value>employeeNumber</
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>objectClass</
Value>
<
Value>postalAddress</
Value>
<
Value>preferredlanguage</
Value>
<
Value>preferredLocale</
Value>
<
Value>preferredtimezone</
Value>
<
Value>sunAMAuthInvalidAttemptsData</
Value>
<
Value>sunIdentityMSISDNNumber</
Value>
<
Value>telephoneNumber</
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>
<
AttributeSchema name="sun-idrepo-ldapv3-config-createuser-attr-mapping" <
AttributeSchema name="sun-idrepo-ldapv3-config-isactive" <
Value>inetuserstatus</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-active" <
AttributeSchema name="sun-idrepo-ldapv3-config-inactive" <
AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-attribute" <
AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-filter" <
Value>(objectclass=groupOfUniqueNames)</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-group-container-name" <
AttributeSchema name="sun-idrepo-ldapv3-config-group-container-value" <
AttributeSchema name="sun-idrepo-ldapv3-config-group-objectclass" <
Value>groupofuniquenames</
Value>
<
Value>groupofurls</
Value>
<
Value>iplanet-am-managed-static-group</
Value>
<
Value>iplanet-am-managed-group</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-group-attributes" <
Value>iplanet-am-group-subscribable</
Value>
<
Value>objectclass</
Value>
<
Value>uniqueMember</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-memberof" <
Value>iplanet-am-static-group-dn</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-uniquemember" <
Value>uniqueMember</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-memberurl" <
AttributeSchema name="sun-idrepo-ldapv3-config-roles-search-attribute" <
AttributeSchema name="sun-idrepo-ldapv3-config-roles-search-filter" <
Value>(&(objectclass=ldapsubentry)(objectclass=nsmanagedroledefinition))</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-role-search-scope" <
ChoiceValue i18nKey="a2040">SCOPE_BASE</
ChoiceValue>
<
ChoiceValue i18nKey="a2041">SCOPE_ONE</
ChoiceValue>
<
ChoiceValue i18nKey="a2042">SCOPE_SUB</
ChoiceValue>
<
AttributeSchema name="sun-idrepo-ldapv3-config-role-objectclass" <
Value>ldapsubentry</
Value>
<
Value>nsmanagedroledefinition</
Value>
<
Value>nsroledefinition</
Value>
<
Value>nssimpleroledefinition</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-role-attributes" <
AttributeSchema name="sun-idrepo-ldapv3-config-filterroles-search-attribute" <
AttributeSchema name="sun-idrepo-ldapv3-config-filterroles-search-filter" <
Value>(&(objectclass=ldapsubentry)(objectclass=nsfilteredroledefinition))</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-filterrole-objectclass" <
Value>ldapsubentry</
Value>
<
Value>nscomplexroledefinition</
Value>
<
Value>nsfilteredroledefinition</
Value>
<
Value>nsroledefinition</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-filterrole-attributes" <
Value>nsRoleFilter</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-nsrole" <
AttributeSchema name="sun-idrepo-ldapv3-config-nsroledn" <
AttributeSchema name="sun-idrepo-ldapv3-config-nsrolefilter" <
Value>nsRoleFilter</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-people-container-name" <
AttributeSchema name="sun-idrepo-ldapv3-config-people-container-value" <
AttributeSchema name="sun-idrepo-ldapv3-config-authenticatable-type" <
ChoiceValue i18nKey="choiceUSER">User</
ChoiceValue>
<
AttributeSchema name="sun-idrepo-ldapv3-config-auth-naming-attr" <
Value>@USER_NAMING_ATTR@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-psearchbase" <
Value>@NORMALIZED_ORGBASE@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-psearch-filter" <
Value>(objectclass=*)</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-psearch-scope" <
ChoiceValue i18nKey="a2040">SCOPE_BASE</
ChoiceValue>
<
ChoiceValue i18nKey="a2041">SCOPE_ONE</
ChoiceValue>
<
ChoiceValue i18nKey="a2042">SCOPE_SUB</
ChoiceValue>
<
AttributeSchema name="sun-idrepo-ldapv3-config-idletimeout" <
AttributeSchema name="sun-idrepo-ldapv3-config-numretires" <
AttributeSchema name="sun-idrepo-ldapv3-config-errorcodes" <
AttributeSchema name="sun-idrepo-ldapv3-config-cache-enabled" <
AttributeSchema name="sun-idrepo-ldapv3-config-cache-ttl" <
AttributeSchema name="sun-idrepo-ldapv3-config-cache-size" <
AttributeSchema name="sun-idrepo-ldapv3-config-service-attributes" <!-- LDAPv3 plugin for OpenDS--> <
SubSchema name= "LDAPv3ForOpenDS" <
AttributeSchema name="RequiredValueValidator" <!-- 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" validator="RequiredValueValidator" <
AttributeSchema name="sunIdRepoAttributeMapping" <
AttributeSchema name="sunIdRepoSupportedOperations" validator="validatatorClass for verifying this list against supported list" <!-- 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 <
Value>realm=read,create,edit,delete,service</
Value>
<
Value>user=read,create,edit,delete,service</
Value>
<
Value>group=read,create,edit,delete</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-ldapv3OpenDS" <
Value>ldapv3OpenDS</
Value>
<!-- 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" validator="RequiredValueValidator" <
Value>@DIRECTORY_SERVER@:@DIRECTORY_PORT@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-authid" <
AttributeSchema name="sun-idrepo-ldapv3-config-authpw" <
AttributeSchema name="sun-idrepo-ldapv3-config-organization_name" validator="RequiredValueValidator" <
Value>@NORMALIZED_ORGBASE@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-ssl-enabled" <
AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_min_size" <
AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_max_size" <
AttributeSchema name="sun-idrepo-ldapv3-config-max-result" <
AttributeSchema name="sun-idrepo-ldapv3-config-time-limit" <
AttributeSchema name="sun-idrepo-ldapv3-config-referrals" <
AttributeSchema name="sun-idrepo-ldapv3-config-search-scope" <
ChoiceValue i18nKey="a2040">SCOPE_BASE</
ChoiceValue>
<
ChoiceValue i18nKey="a2041">SCOPE_ONE</
ChoiceValue>
<
ChoiceValue i18nKey="a2042">SCOPE_SUB</
ChoiceValue>
<
AttributeSchema name="sun-idrepo-ldapv3-config-users-search-attribute" <
Value>@USER_NAMING_ATTR@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-users-search-filter" <
Value>(objectclass=inetorgperson)</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-user-objectclass" <
Value>inetorgperson</
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>sunAMAuthAccountLockout</
Value>
<
Value>sunFederationManagerDataStore</
Value>
<
Value>sunIdentityServerLibertyPPService</
Value>
<
Value>sunFMSAML2NameIdentifier</
Value>
<
Value>forgerock-am-dashboard-service</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-user-attributes" <
Value>authorityRevocationList</
Value>
<
Value>caCertificate</
Value>
<
Value>distinguishedName</
Value>
<
Value>employeeNumber</
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>objectClass</
Value>
<
Value>postalAddress</
Value>
<
Value>preferredlanguage</
Value>
<
Value>preferredLocale</
Value>
<
Value>preferredtimezone</
Value>
<
Value>sunAMAuthInvalidAttemptsData</
Value>
<
Value>sunIdentityMSISDNNumber</
Value>
<
Value>telephoneNumber</
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>
<
AttributeSchema name="sun-idrepo-ldapv3-config-createuser-attr-mapping" <
AttributeSchema name="sun-idrepo-ldapv3-config-isactive" <
Value>inetuserstatus</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-active" <
AttributeSchema name="sun-idrepo-ldapv3-config-inactive" <
AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-attribute" <
AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-filter" <
Value>(objectclass=groupOfUniqueNames)</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-group-container-name" <
AttributeSchema name="sun-idrepo-ldapv3-config-group-container-value" <
AttributeSchema name="sun-idrepo-ldapv3-config-group-objectclass" <
Value>groupofuniquenames</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-group-attributes" <
Value>objectclass</
Value>
<
Value>uniqueMember</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-memberof" <
AttributeSchema name="sun-idrepo-ldapv3-config-uniquemember" <
Value>uniqueMember</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-people-container-name" <
AttributeSchema name="sun-idrepo-ldapv3-config-people-container-value" <
AttributeSchema name="sun-idrepo-ldapv3-config-authenticatable-type" <
ChoiceValue i18nKey="choiceUSER">User</
ChoiceValue>
<
AttributeSchema name="sun-idrepo-ldapv3-config-auth-naming-attr" <
Value>@USER_NAMING_ATTR@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-psearchbase" <
Value>@NORMALIZED_ORGBASE@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-psearch-filter" <
Value>(objectclass=*)</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-psearch-scope" <
ChoiceValue i18nKey="a2040">SCOPE_BASE</
ChoiceValue>
<
ChoiceValue i18nKey="a2041">SCOPE_ONE</
ChoiceValue>
<
ChoiceValue i18nKey="a2042">SCOPE_SUB</
ChoiceValue>
<
AttributeSchema name="sun-idrepo-ldapv3-config-idletimeout" <
AttributeSchema name="sun-idrepo-ldapv3-config-numretires" <
AttributeSchema name="sun-idrepo-ldapv3-config-errorcodes" <
AttributeSchema name="sun-idrepo-ldapv3-config-cache-enabled" <
AttributeSchema name="sun-idrepo-ldapv3-config-cache-ttl" <
AttributeSchema name="sun-idrepo-ldapv3-config-cache-size" <
AttributeSchema name="sun-idrepo-ldapv3-config-service-attributes" <!-- LDAPv3 plugin for TivoliDS--> <
SubSchema name= "LDAPv3ForTivoli" <
AttributeSchema name="RequiredValueValidator" <!-- 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" validator="RequiredValueValidator" <
AttributeSchema name="sunIdRepoAttributeMapping" <
AttributeSchema name="sunIdRepoSupportedOperations" validator="validatatorClass for verifying this list against supported list" <!-- 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 <
Value>realm=read,create,edit,delete,service</
Value>
<
Value>user=read,create,edit,delete,service</
Value>
<
Value>group=read,create,edit,delete</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-ldapv3Tivoli" <
Value>ldapv3Tivoli</
Value>
<!-- 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" validator="RequiredValueValidator" <
Value>@DIRECTORY_SERVER@:@DIRECTORY_PORT@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-authid" <
AttributeSchema name="sun-idrepo-ldapv3-config-authpw" <
AttributeSchema name="sun-idrepo-ldapv3-config-organization_name" validator="RequiredValueValidator" <
Value>@NORMALIZED_ORGBASE@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-ssl-enabled" <
AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_min_size" <
AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_max_size" <
AttributeSchema name="sun-idrepo-ldapv3-config-max-result" <
AttributeSchema name="sun-idrepo-ldapv3-config-time-limit" <
AttributeSchema name="sun-idrepo-ldapv3-config-referrals" <
AttributeSchema name="sun-idrepo-ldapv3-config-search-scope" <
ChoiceValue i18nKey="a2040">SCOPE_BASE</
ChoiceValue>
<
ChoiceValue i18nKey="a2041">SCOPE_ONE</
ChoiceValue>
<
ChoiceValue i18nKey="a2042">SCOPE_SUB</
ChoiceValue>
<
AttributeSchema name="sun-idrepo-ldapv3-config-users-search-attribute" <
AttributeSchema name="sun-idrepo-ldapv3-config-users-search-filter" <
Value>(objectclass=inetorgperson)</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-user-objectclass" <
Value>inetorgperson</
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>sunAMAuthAccountLockout</
Value>
<
Value>sunFederationManagerDataStore</
Value>
<
Value>sunIdentityServerLibertyPPService</
Value>
<
Value>sunFMSAML2NameIdentifier</
Value>
<
Value>forgerock-am-dashboard-service</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-user-attributes" <
Value>authorityRevocationList</
Value>
<
Value>caCertificate</
Value>
<
Value>distinguishedName</
Value>
<
Value>employeeNumber</
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>objectClass</
Value>
<
Value>postalAddress</
Value>
<
Value>preferredlanguage</
Value>
<
Value>preferredLocale</
Value>
<
Value>preferredtimezone</
Value>
<
Value>sunAMAuthInvalidAttemptsData</
Value>
<
Value>sunIdentityMSISDNNumber</
Value>
<
Value>telephoneNumber</
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>
<
AttributeSchema name="sun-idrepo-ldapv3-config-createuser-attr-mapping" <
AttributeSchema name="sun-idrepo-ldapv3-config-isactive" <
Value>inetuserstatus</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-active" <
AttributeSchema name="sun-idrepo-ldapv3-config-inactive" <
AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-attribute" <
AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-filter" <
Value>(objectclass=groupOfNames)</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-group-container-name" <
AttributeSchema name="sun-idrepo-ldapv3-config-group-container-value" <
AttributeSchema name="sun-idrepo-ldapv3-config-group-objectclass" <
Value>groupofnames</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-group-attributes" <
Value>description</
Value>
<
Value>objectclass</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-memberof" <
AttributeSchema name="sun-idrepo-ldapv3-config-uniquemember" <
AttributeSchema name="sun-idrepo-ldapv3-config-dftgroupmember" <
AttributeSchema name="sun-idrepo-ldapv3-config-people-container-name" <
AttributeSchema name="sun-idrepo-ldapv3-config-people-container-value" <
AttributeSchema name="sun-idrepo-ldapv3-config-authenticatable-type" <
ChoiceValue i18nKey="choiceUSER">User</
ChoiceValue>
<
AttributeSchema name="sun-idrepo-ldapv3-config-auth-naming-attr" <
AttributeSchema name="sun-idrepo-ldapv3-config-psearchbase" <
Value>@NORMALIZED_ORGBASE@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-psearch-filter" <
Value>(objectclass=*)</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-psearch-scope" <
ChoiceValue i18nKey="a2040">SCOPE_BASE</
ChoiceValue>
<
ChoiceValue i18nKey="a2041">SCOPE_ONE</
ChoiceValue>
<
ChoiceValue i18nKey="a2042">SCOPE_SUB</
ChoiceValue>
<
AttributeSchema name="sun-idrepo-ldapv3-config-idletimeout" <
AttributeSchema name="sun-idrepo-ldapv3-config-numretires" <
AttributeSchema name="sun-idrepo-ldapv3-config-errorcodes" <
AttributeSchema name="sun-idrepo-ldapv3-config-cache-enabled" <
AttributeSchema name="sun-idrepo-ldapv3-config-cache-ttl" <
AttributeSchema name="sun-idrepo-ldapv3-config-cache-size" <
AttributeSchema name="sun-idrepo-ldapv3-config-service-attributes" <!-- LDAPv3 plugin for AD --> <
SubSchema name= "LDAPv3ForAD" <
AttributeSchema name="RequiredValueValidator" <!-- 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" validator="RequiredValueValidator" <
AttributeSchema name="sunIdRepoAttributeMapping" <
Value>userPassword=unicodePwd</
Value>
<
AttributeSchema name="sunIdRepoSupportedOperations" validator="validatatorClass for verifying this list against supported list" <!-- 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 <
Value>realm=read,create,edit,delete,service</
Value>
<
Value>user=read,create,edit,delete</
Value>
<
Value>group=read,create,edit,delete</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-ldapv3AD" <!-- 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" validator="RequiredValueValidator" <
Value>@DIRECTORY_SERVER@:@DIRECTORY_PORT@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-authid" <
Value>CN=Administrator,CN=Users,@NORMALIZED_ORGBASE@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-authpw" <
AttributeSchema name="sun-idrepo-ldapv3-config-organization_name" validator="RequiredValueValidator" <
Value>@NORMALIZED_ORGBASE@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-ssl-enabled" <
AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_min_size" <
AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_max_size" <
AttributeSchema name="sun-idrepo-ldapv3-config-max-result" <
AttributeSchema name="sun-idrepo-ldapv3-config-time-limit" <
AttributeSchema name="sun-idrepo-ldapv3-config-referrals" <
AttributeSchema name="sun-idrepo-ldapv3-config-search-scope" <
ChoiceValue i18nKey="a2040">SCOPE_BASE</
ChoiceValue>
<
ChoiceValue i18nKey="a2041">SCOPE_ONE</
ChoiceValue>
<
ChoiceValue i18nKey="a2042">SCOPE_SUB</
ChoiceValue>
<
AttributeSchema name="sun-idrepo-ldapv3-config-users-search-attribute" <
AttributeSchema name="sun-idrepo-ldapv3-config-users-search-filter" <
Value>(objectclass=person)</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-user-objectclass" <
Value>organizationalPerson</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-user-attributes" <
Value>displayName</
Value>
<
Value>distinguishedName</
Value>
<
Value>employeeNumber</
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>objectclass</
Value>
<
Value>objectGUID</
Value>
<
Value>postalAddress</
Value>
<
Value>preferredlanguage</
Value>
<
Value>preferredLocale</
Value>
<
Value>preferredtimezone</
Value>
<
Value>sAMAccountName</
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>
<
AttributeSchema name="sun-idrepo-ldapv3-config-createuser-attr-mapping" <
AttributeSchema name="sun-idrepo-ldapv3-config-isactive" <
Value>userAccountControl</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-active" <
AttributeSchema name="sun-idrepo-ldapv3-config-inactive" <
AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-attribute" <
AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-filter" <
Value>(objectclass=group)</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-group-container-name" <
AttributeSchema name="sun-idrepo-ldapv3-config-group-container-value" <
AttributeSchema name="sun-idrepo-ldapv3-config-group-objectclass" <
AttributeSchema name="sun-idrepo-ldapv3-config-group-attributes" <
Value>distinguishedName</
Value>
<
Value>objectCategory</
Value>
<
Value>objectclass</
Value>
<
Value>sAMAccountName</
Value>
<
Value>sAMAccountType</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-memberof" <
AttributeSchema name="sun-idrepo-ldapv3-config-uniquemember" <
AttributeSchema name="sun-idrepo-ldapv3-config-people-container-name" <
AttributeSchema name="sun-idrepo-ldapv3-config-people-container-value" <
AttributeSchema name="sun-idrepo-ldapv3-config-authenticatable-type" <
ChoiceValue i18nKey="choiceUSER">User</
ChoiceValue>
<
AttributeSchema name="sun-idrepo-ldapv3-config-auth-naming-attr" <
AttributeSchema name="sun-idrepo-ldapv3-config-psearchbase" <
Value>@NORMALIZED_ORGBASE@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-psearch-filter" <
Value>(objectclass=*)</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-psearch-scope" <
ChoiceValue i18nKey="a2040">SCOPE_BASE</
ChoiceValue>
<
ChoiceValue i18nKey="a2041">SCOPE_ONE</
ChoiceValue>
<
ChoiceValue i18nKey="a2042">SCOPE_SUB</
ChoiceValue>
<
AttributeSchema name="sun-idrepo-ldapv3-config-idletimeout" <
AttributeSchema name="sun-idrepo-ldapv3-config-numretires" <
AttributeSchema name="sun-idrepo-ldapv3-config-errorcodes" <
AttributeSchema name="sun-idrepo-ldapv3-config-cache-enabled" <
AttributeSchema name="sun-idrepo-ldapv3-config-cache-ttl" <
AttributeSchema name="sun-idrepo-ldapv3-config-cache-size" <
AttributeSchema name="sun-idrepo-ldapv3-config-service-attributes" <!-- LDAPv3 plugin for ADAM --> <
SubSchema name= "LDAPv3ForADAM" <
AttributeSchema name="RequiredValueValidator" <!-- 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" validator="RequiredValueValidator" <
AttributeSchema name="sunIdRepoAttributeMapping" <
Value>userPassword=unicodePwd</
Value>
<
AttributeSchema name="sunIdRepoSupportedOperations" validator="validatatorClass for verifying this list against supported list" <!-- 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 <
Value>realm=read,create,edit,delete,service</
Value>
<
Value>user=read,create,edit,delete,service</
Value>
<
Value>group=read,create,edit,delete</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-ldapv3ADAM" <
Value>ldapv3ADAM</
Value>
<!-- 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" validator="RequiredValueValidator" <
Value>@DIRECTORY_SERVER@:@DIRECTORY_PORT@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-authid" <
Value>CN=Administrator,CN=Users,@NORMALIZED_ORGBASE@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-authpw" <
AttributeSchema name="sun-idrepo-ldapv3-config-organization_name" validator="RequiredValueValidator" <
Value>@NORMALIZED_ORGBASE@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-ssl-enabled" <
AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_min_size" <
AttributeSchema name="sun-idrepo-ldapv3-config-connection_pool_max_size" <
AttributeSchema name="sun-idrepo-ldapv3-config-max-result" <
AttributeSchema name="sun-idrepo-ldapv3-config-time-limit" <
AttributeSchema name="sun-idrepo-ldapv3-config-referrals" <
AttributeSchema name="sun-idrepo-ldapv3-config-search-scope" <
ChoiceValue i18nKey="a2040">SCOPE_BASE</
ChoiceValue>
<
ChoiceValue i18nKey="a2041">SCOPE_ONE</
ChoiceValue>
<
ChoiceValue i18nKey="a2042">SCOPE_SUB</
ChoiceValue>
<
AttributeSchema name="sun-idrepo-ldapv3-config-users-search-attribute" <
AttributeSchema name="sun-idrepo-ldapv3-config-users-search-filter" <
Value>(objectclass=person)</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-user-objectclass" <
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>sunAMAuthAccountLockout</
Value>
<
Value>sunFederationManagerDataStore</
Value>
<
Value>sunIdentityServerLibertyPPService</
Value>
<
Value>sunFMSAML2NameIdentifier</
Value>
<
Value>forgerock-am-dashboard-service</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-user-attributes" <
Value>displayName</
Value>
<
Value>distinguishedName</
Value>
<
Value>employeeNumber</
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>msDS-UserAccountDisabled</
Value>
<
Value>objectclass</
Value>
<
Value>objectGUID</
Value>
<
Value>postalAddress</
Value>
<
Value>preferredlanguage</
Value>
<
Value>preferredLocale</
Value>
<
Value>preferredtimezone</
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>
<
AttributeSchema name="sun-idrepo-ldapv3-config-createuser-attr-mapping" <
AttributeSchema name="sun-idrepo-ldapv3-config-isactive" <
Value>msDS-UserAccountDisabled</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-active" <
AttributeSchema name="sun-idrepo-ldapv3-config-inactive" <
AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-attribute" <
AttributeSchema name="sun-idrepo-ldapv3-config-groups-search-filter" <
Value>(objectclass=group)</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-group-container-name" <
AttributeSchema name="sun-idrepo-ldapv3-config-group-container-value" <
AttributeSchema name="sun-idrepo-ldapv3-config-group-objectclass" <
AttributeSchema name="sun-idrepo-ldapv3-config-group-attributes" <
Value>distinguishedName</
Value>
<
Value>objectCategory</
Value>
<
Value>objectclass</
Value>
<
Value>sAMAccountName</
Value>
<
Value>sAMAccountType</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-memberof" <
AttributeSchema name="sun-idrepo-ldapv3-config-uniquemember" <
AttributeSchema name="sun-idrepo-ldapv3-config-people-container-name" <
AttributeSchema name="sun-idrepo-ldapv3-config-people-container-value" <
AttributeSchema name="sun-idrepo-ldapv3-config-authenticatable-type" <
ChoiceValue i18nKey="choiceUSER">User</
ChoiceValue>
<
AttributeSchema name="sun-idrepo-ldapv3-config-auth-naming-attr" <
AttributeSchema name="sun-idrepo-ldapv3-config-psearchbase" <
Value>@NORMALIZED_ORGBASE@</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-psearch-filter" <
Value>(objectclass=*)</
Value>
<
AttributeSchema name="sun-idrepo-ldapv3-config-psearch-scope" <
ChoiceValue i18nKey="a2040">SCOPE_BASE</
ChoiceValue>
<
ChoiceValue i18nKey="a2041">SCOPE_ONE</
ChoiceValue>
<
ChoiceValue i18nKey="a2042">SCOPE_SUB</
ChoiceValue>
<
AttributeSchema name="sun-idrepo-ldapv3-config-idletimeout" <
AttributeSchema name="sun-idrepo-ldapv3-config-numretires" <
AttributeSchema name="sun-idrepo-ldapv3-config-errorcodes" <
AttributeSchema name="sun-idrepo-ldapv3-config-cache-enabled" <
AttributeSchema name="sun-idrepo-ldapv3-config-cache-ttl" <
AttributeSchema name="sun-idrepo-ldapv3-config-cache-size" <
AttributeSchema name="sun-idrepo-ldapv3-config-service-attributes" <
AttributeSchema name="RequiredValueValidator" <
AttributeSchema name="sunIdRepoClass" validator="RequiredValueValidator" <
AttributeSchema name="sunFilesIdRepoDirectory" validator="RequiredValueValidator" <
AttributeSchema name="sunFilesMonitorForChanges" <
AttributeSchema name="sunFilesMonitoringTime" <
AttributeSchema name="sunFilesObjectClasses" <
Value>inetorgperson</
Value>
<
Value>organizationalperson</
Value>
<
AttributeSchema name="sunFilesPasswordAttr" <
Value>userPassword</
Value>
<
AttributeSchema name="sunFilesStatusAttr" <
Value>inetUserStatus</
Value>
<
AttributeSchema name="sunFilesHashAttrs" <
Value>userPassword</
Value>
<
AttributeSchema name="sunFilesEncryptAttrs" <
SubSchema name="Database" <
AttributeSchema name="RequiredValueValidator" <!-- 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" validator="RequiredValueValidator" <
AttributeSchema name="sunIdRepoAttributeMapping" <
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>
<
AttributeSchema name="sun-opensso-database-sunIdRepoSupportedOperations" validator="validatatorClass for verifying this list against supported list" <!-- 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 <!-- 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>
<
AttributeSchema name="sun-opensso-database-dao-class-name" validator="RequiredValueValidator" <
AttributeSchema name="sun-opensso-database-dao-JDBCConnectionType" <
ChoiceValue i18nKey="a4018choiceJNDI">JNDI</
ChoiceValue>
<
ChoiceValue i18nKey="a4018choiceURL">JDBC</
ChoiceValue>
<
AttributeSchema name="sun-opensso-database-DataSourceJndiName" validator="RequiredValueValidator" <
AttributeSchema name="sun-opensso-database-JDBCDriver" <
AttributeSchema name="sun-opensso-database-JDBCUrl" <
Value>jdbc:mysql://127.0.0.1:
3306/
test</
Value>
<
AttributeSchema name="sun-opensso-database-JDBCDbuser" i18nKey="a4022JdbcUserName">
<
AttributeSchema name="sun-opensso-database-JDBCDbpassword" i18nKey="a4022JdbcPassword" />
<
AttributeSchema name="sun-opensso-database-UserTableName" validator="RequiredValueValidator" <
Value>opensso_users</
Value>
<
AttributeSchema name="sun-opensso-database-UserAttrs" validator="RequiredValueValidator" <
Value>userpassword</
Value>
<
Value>ChangePassword</
Value>
<
Value>employeenumber</
Value>
<
Value>telephonenumber</
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>
<
AttributeSchema name="sun-opensso-database-UserPasswordAttr" validator="RequiredValueValidator" <
Value>userpassword</
Value>
<
AttributeSchema name="sun-opensso-database-UserIDAttr" validator="RequiredValueValidator" <
AttributeSchema name="sun-opensso-database-UserStatusAttr" validator="RequiredValueValidator" <
Value>inetuserstatus</
Value>
<
AttributeSchema name="sun-opensso-database-activeValue" validator="RequiredValueValidator" <
AttributeSchema name="sun-opensso-database-inactiveValue" validator="RequiredValueValidator" <
AttributeSchema name="sun-opensso-database-config-max-result" <
AttributeSchema name="sun-opensso-database-config-users-search-attribute" <
AttributeSchema name="sun-opensso-database-MembershipTableName" <
AttributeSchema name="sun-opensso-database-MembershipIDAttr" validator="RequiredValueValidator" <
Value>group_name</
Value>
<
AttributeSchema name="sun-opensso-database-membership-search-attribute" <
OrganizationAttributeSchema>
<
AttributeSchema name="sunOrganizationStatus" <
ChoiceValue i18nKey="choiceActive">Active</
ChoiceValue>
<
ChoiceValue i18nKey="choiceInactive">Inactive</
ChoiceValue>
<
AttributeSchema name="sunOrganizationAliases" </
OrganizationAttributeSchema>
<
SubConfiguration name="user" id="SupportedIdentities" >
<
AttributeValuePair> <
Attribute name="servicename" />
<
Value>iPlanetAMUserService</
Value>
<
AttributeValuePair> <
Attribute name="canBeMemberOf" />
<
Value>filteredrole</
Value>
<
SubConfiguration name="role" id="SupportedIdentities" >
<
AttributeValuePair> <
Attribute name="canHaveMembers" />
<
AttributeValuePair> <
Attribute name="canAddMembers" />
<
SubConfiguration name="group" id="SupportedIdentities" >
<
AttributeValuePair> <
Attribute name="canHaveMembers" />
<
AttributeValuePair> <
Attribute name="canAddMembers" />
<
SubConfiguration name="agent" id="SupportedIdentities" >
<
AttributeValuePair> <
Attribute name="servicename" />
<
Value>sunIdentityAgentService</
Value>
<
AttributeValuePair> <
Attribute name="canBeMemberOf" />
<
Value>agentgroup</
Value>
<
SubConfiguration name="agentonly" id="SupportedIdentities" >
<
AttributeValuePair> <
Attribute name="servicename" />
<
Value>AgentService</
Value>
<
SubConfiguration name="agentgroup" id="SupportedIdentities" >
<
AttributeValuePair> <
Attribute name="servicename" />
<
Value>AgentService</
Value>
<
AttributeValuePair> <
Attribute name="canHaveMembers" />
<
AttributeValuePair> <
Attribute name="canAddMembers" />
<
SubConfiguration name="filteredrole" id="SupportedIdentities" >
<
AttributeValuePair> <
Attribute name="servicename" />
<
Value>sunIdentityFilteredRoleService</
Value>
<
AttributeValuePair> <
Attribute name="canHaveMembers" />
<
SubConfiguration name="realm" id="SupportedIdentities" >
<
SubConfiguration name="users" id="users">
<
SubConfiguration name="amAdmin" <
Attribute name="userPassword" />
<
Value>@HASHADMINPASSWD@</
Value>
<
Attribute name="inetUserStatus" />
<
Value>@USER_NAMING_ATTR@=amAdmin,ou=people,</
Value>
<
Attribute name="givenName" />
<
Attribute name="employeeNumber" />
<
Attribute name="iplanet-am-user-alias-list" />
<
Attribute name="iplanet-am-user-success-url" />
<
Attribute name="iplanet-am-user-failure-url" />
<
Attribute name="mail" />
<
Attribute name="postalAddress" />
<
Attribute name="sunIdentityMSISDNNumber" />
<
Attribute name="telephoneNumber" />
<
Attribute name="roles" />
<
Value>Top-level Admin Role</
Value>
<
SubConfiguration name="dsameuser" <
Attribute name="userPassword" />
<
Value>@HASHADMINPASSWD@</
Value>
<
Attribute name="inetUserStatus" />
<
Value>cn=dsameuser,ou=DSAME Users,</
Value>
<
SubConfiguration name="anonymous" <
Attribute name="userPassword" />
<
Value>CpL6syMBNMym6t2YmDJbmyrmeZg=</
Value>
<
Value>@USER_NAMING_ATTR@=anonymous,ou=people,</
Value>
<
Attribute name="givenName" />
<
Attribute name="employeeNumber" />
<
Attribute name="iplanet-am-user-alias-list" />
<
Attribute name="iplanet-am-user-success-url" />
<
Attribute name="iplanet-am-user-failure-url" />
<
Attribute name="mail" />
<
Attribute name="postalAddress" />
<
Attribute name="sunIdentityMSISDNNumber" />
<
Attribute name="telephoneNumber" />
<
SubConfiguration name="amldapuser" <
Attribute name="userPassword" />
<
Value>@HASHLDAPUSERPASSWD@</
Value>
<
Value>cn=amldapuser,ou=DSAME Users,</
Value>
<
SubConfiguration name="amService-URLAccessAgent" <
Attribute name="userPassword" />
<
Value>@HASHLDAPUSERPASSWD@</
Value>
<
Value>cn=amService-URLAccessAgent,ou=DSAME Users,</
Value>