Issue #169: pam authentication does not work + fix
Reported by: | Silas De Munck |
State: | resolved |
Created on: | 2015-10-20 11:23 |
Updated on: | 2015-10-20 18:16 |
Description
In pam_auth.py
at line 126, user_data structure from above is overwritten by pwd.getpwnam. results in exception at 136
fix: - 126: rename user_data -> user_data2 - 128: rename user_data -> user_data2 (or similar)
Attachments
Comments
Comment by Mads Kiilerich, on 2015-10-20 18:16
Thanks - a fix has been pushed to the stable branch.