This commit is contained in:
Patrick Schleizer 2025-11-10 02:13:48 -05:00
parent ae1e2e3b52
commit ddb59a3b01
No known key found for this signature in database
GPG key ID: CB8D50BB77BB3C48

View file

@ -10,6 +10,7 @@ set -o pipefail
if [ -z "${PAM_USER:-}" ]; then
true "$0: ERROR: Environment variable PAM_USER is unset!"
## 'exit 0' here to let the appropriate PAM module handle this.
exit 0
fi