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 options | Required / Optional | Description |
---|---|---|
-id | Optional | Authentication Id. |
-n | Optional | Authentication name. |
-nn | Optional | New Authentication name. |
-d | Optional | Authentication 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"