Discussion:
Delegate Control
(too old to reply)
Adnank5
2007-02-27 06:29:59 UTC
Permalink
I am confronting with 2 problems with "delagate control" :

1. I don't see most of the fields on which i can give update
permission to a user such as City , State
2. Once I delegate control to the user from which interface that
specific user will update users information because in MMC that user
don't have Active Directory users and objects snap-in or is it
possible that user can update the information from Outlook.

Thanks in advance
Paul Williams [MVP]
2007-02-27 14:57:12 UTC
Permalink
1. Ensure that you have selected the correct object type in the applies to
section. If that's no good, use ADSIEDIT or DSACLS as ADUC masks some stuff
from you.

2. You need to evaluate and deploy a tool to do this. Many people prefer
3rd party or custom developed web sites. Others prefer a custom MMC in a
taskpad view. Others buy 3rd party enterprise products that do this and
much more. You need to do one of the above.

If you don't have the resources for a web front end, consider a custom MMC
taskpad. You'll need to install the adminpak on the workstation, and the
taskpad. You might be able to get away with only some of the adminpak:
-- http://support.microsoft.com/kb/314978
--
Paul Williams
Microsoft MVP - Windows Server - Directory Services
http://www.msresource.net | http://forums.msresource.net
Adnank5
2007-02-28 08:44:08 UTC
Permalink
Thanks for your replies guyz, one small question even though I have
granted the group to update mobile number it do not appear when i
select any of the user properties, all of the fields are appearing and
editable but i m missing mobile number field, any help.
Ken Aldrich
2007-02-28 21:07:15 UTC
Permalink
Adnan,

I am having some difficulty following you. Please describe what tool you
are using and where you are clicking so I can see exactly what you mean.

Do you mean that when you open a user's properties in the "Active Directory
Users and Computers" tool you cannot find where to update the mobile number?
--
Ken Aldrich
DSRAZOR for Windows
Visual Click Software, Inc.
www.visualclick.com
Post by Adnank5
Thanks for your replies guyz, one small question even though I have
granted the group to update mobile number it do not appear when i
select any of the user properties, all of the fields are appearing and
editable but i m missing mobile number field, any help.
Ken Aldrich
2007-02-27 23:15:26 UTC
Permalink
Hello,

Let me try to help you with this solution. First, you can try to use the
delegation wizard, but sometimes that is not as granular as people would
like. So lets say you want to give permissions to the "hdesk" group to
change the city and state attributes on your "sales users" OU.

Right click on the "sales users" OU and select properties > Security tab
advanced > add > select the "hdesk" group > Properties tab > for the
Applies onto field select "User objects".

You won't see the city attribute show up here (its attribute name is
actually "l") but you can find out which "property set" it belongs to. You
can see the property sets defined here:
http://technet2.microsoft.com/WindowsServer/en/library/2044d125-cfb2-428c-aa8c-c4e5ac007ba41033.mspx?mfr=true

The "Personal Information" property set might work for you. It contains
"Locality-Name" and "State-Or-Province-Name".

Here is another helpful article:
http://www.windowsecurity.com/articles/Implementing-Active-Directory-Delegation-Administration.html

The second part of this is to delegate a nice interface to the employees you
would like to manage your data. Most IT people do not want to put tools
like ADUC (even in task pad form) in the hands of HR employees, low-level
helpdesk employees, and other non-IT manager folks.

DSRAZOR for Windows can help you out with this part. There are standalone
applets that you can depoloy to the user's desktops or to a network share
that lets them edit the information in Active Directory. The applet is fully
customizable in the Designer so that you can pick which fields you want your
users to see and be able to edit. This creates a nice, clean UI for your
users that they will be comfortable and familiar with. You can have them
edit any attribute you want, as long as they have permissions.

Check it out at www.visualclick.com/?source=delegate022707
You can sign up for a free evaluation or a free one-on-one web meeting with
an engineer to show you how this can work in your environment.
--
Ken Aldrich
DSRAZOR for Windows
Visual Click Software, Inc.
www.visualclick.com
1. I don't see most of the fields on which i can give update
permission to a user such as City , State
2. Once I delegate control to the user from which interface that
specific user will update users information because in MMC that user
don't have Active Directory users and objects snap-in or is it
possible that user can update the information from Outlook.
Thanks in advance
Loading...