I must be doing something wrong, but just following the manual instructions
for PAM authentication I get
... global name 'username' not defined
even before I try to login.
changing
auth.settings.login_methods.append(pam_auth() )
to
auth.settings.login_methods.append(pam_auth)
solved that, then some more changes in
gluon/contrib/login_methods/pam_auth.py
finally got it working.
so what gives?
cheers,
danny
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.