blob: e8671b3dce081cdce43a93c4a6c29ce1c9218dca [file] [log] [blame]
#!/usr/bin/python
import os, sys
PAM_SUCCESS = 0 # Successful function return
PAM_SYSTEM_ERR = 4 # System error
PAM_AUTH_ERR = 7 # Authentication failure
# test AV pairs in os.environ here
sys.exit(PAM_SUCCESS)