set-auth-domain
Permet de configurer les paramètres d'un domaine d'authentification de la solution S-Filer Portal.
Syntaxe:
shell
sfiler-cli [options] set-auth-domain [options de commande]
Options de Commande | Obligatoire/Optionnel | Description |
---|---|---|
-id | Obligatoire | L'identifiant unique du domaine d'authentification. |
-n | Optionnel | Le nom du domain d'authentification. |
-nn | Optionnel | Le nouveau nom du domaine d'authentification. |
-d | Optionnel | La nouvelle description du domaine d'authentification. |
Exemple:
Cette commande change le nom du domaine d'authentification "mon-domaine" en "mon-nouveau-domaine".
shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" set-auth-domain -n "mon-domaine" -nn "mon-nouveau-domaine"