afornerot 2021-01-07 14:45:50 +01:00
parent ee0cd53bee
commit b7d5c65902
1 changed files with 4 additions and 2 deletions

@ -13,7 +13,8 @@ Ninegate a besoin du compte writer afin d'offrir la modification du password via
Il est donc nécessaire de générer son propre compte writer
Pour cela
''
```
user_exists() {
local username="${1}"
$CONTAINER_EXEC samba-tool user show "${username}" > /dev/null 2>&1
@ -42,8 +43,9 @@ then
fi
$CONTAINER_EXEC samba-tool user setpassword eole-workstation-manager --newpassword="${MANAGER_PASSWORD}"
fi
```
''
#### Serveur Ninegate