Delegation of roles within Active Directory

This is a discussion about Delegation of roles within Active Directory in the Windows Software category; Ok, as brief as I can (without confusing myself in the process) I have followed/applied this walkthrough ( ) to our brand new Active Directory structure at work. We have just upgraded from NT4. 0 to W2k Server and XP clients.

Windows Software 5498 This topic was started by ,


data/avatar/default/avatar35.webp

462 Posts
Location -
Joined 2000-03-14
Ok, as brief as I can (without confusing myself in the process)
 
I have followed/applied this walkthrough ( http://www.microsoft.com/windows2000/techinfo/planning/activedirectory/delegsteps.asp) to our brand new Active Directory structure at work. We have just upgraded from NT4.0 to W2k Server and XP clients.
 
The problem is the resetting of passwords, which we delegate to our operations staff (helpdesk). They can 'reset' a password, but that is all they can do. For instance, they also need to unlock a locked out account, and they also need access to a terminal connection at our servers 'mstsc' (Remote desktop connection). I have made them Print Operators, and Server Operators, but they just don't have the priviledges needed.
 
Anyone care to guide me in the right direction?
 
Cheers

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Mar 17
Created
Mar 23
Last Response
0
Likes
3 minutes
Read Time
User User
Users

Responses to this topic


data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
This article shows how to do it with the OU Delegate Control wizard:
http://support.microsoft.com/default.aspx?scid=kb;en-us;294952
 
This article shows how to do it from the command line and with ADSIEdit:
http://support.microsoft.com/default.aspx?scid=kb;en-us;279723
 
As for logging on to the servers, are they Domain Controllers? If so, by default you can only logon as a domain admin via the default Domain Controller policy (and with good reason). Most places will not allow help desk personnel to work with domain controllers unless they are already admins (and thus, able to logon anyway).

data/avatar/default/avatar35.webp

462 Posts
Location -
Joined 2000-03-14
OP
Nice one Clutch, much appreciated for the Unlock user.
Regarding the Server login and Domain Admins Roles, well, it's a bit of a toughie, but it's going to be up to someone else to give them that right. I will just argue the case against it (security, messing up Active Directory etc). <--Sorry if this sounds confusing but it's a long story.
 
Cheers

data/avatar/default/avatar19.webp

3857 Posts
Location -
Joined 2000-03-29
Originally posted by yakkob:

Quote:Nice one Clutch, much appreciated for the Unlock user.Regarding the Server login and Domain Admins Roles, well, it's a bit of a toughie, but it's going to be up to someone else to give them that right. I will just argue the case against it (security, messing up Active Directory etc). <--Sorry if this sounds confusing but it's a long story.
 
Cheers
 
Been there, done that. I have been in situations where I needed a DC to host an FTP site, and I had to grant the logon locally right to an FTP users group in order to them to use FTP in IIS. There are times when this comes up, and that's why the settings are there. Just remember that it is a *REALLY* bad idea to do this.