idRepoS1DS.xml revision 597f05fe6c5f9c5b48ee85ea72f7af5cfc8ae83e
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright (c) 2008 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: idRepoS1DS.xml,v 1.5 2008/07/07 19:48:30 kenwho Exp $
Portions Copyrighted 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">
<Configuration>
<OrganizationConfiguration name="@SM_CONFIG_ROOT_SUFFIX@">
<SubConfiguration name="Sun DS with AM schema" id="LDAPv3ForAMDS">
<AttributeValuePair>
<Attribute name="sun-idrepo-ldapv3-config-ldap-server"/>
<Value>@UM_DIRECTORY_SERVER@:@UM_DIRECTORY_PORT@</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sun-idrepo-ldapv3-config-authid"/>
<Value>@UM_DS_DIRMGRDN@</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sun-idrepo-ldapv3-config-authpw"/>
<Value>@UM_DS_DIRMGRPASSWD@</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sun-idrepo-ldapv3-config-organization_name"/>
<Value>@UM_CONFIG_ROOT_SUFFIX@</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sun-idrepo-ldapv3-config-connection-mode"/>
<Value>@LDAP_CONNECTION_MODE@</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sunIdRepoSupportedOperations"/>
<Value>realm=read,create,edit,delete,service</Value>
<Value>user=read,create,edit,delete,service</Value>
<Value>role=read,create,edit,delete</Value>
<Value>filteredrole=read,create,edit,delete</Value>
<Value>group=read,create,edit,delete</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sun-idrepo-ldapv3-config-search-scope"/>
<Value>SCOPE_SUB</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sun-idrepo-ldapv3-config-users-search-attribute"/>
<Value>uid</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sun-idrepo-ldapv3-config-group-objectclass"/>
<Value>groupofuniquenames</Value>
<Value>iplanet-am-managed-static-group</Value>
<Value>iplanet-am-managed-group</Value>
<Value>top</Value>
<Value>groupofurls</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sun-idrepo-ldapv3-config-group-attributes"/>
<Value>cn</Value>
<Value>dn</Value>
<Value>iplanet-am-group-subscribable</Value>
<Value>objectClass</Value>
<Value>uniqueMember</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sun-idrepo-ldapv3-config-auth-naming-attr"/>
<Value>uid</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sun-idrepo-ldapv3-config-psearchbase"/>
<Value>@UM_CONFIG_ROOT_SUFFIX@</Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sun-idrepo-ldapv3-config-people-container-name"/>
<Value></Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sun-idrepo-ldapv3-config-people-container-value"/>
<Value></Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sun-idrepo-ldapv3-config-group-container-name"/>
<Value></Value>
</AttributeValuePair>
<AttributeValuePair>
<Attribute name="sun-idrepo-ldapv3-config-group-container-value"/>
<Value></Value>
</AttributeValuePair>
</SubConfiguration>
</OrganizationConfiguration>
</Configuration>
</Service>
</ServicesConfiguration>