Delete 'pam_custom.sh'

master
Skylar Ittner 7 years ago
parent 0ea83c85b5
commit a32a103882

@ -1,11 +0,0 @@
#!/bin/bash
# This is just an example, to show that you get the provided username
# and password
# We just log them, and exit with 1 (means auth is NOT ok)
USER="$1"
PASSWORD="$2"
echo $USER:$PASSWORD >> /tmp/logchecks.txt
exit 1
Loading…
Cancel
Save