Deleted Added
full compact
allow-deny-users.sh (323134) allow-deny-users.sh (323136)
1# Public Domain
2# Zev Weiss, 2016
3
4tid="AllowUsers/DenyUsers"
5
6me="$LOGNAME"
1# Public Domain
2# Zev Weiss, 2016
3
4tid="AllowUsers/DenyUsers"
5
6me="$LOGNAME"
7if [ "x$me" == "x" ]; then
7if [ "x$me" = "x" ]; then
8 me=`whoami`
9fi
10other="nobody"
11
12test_auth()
13{
14 deny="$1"
15 allow="$2"

--- 25 unchanged lines hidden ---
8 me=`whoami`
9fi
10other="nobody"
11
12test_auth()
13{
14 deny="$1"
15 allow="$2"

--- 25 unchanged lines hidden ---