LDAP Directory Services and Entourage

G

Gene Russell

Hello! I have a question regarding how the Entourage LDAP Directory
Services 'maps' to attributes in an LDAP server, in this case ADAM.

I have an ADAM directory with entries with the following attributes:

givenName, initials, name, mail, l, telephoneNumber, title, cn, and company,
displayName

I have my Directory Services in Entourage configured and working properly to
access this LDAP server. My question is, I want to include more data in
LDAP to be displayed when you open the 'ldap contact record'. What I do not
know, is the mapping of attributes in that contact record and attributes in
ADAM.

For example, l(locality) in ADAM is displayed in the 'City' field in the
'Work tab' for the contact. title in ADAM is displayed as 'Job Title'.
Company = Company, telephoneNumber = Work Phone, and mail = E-mail Address.

I also see Custom 1 - Custom 8 displayed on the various tabs as well.

So what I am looking for is a list of attributes found in a contact from the
Entourage Directory Services Tool, and how they would map over into the ADAM
LDAP directory.

Thanks for any help!

Gene
 
T

technology

Gene,
I have Entourage Directory (and Apple Address Book) being populated via
our Apple LDAP server.
The mapping I've used are as follows:
LDAP Attribute Entourage 2004 Apple Address Book
sn Name Name
mail eMail Address Work email
o Company Company
ou Department
title Job Title Job Title
homePhone Home Home
telephoneNumber Work Work
mobile Mobile Mobile
jpegPhoto x Photo
?? Photo

Notes:
The jpegPhoto attribute is base64 encoded, I believe you can also use a
filepath to the jpeg images but I have not tested this.
objectClasses used: top, person, organization, inetOrgPerson

So the one oustanding issue I have is populating the photo in Entourage
- interested to know if anyone else has achieved this? I've had no joy
thru Microsoft support!

Cheers,
Gary
 
N

Nathan Herring [MSFT]

Hello! I have a question regarding how the Entourage LDAP Directory
Services 'maps' to attributes in an LDAP server, in this case ADAM.

I have an ADAM directory with entries with the following attributes:

givenName, initials, name, mail, l, telephoneNumber, title, cn, and company,
displayName

I have my Directory Services in Entourage configured and working properly to
access this LDAP server. My question is, I want to include more data in
LDAP to be displayed when you open the 'ldap contact record'. What I do not
know, is the mapping of attributes in that contact record and attributes in
ADAM.

For example, l(locality) in ADAM is displayed in the 'City' field in the
'Work tab' for the contact. title in ADAM is displayed as 'Job Title'.
Company = Company, telephoneNumber = Work Phone, and mail = E-mail Address.

I also see Custom 1 - Custom 8 displayed on the various tabs as well.

So what I am looking for is a list of attributes found in a contact from the
Entourage Directory Services Tool, and how they would map over into the ADAM
LDAP directory.

Thanks for any help!

Gene

In 11.1.x and below (listed by Entourage field, in order of preference from
LDAP attributes):
Last Name: display_name, cn, commonname, sn, surname (the first three we
try to parse)
E-mail: mail, othermailbox, rfc822mailbox
First Name: givenname
Work state: st
Work country: c, co
Work company: o, organizationname, company
Work department: ou, organizationalunitname, department
Home web page: url
Home phone: homephone
Work fax: facsimiletelephonenumber, officefax
Personal cell: mobilephone
Pager: officepager, pager
Work title: title
Work phone: telephoneNumber
Work city: l
Home street: homepostaladdress
Work street: postalAddress, streetAddress, street
Notes: comment
Work zip: postalcode

In Entourage 2004, we also retrieve S/MIME certificates from
usersmimecertificate and usercertificate.

This is a static mapping, and not user editable. It may, however, change
from version to version.

The rest of the UI is the same as the regular contact UI but the fields
won't be filled in.

-nh
 
N

Nathan Herring [MSFT]

Gene,
I have Entourage Directory (and Apple Address Book) being populated via
our Apple LDAP server.
The mapping I've used are as follows:
LDAP Attribute Entourage 2004 Apple Address Book
sn Name Name
mail eMail Address Work email
o Company Company
ou Department
title Job Title Job Title
homePhone Home Home
telephoneNumber Work Work
mobile Mobile Mobile
jpegPhoto x Photo
?? Photo

Notes:
The jpegPhoto attribute is base64 encoded, I believe you can also use a
filepath to the jpeg images but I have not tested this.
objectClasses used: top, person, organization, inetOrgPerson

So the one oustanding issue I have is populating the photo in Entourage
- interested to know if anyone else has achieved this? I've had no joy
thru Microsoft support!

Cheers,
Gary

This is not supported; we do not read jpegPhoto attribute values. I'll pass
it along to PGM as a feature request.

-nh
 
C

Chris Ridd

It should not be. The LDAP syntax used by the jpegPhoto attribute requires
the binary content of the JPEG file are used without any encoding.

It may get encoded using base64 when saving to LDIF, but that's a feature of
LDIF and not LDAP.

Cheers,

Chris
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top