![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| login ssh without password | alfredo | HP-UX | 2 | 04-13-2008 11:10 PM |
| login password.... | venkatramana | UNIX for Dummies Questions & Answers | 1 | 12-07-2007 09:03 AM |
| Root login password | pmpx | SUN Solaris | 1 | 02-23-2006 03:03 PM |
| login & password | cab | UNIX for Advanced & Expert Users | 8 | 08-01-2003 03:33 PM |
| Password change at login???? | rrivas | UNIX for Dummies Questions & Answers | 4 | 08-12-2002 06:02 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Prompted for System Password during login
Hello,
I'm new to HP-UX. I have a system running B.11.23 on ia64. The system gets its user passwords via active directory. Everytime a new account is added to AD a script pushes out the account info to all the systems and this system is updated too. However, on this machine, users are unable to login as they get prompted for "System Password" after entering their password. See below: $ ssh hpi-app3 Password: System Password: Password: System Password: Password: This process never ends. Where do I even look for some setting? Can someone shed some light on this? Thanks. Mohsin |
|
||||
|
Problem solved. Steps taken to solve the problem:
1. check whether system in trusted mode (it was not) 2. check pam.conf for errors 3. check krb5.conf for errors 4. tail -f /usr/adm/syslog/syslog.log while attempt to login as regular user. Noticed error: Dec 6 10:18:41 hpi-app3 sshd[17996]: [Clock skew too great in KDC reply] while getting initial credentials Dec 6 10:18:41 hpi-app3 sshd[17996]: [Authentication failed] Password not valid Dec 6 10:25:07 hpi-app3 sshd[17996]: error: PAM: Authentication failed A clue. Check system time and it was off by 6 minutes. 7. ntpdate time.nist.gov 8. login as regular user: Dec 6 10:25:13 hpi-app3 sshd[18049]: Accepted keyboard-interactive/pam for XXXX from xxx.xxx.xxx.xxx port 14153 ssh2 Now users are able to login. |
|
||||
|
Excellent. Thanks for updating the thread with you problem determination and fix.
|
| Sponsored Links | ||
|
|