diff --git a/ap23/script/dau.sh b/ap23/script/dau.sh index 0276849..c502537 100755 --- a/ap23/script/dau.sh +++ b/ap23/script/dau.sh @@ -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" diff --git a/ap23/script/dau2.sh b/ap23/script/dau2.sh new file mode 100755 index 0000000..264f740 --- /dev/null +++ b/ap23/script/dau2.sh @@ -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 diff --git a/ap23/script/users.txt b/ap23/script/users.txt new file mode 100644 index 0000000..39ef769 --- /dev/null +++ b/ap23/script/users.txt @@ -0,0 +1,4 @@ +anthony: anthony arnoux +mathis: mathis laceppe +lucas: lucas seignez +rayan: rayan