Link to home
Start Free TrialLog in
Avatar of markpalinux
markpalinuxFlag for United States of America

asked on

dsacls - changed inheriting permissions from the parent on user object

I am trying to use the command line to reset permissions on some user objects that have the - inheriting  permissions disabled.
output from dsacls for a user shows - {This object is protected from inheriting permissions from the parent}

I have tried
dsacls "cn=user,dc=domain,dc=name" /p:n

 and I get an error

Parameter /p:n was unexpected.
The parameter is incorrect.

from the GUI I can reset the permissions without an issue. Does anyone have any examples of how I can do this.

Thanks,
Mark
ASKER CERTIFIED SOLUTION
Avatar of MSE-dwells
MSE-dwells
Flag of Yemen image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of markpalinux

ASKER



That worked, I thought I tried that.

ok - 500 points.

Thanks,
Mark