Questions tagged [delegation]

137 questions
1
vote
1 answer

IIS delegate credentials

On my machine (a win server 2003) I have an ASP.Net web application which call an ASP.Net web service on a different server (also a win 2003 server). The web application is set to impersonate and use windows authentication. The web service is set…
Jeremy
  • 903
  • 2
  • 9
  • 19
1
vote
1 answer

what happens if the authoritative DNS servers and the NS records don't agree

What happens if the NS records in a zone don't agree with the root nameserver delegation for that same zone? In other words, if a registrar knows that the authoritative nameservers for example.com are server-1 and server-2, and this information is…
J. Doe
  • 11
  • 2
1
vote
1 answer

Nameserver delegation to private subnet

I'm currently having some problems delegating a subdomain, e.g. lan.example.com, to a nameserver in a private network. My private network is split in to subnets 192.168.0.1/24 <--- 192.168.0.1 Physical LAN 172.20.20.1 ---> 172.20.20.1/24 …
xblax
  • 316
  • 2
  • 6
1
vote
1 answer

is it possible to delegate file srv and print srv managing to other users in windows 2008 R2 without giving them full admin rights?

we have some field service guys that work locally for some of our customers, we want to transfer the tasks of managing file servers and print servers to them. first we Thought about giving them local admin access, but it is not very secure. so my…
1
vote
0 answers

Account Operators built in group and "User Cannot Change Password" property

I have a question about configuring of "User Cannot Change Password" property. Does default "Account Operators" domain group has ability to change this property? If not can it be delegated via AD delegation? Can somebody explain in detail how to do…
Mikhail
  • 1,287
  • 3
  • 18
  • 35
1
vote
1 answer

How can I delegate "Attributes 1-15" in Exchange / AD?

The following attributes are present on an Exchange user, and this is what my colleague sees: (notice the locks) How can I properly delegate Read access (or Read write if it must be) to these attributes? One thing that is throwing me off is that…
makerofthings7
  • 8,821
  • 28
  • 115
  • 196
1
vote
1 answer

Unable to delegate Replicating Directory Changes to a user in AD - option missing from wizard

Disclaimer: I originally asked this over at SharePoint SE, but I figured I'd ask it here too as it's more of an AD problem than a SP specific one. I'm trying to delegate the Replicating Directory Changes permission to a user using the wizard in AD…
1
vote
1 answer

Set Country / Region field Access via Active Directory Delegation

After creating a security group for special permissions (edit User Objects fields like Street, ZIP etc.) I have a problem of not being able to delegate permission for the field "Country/Region" on a forest functional level of Server 2008 R2. What…
1
vote
1 answer

Delete entry from Exchange calendar when delegate denies meeting request

I created a Room-Mailbox in Exchange. This Mailbox will be used to manage vacation Days. I delegated control to a user to deny and accept vacation requests. The requestee is informed correctly about approval or dismissal of his request. But if the…
phenom135
  • 107
  • 1
  • 4
  • 13
1
vote
0 answers

bind9, Resolve example.com but forward *.example.com to a forwarder possible?

is it possible in bind to resolve example.com with a zone but resolve all subdomains of example.com with a forwarder? If somebody knows how this can work or has some simple sample configurations i would love to hear about it. Thanks!
Susan
  • 43
  • 2
  • 6
1
vote
2 answers

delegating /24 and /64 reverse zones

I'm sure I'm overlooking something so simple, but I'm just not seeing it... I'm trying to delegate the /24 and /64 reverse zones for our Test network to hosts within the Test network. I'm seeing the same issue with both the IPv4 /24 and IPv6 /64…
fukawi2
  • 5,327
  • 3
  • 30
  • 51
1
vote
1 answer

Internal DNS delegate to external host

We have been facing an issue with internal DNS delegation. Here is a description of our architecture and the issue: Architecture Domain1 DHCPDNS1 and DHCPDNS2 (Windows Server 2012) Domain2 extDNS1 and extDNS2 (Windows Server 2003) - external…
1
vote
1 answer

AD: delegating computer log access

I would like to setup the following audit scenario: A large Active Directory domain is scattered among various phisical sites, each contained in its own organizational unit. The members of a non-administrative domain group must remotely access Event…
JOAT
  • 43
  • 6
1
vote
1 answer

How to do delegation on BIND server

continuing the last question about Windows AD + Linux BIND. I decided to create a subdamain for AD to run on. It's ad.wxxx.xxxxx. My configuration is okay, but I don't think it does the delegation job right. I have DNS and AD on the same server on…
1
vote
0 answers

Kerberos: connection from win app running from IIS to SQL failed

I have an IIS web-application with Windows authentication and impersonation. This application connects to SQL server. In this case Kerberos works fine. But there is a problem. Web-application runs windows application (COM), which also connects to…