Differences From Artifact [0f00a610f9]:
- File gluon/contrib/pam.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 3758) [annotate] [blame] [check-ins using]
To Artifact [40c18f46ed]:
- File gluon/contrib/pam.py — part of check-in [5e6e1e2c0a] at 2011-11-20 05:28:20 on branch feature/web2py_auth — Upgraded to web2py 1.99.2 (user: spiffy, size: 3759) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
117 118 119 120 121 122 123 124 | retval = PAM_AUTHENTICATE(handle, 0) return retval == 0 if __name__ == "__main__": import getpass print authenticate(getpass.getuser(), getpass.getpass()) | > | 117 118 119 120 121 122 123 124 125 | retval = PAM_AUTHENTICATE(handle, 0) return retval == 0 if __name__ == "__main__": import getpass print authenticate(getpass.getuser(), getpass.getpass()) |