|
Posted by Roger Abell [MVP] on February 4, 2006, 12:17 pm
Please log in for more thread options
> Were you not able to simple grant the regular user the necessary allow
> permissions with delegation which simply is an interface to AD object
> permissions? That would be better than giving a user membership in a
> privileged group and trying to restrict him. Even with what you have done
> now that user will definitely be able to create and delete and manage
> computer accounts [enable/disable delegation, move them, etc] if that is a
> concern and may still be able to create and delete non privileged users
> and groups. I try to avoid deny permissions as explicit allow permissions
> override inherited deny permissions which sometimes causes unexpected
> problems. --- Steve
>
> . . . avoid deny permissions as explicit allow permissions override
> inherited deny permissions which sometimes causes unexpected problems.
understated !! :) (although quite clear)
I fully agree, poster would likely be far better off if they defined a
custom
group and used positive delegation, of write for only the desired User
object attributes, to that custom group.
>
>> Figured I'd post the solution in case it may help someone else...
>>
>> First I added the "assistant" to the "Account Operators" group. This
>> gave
>> more rights than necessary, so we needed to 'deny" the extra stuff.
>>
>> Drilling into the Advanced security properties (make sure you turn on
>> "View
>> Advanced Features"!) and clicking "Add", after adding the account (or
>> group)
>> in question, change the "Apply Onto" dropdown to "User Objects" and add
>> the
>> "Deny" permission for:
>>
>> Change Password
>> Modify Permissions
>> Receive As
>> Reset Password
>> Send As
>>
>> Write Group Membership
>> Write PwdLastSet (80%)
>> Write x500uniqueidentifier (99)
>> Write userpkcs12 (95)
>> Write usercertificate
>> write security protocol (90)
>> write msdrm-identity certificate
>> write attributecertificateattribute
>> write attirbutecertificate
>> write accountexpires
>>
>> This allows them to edit the address, phone, organization, etc. without
>> allowing password, group, or other "security-related" changes.
>>
>> Hope this helps someone...
>>
>> DD
>>
>
>
|