CLI Guide

authenticate --help
Description
Displays the list of all authenticate-related options that can be used as a reference when using the DR Series system
CLI.
Syntax
authenticate --help
Result
Usage:
authenticate --show [--users]
[--domain <domain name>]
[--login_group]
authenticate --join --domain <domain name>
[--ou <org-unit name>]
--user <user name>
authenticate --leave [--user <user name>]
[--force]
authenticate --update --kerberos
authenticate --add [--user <user name>]
[--login_group <DOMAIN\LOGIN GROUP>]
authenticate --delete [--user <user name>]
[--login_group <DOMAIN\LOGIN GROUP>]
authenticate --set --user <user name>
authenticate --guestmode [--enable]
[--disable]
authenticate --server_signing --mode <auto|mandatory|disabled|show>
authenticate --help
authenticate <command> <command-arguments>
<command> can be one of:
--show Displays current ADS domain, authorized local CIFS users, and
login group.
--join Joins an ADS domain.
--leave Leaves an ADS domain.
--update Updates ADS configuration.
--add Creates local workgroup user for CIFS authentication or adds
login group.
--delete Deletes local workgroup user from CIFS authentication or
deletes login group.
--set Sets password for a local workgroup user.
--guestmode Configures all CIFS shares for guest only access.
--server_signing Configures server signing for CIFS.
For command-specific help, please type authenticate --help <command>
For example:
authenticate --help show
35