![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| login ssh without password | alfredo | HP-UX | 2 | 04-13-2008 08:10 PM |
| login password.... | venkatramana | UNIX for Dummies Questions & Answers | 1 | 12-07-2007 05:03 AM |
| Root login password | pmpx | SUN Solaris | 1 | 02-23-2006 11:03 AM |
| login & password | cab | UNIX for Advanced & Expert Users | 8 | 08-01-2003 12:33 PM |
| Password change at login???? | rrivas | UNIX for Dummies Questions & Answers | 4 | 08-12-2002 03:02 PM |
|
|
Submit Tools | LinkBack | Thread Tools | 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 |
| Forum Sponsor | ||
|
|
|
|||
|
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. |