PAM authentication problem
Posted
by mdipierro
on Stack Overflow
See other posts from Stack Overflow
or by mdipierro
Published on 2010-04-30T18:56:38Z
Indexed on
2010/05/01
13:47 UTC
Read the original article
Hit count: 304
I am using this module to authenticate using pam: http://code.google.com/p/web2py/source/browse/gluon/contrib/pam.py
I can call authenticate('username','password') and it returns True/ False. It works for any 'username' but 'root'. My guess is that there is a security restriction in PAM that does not allow to check for the root password.
I need to be able to check the root password. Is there anything I can change in the pam.conf or somewhere else to remove this restriction?
© Stack Overflow or respective owner