View Single Post
  #4 (permalink)  
Old 01-31-2009, 01:44 AM
hdawg's Avatar
hdawg hdawg is offline
Proprietor
 
Join Date: Nov 2008
Posts: 2,237
Blog Entries: 147
Default

Quote:
Originally Posted by dmonty View Post
Glad I found this forum! It has been very helpful. One question I had. Is there a way that a domain admin can take advantage of a BES account? I tried adding my domain admin account and I couldn't send emails, etc.
The only way a Domain Admin can take advantage of a BES account is if you use the dsacls command to modify permissions of the directory ... such as:

dsacls "cn=adminsdholder,cn=system,dc=domain,dc=com " /G "DOMAINNAME\BESadmin:CA;Send As"

That said, I'd recommend you not do this and instead read AdminSDHolder - or where did my permissions go? ... and then abide by the principle of least priviledge.

Domain Admins are administrative accounts ... not user accounts. They should be secured and used only when needed.
__________________
http://blog.port3101.org/hdawg/

The views expressed by me on Port3101 and its affiliated sites are my own and do not necessarily reflect the views of my employer.
Reply With Quote