Description
Deletes an existing authenticated login group in an Active Directory Services (ADS) domain. For more information about DR Series system and ADS login group guidelines, see authenticate --add [--login_group <DOMAIN\LOGIN GROUP>].
|
NOTE: Ensure that the login group exists in the Active Directory Services (ADS) domain, and that the “\” and any spaces in the login group name are in quotation marks (“ “). |
Syntax
authenticate --delete --login_group "acmeads\Domain Admins"
Result
Deleted login group acmeads\Domain Admins.
Description
Sets the password for an existing local CIFS workgroup user when you create and confirm the new password.
Syntax
authenticate --set --user administrator2
Result
Enter new password for CIFS user administrator2:
Re-enter new password for CIFS user administrator2:
Changed administrator2's password.
|
NOTE: The DR Series system administrator that manages the DR Series system has a different set of privileges than does the CIFS user administrator. For example, only the DR Series system administrator can change the password for the CIFS user administrator. |
Syntax
authenticate --guestmode
Result
Must include either enable or disable option.
--guestmode - Configures all CIFS shares for guest only access.
Usage:
authenticate --guestmode [--enable]
[--disable]
--enable Enable only guest access CIFS shares.
--disable Disable only guest access for CIFS shares.
Description
Configures all CIFS shares for guest-only access.
Syntax
authenticate --guestmode --enable
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 by (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. |