blob: e8671b3dce081cdce43a93c4a6c29ce1c9218dca [file] [log] [blame]
srikanth116e6e82014-08-19 07:22:37 -07001#!/usr/bin/python
2
3import os, sys
4
5PAM_SUCCESS = 0 # Successful function return
6PAM_SYSTEM_ERR = 4 # System error
7PAM_AUTH_ERR = 7 # Authentication failure
8
9# test AV pairs in os.environ here
10
11sys.exit(PAM_SUCCESS)