From db0726c44266347728b3b045e760f76d75af231f Mon Sep 17 00:00:00 2001 From: elam monnot Date: Thu, 24 Mar 2022 11:20:51 +0100 Subject: [PATCH] ajout user doku --- sio1/sisr1/40-Shell/dau.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 sio1/sisr1/40-Shell/dau.sh diff --git a/sio1/sisr1/40-Shell/dau.sh b/sio1/sisr1/40-Shell/dau.sh new file mode 100755 index 0000000..3af94b7 --- /dev/null +++ b/sio1/sisr1/40-Shell/dau.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +set -e +set -u + +login=$1 +password=$(htpasswd -bnBC 10 '' $1|tr -d '\d') + +echo "${login}${password}:${login}:${login}@localhost:${login},user"