protocol domain-auth auto-conf delegation adminuser
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} adminuser <name> adminpass <password> 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. |
<name> | Username of the domain administrator. |
adminpass <password> | Specifies the password of the domain administrator. |
domain <name> | Specifies the domain 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, separated 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.
The delegation user must have administrator-level privileges to use this command. If the delegation user has autodelegation privileges, no administrator-level privileges are needed.
Example
amnesiac (config) # protocol domain-auth auto-conf delegation add-server adminuser Administrator adminpass password domain company.exchange.com dc exchange-dc service exchangeMDB serverlist exch1,exch2,exch2
Product
SteelHead CX, SteelHead-v, SteelHead-c
Related Commands