1832566 Members
6196 Online
110043 Solutions
New Discussion

Re: Pam authentication

 
Shaamil
Frequent Advisor

Pam authentication

Hi All
I am getting the following errors in my syslog file.

I converted my K-class server from 10.20 to an
N-class server on 11.00.
The following messages keeps coming up in my syslog file. Please assist. Also the time fof the pam messages is way out.


Apr 1 07:21:45 pnp30 : LOGIN: pam_authenticate error
Apr 1 14:23:16 pnp30 above message repeats 2 times
Apr 1 07:23:16 pnp30 : pam_authenticate: error No account present for user
Apr 1 07:21:45 pnp30 : pam_acct_mgmt: error No account present for user
Apr 1 14:23:16 pnp30 above message repeats 2 times
Apr 1 07:23:16 pnp30 : LOGIN: pam_authenticate error
Apr 1 07:23:16 pnp30 : pam_acct_mgmt: error No account present for user
HP is the greatest
2 REPLIES 2
R. Sri Ram Kishore_1
Respected Contributor

Re: Pam authentication

Please check if your /etc/pam.conf file is configured properly for using the UNIX authentication. Starting HP-UX 11.0, the authentication happens through the Pluggable Authentication Module (PAM) framework.

The problem is most probably because the current user is not present in the /etc/passwd file or the authentication technology configured in the
/etc/pam.conf is pointing to an incorrect one.
"What goes up must come down. Ask any system administrator."
T G Manikandan
Honored Contributor

Re: Pam authentication

Is there any user account with more than 8 characters.

PAM restricts user account login name length to 8 characters.