Question : Problem: dsacls

Hey,

Im having the usal issue with a Blackberry and the adminsdholder revoking permissions every hour.

Im trying to use the

dsacls cn=AdminSDHolder,cn=System,dc=domain,dc=com /G "mydomain\Besadmin:CA;Send As"

but am getting a "more data available could not finish"

my domain name in its fqdn ends in a .org.uk so this is what im typing:

>dsacls cn=AdminSDHolder,cn=System,dc=mydomainname,dc=org.uk /G "mydomainname\Besadmin:CA;Send As"

what am i doing wrong?!?

Answer : Problem: dsacls


It should be:

dsacls cn=AdminSDHolder,cn=System,dc=mydomainname,dc=org,dc=uk /G "mydomainname\Besadmin:CA;Send As"

The "domain components" are always split on the period (.), so domain.org.uk will be dc=domain,dc=org,dc=uk.

Chris
Random Solutions  
 
programming4us programming4us