Questions tagged [delegation]

137 questions
4
votes
2 answers

Can windows enable delegation across domains?

I have two domains foo.local test.local I can run powershell hyper-v cmdlets against the test.local hyper-v server if I am using a VM that is in the test.local domain. Get-VM -ComputerName hyperv01.test.local I want to be able to run this same…
spuder
  • 1,695
  • 2
  • 25
  • 42
4
votes
1 answer

How to proper delegate domain in BIND for Active Directory servers

I have to delegate domain for AD serwers. Let say example.com and I'm using Bind(dns.bind.com) on CentOS. I added proprer configuration to named.conf and using A,NS records delegate domain to AD servers with DNS service. After that all questions…
B14D3
  • 5,110
  • 13
  • 58
  • 82
4
votes
1 answer

Active Directory write permissions let edit users information but not administrator-users information

In our Active Directory (2008 R2), I used delegation to give permission to edit user information attributes such as phone numbers, title, postal address, ... to a group of non-admin users. Members of this group can now edit most users information,…
4
votes
0 answers

Grant Kerberos Constrained Delegation to SQL Server 2012 running as Managed Service Account

I can't see how to grant Kerberos Constrained Delegation for a service identified by a Managed Service Account. I have a Windows 2008 R2 functional level single domain single forest, two 2008 R2 SP1 DCs, newly built. I have installed my new SQL…
Alasdair C-S
  • 329
  • 1
  • 7
4
votes
2 answers

Active Directory, control to users

I'm responsible by Active Directory (AD) where I'm working, and I'm trying to figure out, how can I allow, that sector managers of the company, may add and delete users from its departments respective, without the need that anyone of them be a…
4
votes
2 answers

DNS delegation on same server with DDNS and second slave server

I have two servers running BIND, the first is setup as the master of two zones and the second as a slave for those zones. The zones are example.com and ddns.example.com. I have DDNS running and thousands of device entries are dynamically created in…
Austin
  • 41
  • 1
4
votes
3 answers

Kerberos Delegation for SQL Bulk insert (access denied)

I have a problem when trying to bulk insert to SQL under the following situation: Running management studio on Workstation A SQL Running on Server B File to bulk upload from located on Server C When ever I try and bulk upload I get the…
Sam Cogan
  • 38,158
  • 6
  • 77
  • 113
4
votes
3 answers

BIND: how to delegate subzone to other DNS server?

I'm in the process of migrating from a workgroup served by a BIND9 DNS server, to a AD Domain based on Windows Server 2008 R2, and I'd like to keep using the BIND server until the AD infrastructure is ready. During the setup of AD, via dcpromo, I…
Martijn Heemels
  • 7,438
  • 6
  • 39
  • 62
4
votes
1 answer

DNS, subdomain, and IPv6 -- possible to add subdomain.example.com NS record to an IPv6 host?

example.com is listed with a registrar -- specifically, answerable.com. I want to host a subdomain in-house, specifically home.example.com. I am using an ipv6 gateway, specifically gogo6, to have a public IPv6 address. The IP address looks like…
mpbloch
  • 962
  • 8
  • 14
3
votes
4 answers

Active Directory Delegation Help

I am trying to get a junior team mate setup with rights on AD to create accounts, change passwords and create emails on exchange. What would be the best way to do this? I tried half assing a delegation but I am not sure how to do it, so I stopped…
Rob
  • 607
  • 3
  • 8
  • 16
3
votes
5 answers

Managing per-user rc.d init scripts

I want to delegate SysV init scripts to each user. Like the SysV init, each item in ${HOME}/rc.d starting with S will be launched on server start-up with the start argument. The same for the server shut-down with the one starting with K and with the…
Steve Schnepp
  • 2,222
  • 3
  • 21
  • 27
3
votes
2 answers

Mimic delegation of control wizard with PowerShell

I want to delegate control of the TestUsers organizational unit to a user NickA and give the following permissions to it: Create, delete, and manage user accounts Reset user passwords and force password change at next logon Read all user…
user01230
  • 41
  • 5
3
votes
1 answer

Can I create DNS records for some hosts, delegate other queries in the same domain to another DNS server?

I have an internal DNS server. I've added a custom record for a domain name that is public. I want to add local records but keep the public domain name resolved. For instance : foo.bar.com = wan ip -> SAT -> local server I've added a zone bar.com…
Razique
  • 2,266
  • 1
  • 19
  • 23
3
votes
0 answers

IIS 7.5 connect to a web site using IIS Manager using the current user credentials

I am trying to use IIS Manager to connect to a site or an application but would like to pass through or use the current authenticated user's credentials. There is only a username and password option when connecting through IIS Manager in this…
Jay
  • 131
  • 3
3
votes
1 answer

Cant find "Read Lockout Time" and "Write Lockout Time" for delegation on OU

Trying to delegate permissions to a group on a OU; but cant find 2 properties in special permissions for "User Objects" they are "Read Lockout Time" and "Write Lockout Time" any reason i couldnt see them? I am using ADUC tool on a windows 7…
1
2
3
9 10