I'm looking to implement Resource Based Constrained Delegation in C++, which is new to Windows Server 2012.
Edit: Code for an IIS module that does this would also be great.
Rather than being the classic KCD where an account is allowed to delegate to a specific SPN, here accounts can be permitted to delegate to any programs being run by a specific user account. Permission is granted by modifying the "-PrincipalsAllowedToDelegateToAccount" property of the user running the service being delegated to.
See this for more info: Resource Based Constrained Delegation
Can anyone provide me with code samples that implement this or useful resources?
Even references to commercial products that use this new feature could be useful.
Thanks,
Dave