diff --git a/ap22/dau b/ap22/dau deleted file mode 100755 index fcdf1ef..0000000 --- a/ap22/dau +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash -set -e -set -u - -login=$1 -password=$(htpasswd -bnBC 10 "$1" "$1"|tr -d '\d') - -echo "${password}:${login}:${login}@localhost:${login},user"