XFOR: Changing the Display Name of Notes Users in Exchange GALID: Q183275
|
It is possible to modify the display name of Lotus Notes users as they
appear in the Exchange Server Global Address List (GAL). Also, you can have
Exchange Server users displayed differently in the Lotus Notes Address Book
(NAB).
This article explains how to get Lotus Notes users to be displayed in
<LastName, FirstName> format in Exchange Server. Similarly, steps may be
taken to make display name changes when Exchange Server users are
propagated into Lotus Notes. However, it is not recommended that the
default mapping from Exchange Server to Lotus Notes be changed.
By default, in Exchange Server, Lotus Notes users are displayed in
<FirstName LastName> format. Exchange Server users are displayed in
<FirstName LastName> format.
In Lotus Notes, Notes users are displayed in <LastName, FirstName> format.
Exchange Server users are displayed in <LastName, FirstName> format.
One of the following files is usually involved:
Alias = ISEQUAL( ShortName, "", SUBSTR( FullName, 1, 64 ), ShortName )
FullName = X500( FullName, "CN" )
TA = "NOTES:" Strip( FullName, ";", "L", "R" ) "@" MailDomain
DN = UNID
FirstName = FirstName
LastName = LastName
Company=Company
Department = Department
Office = Location
Initials = Initials
Alias = ISEQUAL( ShortName, "", SUBSTR( FullName, 1, 64 ), ShortName )
;Default rule:
;FullName = X500( FullName, "CN" )
;Changed rule. This rule changes the display name of Notes users to
;appear as <LastName, FirstName> in the Exchange Server GAL. It
;preserves the Display name of Notes Groups.
FullName = ISEQUAL( ShortName, "", X500( FullName, "CN" ), X500(
LastName
", " FirstName, "CN" ))
TA = "NOTES:" Strip( FullName, ";", "L", "R" ) "@" MailDomain
DN = UNID
FirstName = FirstName
LastName = LastName
Company = Company
Department = Department
Office = Location
Initials = Initials
Q180517 XFOR: Customizing Dirsync Between Exchange and Notes
Additional query words: Mapping Rules Display Names Firstname Lastname Groups Dir Sync
Keywords :
Version : WINDOWS:5.5
Platform : WINDOWS
Issue type : kbhowto
Last Reviewed: April 2, 1999