Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
2a7e7cb3d2 | ||
f933da8552 | |||
|
718b2b2209 | ||
|
e71117fdd0 | ||
|
6701d70dd8 | ||
dee04bbe4a | |||
ed5f06188d |
8
ap22/dau
Executable file
8
ap22/dau
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
set -u
|
||||
|
||||
login=$1
|
||||
password=$(htpasswd -bnBC 10 "$1" "$1")
|
||||
|
||||
echo "${password}:${login}:${login}@localhost:${login},user"
|
9
ap22/dau-ap22
Executable file
9
ap22/dau-ap22
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
set -u
|
||||
|
||||
./dau louis >> /var/www/html/doku/conf/users.auth.php
|
||||
./dau johan >> /var/www/html/doku/conf/users.auth.php
|
||||
./dau elio >> /var/www/html/doku/conf/users.auth.php
|
||||
./dau hadrien >> /var/www/html/doku/conf/users.auth.php
|
||||
./dau thomas >> /var/www/html/doku/conf/users.auth.php
|
Loading…
x
Reference in New Issue
Block a user