Wednesday, March 06, 2013

Configuring LiveCycle to use AD

We recently stood up a LiveCycle ES3 instance and had to tie it to a new Active Directory installation on Windows Server 2008 R2.  The following are the settings that we use to configure the users and groups.

Directory Users
---------------------------------------
Unique Identifier: objectGUID
Base DN: DC=something,DC=ext
Search Filter: (&(objectcategory=user))
Description: description
Full Name: displayName
Login ID: sAMAccountName
Last Name: sn
Given Name: givenName
Initials: initials
Business Calendar: l
Modify Timestamp: modifyTimeStamp
Organization: company
Primary Email: mail
Secondary Email: proxyAddress
Telephone: telephoneNumber

Directory Groups
---------------------------------------
Unique Identifier: objectGUID
Base DN: DC=something,DC=ext
Search Filter: (objectcategory=group)
Description: description
Full Name: cn
Member DN: member
Member Unique Identifier: objectguid
Organization: company
Primary Email: mail
Secondary Email: proxyAddresses
Modify Timestamp: modifyTimeStamp

The following are some relavent links:

No comments:

Post a Comment