Bash Utilisateur
This commit is contained in:
parent
f933da8552
commit
2a7e7cb3d2
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"
|
Loading…
x
Reference in New Issue
Block a user