set-auth-config
Allows you to configure the authentication parameters of the S-Filer Portal solution.
Syntax:
shell
sfiler-cli [options] set-auth-config [command options]
Command options | Required / Optional | Description |
---|---|---|
-n | Required | Authentication domain name. |
-k | Optional | Key. |
-v | Optional | Nre value. |
Example:
This command changes the value of the cfg.authentication.username.case.sensitive
parameter to False
for the domain "my domain".
shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" delete-storage -n "my domain" -k "cfg.authentication.username.case.sensitive" -v "False"