The following information can help you work around the
problem in which Exchange Server 5.5 mailboxes appear as "CUSTOM" for the user
in the Exchange Server 5.5 Administrator program. The workaround relies on the
fact that the SELF access control entries (ACEs) should be present on the user
object when the user object is replicated to Active Directory by the Active
Directory Connector (ADC).
You can use the Dsacls.exe utility to add
the entries that are being stripped off the user objects. To do this, change
the AdminSDHolder permissions. Then, add the entries that you want. Because all
the entries use the security principal SELF, this workaround should not
introduce any security problems.
Note You must run the Dsacls.exe utility one time to add the one
access control entry that is missing from the AdminSDHolder security
descriptor. For example, if you want to add six different entries, you may run
the Dsacls.exe utility six times.
The following workaround changes the
AdminSDHolder object. Then, the AdminSDHolder object is propagated to each user
account that is a member of a protected group. Follow these steps:
- Install the Microsoft Windows 2000 Support Tools from the
Windows 2000 CD. These tools include the Dsacls.exe utility. You can use the
Dsacls.exe utility to view, modify, or remove ACEs on objects in Active
Directory.
- Create a batch file that contains the following code.
dsacls "cn=adminsdholder,cn=system,dc=mydomain,dc=com" /G "\SELF:CA;Send As"
dsacls "cn=adminsdholder,cn=system,dc=<mydomain>,dc=com" /G "\SELF:CA;Receive As"
dsacls "cn=adminsdholder,cn=system,dc=<mydomain>,dc=com" /G "\SELF:CA;Change Password"
dsacls "cn=adminsdholder,cn=system,dc=<mydomain>,dc=com" /G "\SELF:RPWP;Personal Information"
dsacls "cn=adminsdholder,cn=system,dc=<mydomain>,dc=com" /G "\SELF:RPWP;Phone and Mail Options"
dsacls "cn=adminsdholder,cn=system,dc=<mydomain>,dc=com" /G "\SELF:RPWP;Web Information"
Note Replace "dc=<mydomain>,dc=com" with the distinguished name
of your domain. - Wait for an hour so that Active Directory has time to
rewrite the security descriptor of all the user accounts that are members of
any propagated groups.
- After the ADC replicates the changes, all users appear as
"user" instead of as "CUSTOM."
You might apply security update 916803, security update 912442,
or the daylight saving time update for Exchange Server that is described in the
following article in the Microsoft Knowledge Base:
926666 Update for daylight saving time changes in 2007 for Exchange 2003 Service Pack 2
If you do this, you must prevent the AdminSDHolder
from overwriting permissions that are granted to a BlackBerry Services account
on protected groups. To do this, create a batch file that contains the
following code:
dsacls "cn=adminsdholder,cn=system,dc=mydomain,dc=com" /G "\SELF:CA;Send As"
dsacls "cn=adminsdholder,cn=system,dc=<mydomain>,dc=com" /G "\SELF:CA;Receive As"
dsacls "cn=adminsdholder,cn=system,dc=<mydomain>,dc=com" /G "\SELF:CA;Change Password"
dsacls "cn=adminsdholder,cn=system,dc=<mydomain>,dc=com" /G "\SELF:RPWP;Personal Information"
dsacls "cn=adminsdholder,cn=system,dc=<mydomain>,dc=com" /G "\SELF:RPWP;Phone and Mail Options"
dsacls "cn=adminsdholder,cn=system,dc=<mydomain>,dc=com" /G "\SELF:RPWP;Web Information"
dsacls "cn=adminsdholder,cn=system,dc=mydomain,dc=com" /G "\BlackBerrySA:CA;Send As"
Note In this batch file,
BlackBerrySA is a
placeholder for name of the BlackBerry Service account. If you have accounts in
multiple domains, you can also specify the domain in the command line by using the
following format:
Domain\BlackberrySA.
Alternatively,
we recommend that you do not use accounts that are members of protected groups
for e-mail purposes. If you must have the rights that are given to a protected
group, we recommend that you have two Active Directory user accounts. These
Active Directory accounts include one user account that is added to a protected
group, and one user account that is used for e-mail purposes and at all other
times.