We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82fa374 + 22fd546 commit dbdaaecCopy full SHA for dbdaaec
pam_tester/pam_tester.py
@@ -35,3 +35,6 @@ def pam_auth(user, password, stack, expectfail):
35
if (not expectfail and failed) or (expectfail and not failed):
36
sys.exit(1)
37
sys.exit(0)
38
+
39
+if __name__ == "__main__":
40
+ pam_auth()
0 commit comments