LDAP: managing exchange features using protocolsettings attribute

LDAP: managing exchange features using protocolsettings attribute

Door: Arnout van der Vorst

Active Directory stores the contents of the “Exchange features” tab in various attributes. The protocol settings for Outlook Web Access, POP3 and IMAP4 are stored in the attribute “protocolSettings” (multi-valued). If you leave everything to default, this attribute is not populated for new user accounts. If you change a setting this attribute will get a value. The possible values are:

  • HTTP§0§1§§§§§§
  • POP3§0§1§4§ISO-8859-1§0§§§
  • IMAP4§0§1§4§ISO-8859-1§0§1§0§0

The first number value after the § determines if the protocol is enabled. In the above listing, all protocols are listed with number 0 as first value, so they all are disabled. To enable, replace the 0 with a 1, leaving the rest of the string untouched. The other values on the “Exchange features” can be modified as well using the msExchOmaAdminWirelessEnable attribute. The value for this attribute changes all 3 settings:

  • 0: All enabled
  • 1: OMA = Yes, UIS = Yes, UtdN = No
  • 2: OMA = No, UIS = Yes, UtdN = Yes
  • 3: OMA = No, UIS = Yes, UtdN = No
  • 4: OMA = Yes, UIS = No, UtdN = Yes
  • 5: OMA = Yes, UIS = No, UtdN = No
  • 6: OMA = No, UIS = No, UtdN = Yes
  • 7: All disabled

On Exchange 2007, use the PowerShell cmd-let “Set-CASMailbox”, for instance:

  • Set-CASMailbox “CN=user,OU=accounts,DC=tools4ever,DC=local” PopEnabled $true
  • Set-CASMailbox “CN=user,OU=accounts,DC=tools4ever,DC=local” ImapEnabled $false
Arnout van der Vorst

Geschreven door:
Arnout van der Vorst

Maak kennis met Arnout van der Vorst, de inspirerende Identity Management Architect bij Tools4ever sinds het jaar 2000. Na zijn studie Hogere Informatica aan de Hogeschool van Utrecht is hij begonnen als Supportmedewerker bij Tools4ever. Daarna heeft Arnout zich opgewerkt tot een sleutelfiguur in het bedrijf.  Zijn bijdragen strekken zich uit van klantondersteuning tot strategische pre-sales activiteiten, en hij deelt zijn kennis via webinars en artikelen.

Anderen bekeken ook

SAP koppeling met Active Directory

SAP koppeling met Active Directory

06 september 2012

Single Sign On met terminal emulatie (VAX64, AS/400, Linux, SSH)

Single Sign On met terminal emulatie (VAX64, AS/400, Linux, SSH)

14 oktober 2010

De vooroordelen van Single Sign On

De vooroordelen van Single Sign On

29 november 2011

User- en toegangsbeheer in cloud applicaties: een uitdaging

User- en toegangsbeheer in cloud applicaties: een uitdaging

04 september 2012

RBAC: sleutelrol, beheer en evolutie

RBAC: sleutelrol, beheer en evolutie

15 maart 2011