Skip to main content
Bumped by Community user
Bumped by Community user
more revelations from the PAM source code
Source Link
MattBianco
  • 3.8k
  • 7
  • 32
  • 47

Source code from Linux-PAM-1.1.8, libpam/pam_strerror.c reveals that the message meanscomes from the error code PAM_SESSION_ERR, which can be caused by all sorts of internal problems, such as memory allocation error or failure to locate the users home directory. So much for trying to interpret the error message. :-(

Source code from Linux-PAM-1.1.8, libpam/pam_strerror.c reveals that the message means PAM_SESSION_ERR.

Source code from Linux-PAM-1.1.8, libpam/pam_strerror.c reveals that the message comes from the error code PAM_SESSION_ERR, which can be caused by all sorts of internal problems, such as memory allocation error or failure to locate the users home directory. So much for trying to interpret the error message. :-(

used the source
Source Link
MattBianco
  • 3.8k
  • 7
  • 32
  • 47

Source code from Linux-PAM-1.1.8, libpam/pam_strerror.c reveals that the message means PAM_SESSION_ERR.


Below are my config files based on the comment indicating /etc/pam.d/login as a starting point:

Below are my config files based on the comment indicating /etc/pam.d/login as a starting point:

Source code from Linux-PAM-1.1.8, libpam/pam_strerror.c reveals that the message means PAM_SESSION_ERR.


Below are my config files based on the comment indicating /etc/pam.d/login as a starting point:

added 67 characters in body
Source Link
MattBianco
  • 3.8k
  • 7
  • 32
  • 47

ThisThe string with the error message is afound in libpam.so.0(.83.1).

My system is based on binaries from Fedora release 20 (Heisenburg).

This is a system based on binaries from Fedora release 20 (Heisenburg).

The string with the error message is found in libpam.so.0(.83.1).

My system is based on binaries from Fedora release 20 (Heisenburg).

added 129 characters in body
Source Link
MattBianco
  • 3.8k
  • 7
  • 32
  • 47
Loading
corrected erroneous output
Source Link
MattBianco
  • 3.8k
  • 7
  • 32
  • 47
Loading
Whoops!
Source Link
MattBianco
  • 3.8k
  • 7
  • 32
  • 47
Loading
Added information: config file contents, what shared libraries are available
Source Link
MattBianco
  • 3.8k
  • 7
  • 32
  • 47
Loading
Source Link
MattBianco
  • 3.8k
  • 7
  • 32
  • 47
Loading