Skip to content

set-auth-domain

Allows you to modify an authentication domain of the S-Filer Portal solution.

Syntax:

shell
sfiler-cli [options] set-auth-domain [command options]
Command optionsRequired / OptionalDescription
-idOptionalAuthentication Id.
-nOptionalAuthentication name.
-nnOptionalNew Authentication name.
-dOptionalAuthentication description.

Example:

This command changes the name of the authentication domain "my-domain" to "my-new-domain".

shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" set-auth-domain -n "my-domain" -nn "my-new-domain"