Skip to content

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 optionsRequired / OptionalDescription
-nRequiredAuthentication domain name.
-kOptionalKey.
-vOptionalNre 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"