add-auth-domain
Ajouter un nouveau domaine d'authentification.
Syntaxe:
shell
sfiler-cli [options] add-auth-domain [options de commande]
Options de Commande | Obligatoire/Optionnel | Description |
---|---|---|
-n | Obligatoire | Le nouveau nom de domaine d'authentification (le nom doit être unique). |
-t | Obligatoire | Type d'authentification 1:LDAP, 2:ACTIVE_DIRECTORY, 4:AZURE_AD, 5:OPENID_CONNECT. |
Exemple:
shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" add-auth-domain -n "Mon nouveau domaine d'authentification" -t 5
Cette commande créera un nouveau domaine d'authentification avec le nom "Mon nouveau domaine d'authentification" et le type OPENID_CONNECT. Le domaine d'authentification ne sera pas fonctionnel après l'exécution de cette commande. Des paramètres de configuration supplémentaires sont nécessaires pour le rendre fonctionnel.