config credential-store domain-controller
Define known domain controller servers.
config credential-store domain-controller Description: Define known domain controller servers. edit <server-name> set domain-name {string} set hostname {string} set ip {ipv4-address-any} set ip6 {ipv6-address} set password {password} set port {integer} set username {string} next end
config credential-store domain-controller
Parameter |
Description |
Type |
Size |
Default |
---|---|---|---|---|
domain-name |
Fully qualified domain name (FQDN). |
string |
Maximum length: 255 |
|
hostname |
Hostname of the server to connect to. |
string |
Maximum length: 255 |
|
ip |
IPv4 server address. |
ipv4-address-any |
Not Specified |
0.0.0.0 |
ip6 |
IPv6 server address. |
ipv6-address |
Not Specified |
:: |
password |
Password for specified username. |
password |
Not Specified |
|
port |
Port number of service. Port number 0 indicates automatic discovery. |
integer |
Minimum value: 0 Maximum value: 65535 |
0 |
server-name |
Name of the domain controller. |
string |
Maximum length: 63 |
|
username |
User name to sign in with. Must have proper permissions for service. |
string |
Maximum length: 64 |
|