The /atg/userprofiling/ProfileUserDirectoryProperties component maps user directory property names to repository property names. Configuring this component for use with LDAP involves adding to the default definitions, as shown in the example below:

$class=atg.userdirectory.repository.ldap.LDAPRepositoryUserDirectoryProperties

organizationLinkPropertyName=ldapOrganization
LDAPOrganizationEntryIdPropertyName=entryId
LDAPOrganizationParentIdPropertyName=parentId

userLinkPropertyName=ldapUser
LDAPUserEntryIdPropertyName=entryId
LDAPUserParentIdPropertyName=parentId

Set the properties for this component as follows.

Property

Description

organizationLinkPropertyName

The name of the link property in the SQL repository organization item descriptor.

LDAPOrganizationEntryIdPropertyName

The name of the property in the LDAP organization item descriptor that serves as an item’s entryid.

LDAPOrganizationParentIdPropertyName

The name of the property in the LDAP organization item descriptor that serves as an item’s parentid.

userLinkPropertyName

The name of the link property in the user item descriptor.

LDAPUserEntryIdPropertyName

The name of the property in the LDAP user item descriptor that serves as a user’s entryid.

LDAPUserParentIdPropertyName

The name of the property in the user item descriptor that serves as a user’s parentid.


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved. Legal Notices