dau.sh et dau2.sh correction marche

This commit is contained in:
anthony.arnoux 2022-03-31 09:43:03 +02:00
parent 4bcc3b86fd
commit 3ba2ed5140
3 changed files with 18 additions and 2 deletions

View File

@ -9,5 +9,6 @@ if [ ! "$1" ] ; then
fi
# chiffremment du mot de passe $1 avec bcrypt
hashpass=$(htpasswd -bnBC 10 "" "${1}"|tr -d '\d')
echo "${1}${hashpass}:${1}:${1}@localhost:${1},user"
hashpass=$(htpasswd -bnBC 10 "$1" "$1")
echo "${hashpass}:${1}:${1}@localhost:${1},user"

11
ap23/script/dau2.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
set -e
set -u
./dau.sh anthony >> /var/www/html/dokuwiki/conf/users.auth.php
./dau.sh rayan >> /var/www/html/dokuwiki/conf/users.auth.php
./dau.sh mathis >> /var/www/html/dokuwiki/conf/users.auth.php
./dau.sh lucas >> /var/www/html/dokuwiki/conf/users.auth.php
./dau.sh adrien >> /var/www/html/dokuwiki/conf/users.auth.php

4
ap23/script/users.txt Normal file
View File

@ -0,0 +1,4 @@
anthony: anthony arnoux
mathis: mathis laceppe
lucas: lucas seignez
rayan: rayan