Deny UserAccontControll - account disable??

  • Thread starter Thread starter Michal Chmielwski
  • Start date Start date
M

Michal Chmielwski

Hi
I have one problem. I delegated to helpdesk people rights:
Full Controll - User Objects
Deny - UserAccountControll attribute

Why if helpdesk with those rights create new user account is disable?


Have a nice day,
Michal
 
Because when you have a password policy the default creation of userids is as disabled, that is how the system works.

Also note that if you give them full control any time they want to they can go back and change the ACL and give
themselves the ability to modify the userAccountControl. Right now you simply have security by obscurity.
 
Hi Joe
I created two group with rights:
1) USR-C group with rights:
.. Create, modify and delete user accounts (task: create, delete, and manage
user account)
.. Set rights via ADSI Edit - deny write userAccountControl in User objects
.. Remove rights - Modify Permissions and Modify Owner
2) USR-F group with rights:
.. Create, modify and delete user accounts (task: create, delete, and manage
user account)
.. Remove rights - Modify Permissions and Modify Owner
So USR-F and USR-C couldn't change permission in AD :-)

Both groups may create user in AD but:
- if people with rights USR-C create new user account is disable and
couldn't enable because deny rights on userAccountControll attribut
- if people with rights USR-F create new user account is enable

Is allow write access to userAccountControll nessecary to create enable
users ?

I would like give rights to create user account but only Domain Admins
should have rights to set up e.g pasword never expired so I removed rights
on userAccountControll

Have a nice day,
Michal

Joe Richards said:
Because when you have a password policy the default creation of userids is
as disabled, that is how the system works.
Also note that if you give them full control any time they want to they
can go back and change the ACL and give
themselves the ability to modify the userAccountControl. Right now you
simply have security by obscurity.
 
Yep, they are going to have to have the ability to update userAccountControl in order to enable them.

Some solutions

1. Set up a provisioning web site, the web site does the user create and has the permissions.
2. Have a web site that just is used to set password/enable the account and so it has those permissions.


--
Joe Richards
www.joeware.net
 
Back
Top