Configuration Mode Commands : SteelHead Configuration Commands : Windows Domain Health Check Commands : protocol domain-auth auto-conf delegation domain
  
protocol domain-auth auto-conf delegation domain
Automatically configures constrained delegation settings. This command adds or deletes CIFS, SMB2/3, or Exchange servers to or from the delegation user’s msDS-AllowedToDelegateTo list.
Syntax
protocol domain-auth auto-conf delegation {add-server | delete-server} domain <name> dc <dcname> service {cifs | exchangeMDB} serverlist <serverlist>
Parameters
add-server
Adds servers to the msDS-Allowed-ToDelegateTo Active Directory attribute.
delete-server
Deletes servers from the msDS-Allowed-ToDelegateTo Active Directory attribute.
domain <name>
Specifies the name of the delegation domain.
dc <dcname>
Specifies the name of the domain controller.
service
Specifies a service:
•  cifs - CIFS service
•  exchangeMDB - Exchange service
serverlist <serverlist>
Specifies a list of delegation server names, by commas.
Usage
Use this command to add or delete CIFS, SMB2/3, or Exchange servers to or from the delegation user’s msDS-AllowedToDelegateTo Active Directory attribute. After they are in the list, the servers are eligible for optimization as specified by the service parameter.
If the delegation user has autodelegation privileges, no administrator-level privileges are required.
This command is identical to the protocol domain-auth auto-conf delegation adminuser command except that administrator-level privileges are not required.
Example
amnesiac (config) # protocol domain-auth auto-conf delegation add-server domain company.exchange.com dc exchange-dc service exchangeMDB serverlist exch1,exch2,exch2
Product
SteelHead CX, SteelHead EX, SteelHead-v, SteelHead-c
Related Commands
show protocol domain-auth auto-conf delegation