Description
Deletes an existing local CIFS workgroup user from CIFS authentication (and administrative tasks).
Syntax
authenticate --delete [--user <user name>] [--login_group <DOMAIN\LOGIN GROUP>]
--login_group Name of login group to add (<domain>\<login group>)
Result
Deleted CIFS user administrator2.
Description
Sets the password for an existing local CIFS workgroup user.
Syntax
authenticate --set --user <user name>
Where
--user Name of local CIFS user.
Result
Enter new password for CIFS user administrator2:
Re-enter new password for CIFS user administrator2:
Changed administrator2's password.
|
NOTE: The QoreStor administrator that manages the QoreStor has a different set of privileges than does the CIFS user administrator. For example, only the QoreStor administrator can change the password for the CIFS user administrator. |
Description
Configures all CIFS shares for guest-only access.
Syntax
authenticate --guestmode [--enable] [--disable]
Where
--enable Enable only guest access CIFS shares.
--disable Disable only guest access for CIFS shares.
Result
Restarting Windows Access Server... done.
|
NOTE: If you attempt to enable guestmode for all CIFS shares when the QoreStor is already joined to an ADS domain by (using the QoreStor 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 QoreStor.
The QoreStor CLI --server_signing --mode command has the following arguments:
- 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|mandatory|disabled>
Where
--mode Mode of Server Signing.
Result
Successfully added server signing to auto.