IBM BS029ML - WebSphere Portal Server Self Help Manual page 132

Self help guide
Table of Contents

Advertisement

wmmLDAPServerAttributes.xml
This file maps the WMM attribute reference names to the actual attribute names in LDAP
server. The WMM attribute name is like a logical name and used in the calls to WMM. They
can be different from the ones used in the LDAP server. The typical entry is like the one
shown in Example 4-9.
Example 4-9 WMM attribute map in wmmLDAPServerAttributes.xml
<attributeMap wmmAttributeName="uid"
applicableMemberTypes="Person"
pluginAttributeName="samAccountName"
dataType="String"
valueLength="32"
multiValued="false"/>
In this example, attribute uid is mapped to samAccountName in Microsoft Active Directory.
This attribute is applicable for member type "Person" only. pluginAttributeName specifies the
real attribute name in the LDAP server, in this case, Microsoft Active Directory.
wmmur.xml
With realm support, this file defines all realms used in Portal. The content of this file is not
populated by any of the configuration tasks (enable-security-wmmur-ldap,
enable-security-wmmur-db, or enable-security-wmmur-custom). It must be set up manually by
the Portal administrator after the security is configured. An example of this file is shown in
Example 4-10.
Example 4-10 A sample wmmur.xml
<?xml version="1.0" encoding="UTF-8"?>
<wmmur>
realms>
<realm id="portal" delimiter="@" default="true">
/realm>
realm id="internet" delimiter="@" default="false">
/realm>
<realm id="intranet" delimiter="@" default="false">
/realm>
/realms>
</wmmur>
Only one default realm is allowed. Make sure you have only one set to true.
118
IBM WebSphere Portal V6 Self Help Guide
node wmmnode="ou=dept,o=acme.com"/>
node wmmnode="ou=people,ou=dept,o=acme.com" defaultParent="Person"/>
node wmmnode="ou=groups,ou=dept,o=acme.com" defaultParent="Group"/>
node wmmnode="uid=wpsadmin,ou=people,ou=dept,o=acme.com"/>
node wmmnode="dc=loc1,dc=abc,dc=com"/>
<node wmmnode="cn=users,dc=internet,dc=abc,dc=com"
defaultParent="Person"/>
node wmmnode="cn=groups,dc=internet,dc=abc,dc=com"
defaultParent="Group"/>
node wmmnode="uid=wpsadmin,ou=people,ou=dept,o=acme.com"/>
node wmmnode="dc=loc2,dc=abc,dc=com"/>
node wmmnode="cn=users,dc=intranet,dc=abc,dc=com"
defaultParent="Person"/>
node wmmnode="cn=groups,dc=intranet,dc=abc,dccom" defaultParent="Group"/>

Advertisement

Table of Contents
loading

This manual is also suitable for:

Websphere portal v6

Table of Contents