0
0
Fork 0
mirror of https://github.com/boltgolt/howdy.git synced 2024-09-19 09:51:19 +02:00

Update pam.py

This commit is contained in:
bob8677 2020-10-22 14:57:26 -05:00 committed by GitHub
parent 5a76af965a
commit 3f68b57eec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ def doAuth(pamh):
# Abort if the video device does not exist
if not os.path.exists(config.get("video", "device_path")):
if config.getboolean("video", "warn_no_device"):
print("Video device " + config.get("video", "device_path") + " not found")
print("Camera path is not configured correctly, please edit the 'device_path' config value.")
return pamh.PAM_AUTHINFO_UNAVAIL
# Set up syslog