protocol domain-auth oneway-trust
Configures a valid one-way trusted domain for Windows Domain authentication.
Syntax
[no] protocol domain-auth oneway-trust [dns-name <domain>] [netbios-name <netbios-name>] [all]
Parameters
dns-name <domain> | Specifies the hostname of the delegation domain. |
netbios-name <netbios-name> | Specifies the NetBIOS domain name of the delegation domain. |
all | Clears all entries in the one-way trust list. The all keyword is only used with the no command. |
Usage
Use the no command for the following:
• To clear an entry in the one-way trust list keyed on the NetBIOS name:
no protocol domain-auth oneway-trust netbios-name
• To clear an entry in the one-way trust list keyed on dns name:
no protocol domain-auth oneway-trust dns-name
• To clear all entries in the one-way trust list:
no protocol domain-auth oneway-trust all
Example
amnesiac (config) # protocol domain-auth oneway-trust dns-name ns1.something.en.wikipedia.org netbios-name wikipedia
Product
SteelHead CX, SteelHead-v, SteelHead-c
Related Commands
Windows domain authentication replication commands
Kerberos end-to-end authentication relies on Active Directory replication to obtain machine credentials for any servers that require secure protocol optimization. The RiOS replication mechanism requires a domain user with AD privileges and involves the same AD protocols used by Windows domain controllers.