Delete 'pam_custom.sh'

This commit is contained in:
Skylar Ittner 2017-05-25 20:52:22 -06:00
parent 0ea83c85b5
commit a32a103882

View File

@ -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