Express (Distributed operating systems), v8.0 > Secure applications and their environment > Authenticate users > Select a registry or repository > Manage realms in a federated repository > Virtual member manager > Troubleshoot and Support > Support issues and limitations > LDAP repository issues


Attribute configuration

We can customize the attribute configuration to use LDAP attributes other than the default attributes.

For example, virtual member manager uses the LDAP attribute, mail, as the users' email address by default.

To use a different attribute for your external mail address, configure the attribute mapping according to your requirement.

The default attribute mapping is the same name as the default property name defined in virtual member manager, as shown in this example:

<config:attributes name=“mail" propertyName="mail">
<config:entityTypes>PersonAccount
</config:entityTypes>
</config:attributes>

We can modify it to use the other LDAP attributes, as shown in italic in this example.

<config:attributes name="attribute_in_ldap" propertyName="mail">
<config:entityTypes>PersonAccount
</config:entityTypes>
</config:attributes>

Use the addIdMgrLDAPAttr wsadmin command to map an LDAP attribute to a virtual member manager property. For more information, read about the IdMgrRepositoryConfig command group in the WAS information center.

Parent topic: LDAP repository issues



+

Search Tips   |   Advanced Search