Update\Change LDAP Settings - Entourage

manselmo77
New Contributor

Hi - I was wondering if anyone has found a way to change the LDAP settings (host name) in both Entourage 2004 & 2007 through automation? The updated res kit that is released has a script for entourage setup however it focuses on setting up the profile as a whole. Any assistance or feedback is appreciated! Thanks!

1 REPLY 1

talkingmoose
Moderator
Moderator

You can set this using AppleScript:
On 9/28/09 11:17 AM, "Anselmo, Michael A." <MAnselmo at Limitedbrands.com> wrote:

tell application "Microsoft Entourage" set LDAP server of Exchange account 1 to "ldap.example.com" end tell

or using a shell script:

osascript -e 'tell application "Microsoft Entourage" to set LDAP server
of Exchange account 1 to "ldap.example.com"'

--

William Smith
Technical Analyst
Merrill Communications LLC
(651) 632-1492