Description
Disables all CIFS shares as guest-only access.
Syntax
authenticate --guestmode --disable
Result
Restarting Windows Access Server... done.
|
NOTE: If you attempt to enable guestmode for all CIFS shares when the DR Series system is already joined to an ADS domain (using the DR Series system CLI authenticate --guestmode --enable command), the following error message displays: This node is already joined to domain <domainname>. Please leave the domain before enabling the guest-only mode. |
Description
Configures the server signing for Common Internet File System (CIFS) on a DR Series system. This is a security provision based on Server Message Block (SMB) signing, a form of packet authentication. After CIFS-based users are authenticated, SMB signing adds a digital signature to each packet that is transferred between client and server. These digital signatures verify that the identity of the server matches the credentials expected by the client, and vice versa. By verifying that every packet that is received comes from an authenticated source, these digital signatures ensure the integrity of the communications. The DR Series system CLI --server_signing --mode command contains four values:
- auto — Configures authentication via server signing to be automatically performed.
- mandatory — Configures authentication via server signing as mandatory, or the connection will be dropped.
- disabled — Disables authentication via server signing so that no connections are accepted.
Syntax
authenticate --server_signing --mode auto
Result
Successfully added server signing to auto.
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
The DR Series system CLI commands let you perform the following network-related tasks:
- Displays information about a DR Series system.
- Deletes network interfaces.
- Restarts networking.
- Configures bond interface to use DHCP.
- Assigns a static IP address to the bond interface.
- Creates bond interfaces for the system.
- Creates eth interfaces for the system.
- Adds an interface to an existing bond.
- Configures servers in the domain name system (DNS).
- Updates the bonding mode or maximum transmission unit (MTU).
- Updates bonding and individual interface information.
- Resets networking to factory configuration.
- Manages local hosts.
- Manages local routes.
- Looks up the IP address or hostname for a specific destination.
- Starts a packet trace route for a specific network host.
- Pings a destination host
- Blinks LED on the specific ethernet device.
- Starts the specific ethernet devices on restart.
- Does not start the specific ethernet devices on restart.
- Performs basic troubleshooting.
- Capture network traffic.
- Runs iperf (Network Performance) in client mode.
- Runs iperf (Network Performance) in server mode.