HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pam_authenticate
Operating System - HP-UX
1826797
Members
2705
Online
109703
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 10:10 AM
11-29-2000 10:10 AM
pam_authenticate
Dear all,
One of our servers, when it's in the screen save, the following errors appeared:
DTSESSION:pam_authenticate: error authentication failed.
pamauthenticate status=9
But if you type in the right login name and the password, everything works fine.
Does get anyone know how to clear this error?
Thanks a lot in advance!
Sharon
One of our servers, when it's in the screen save, the following errors appeared:
DTSESSION:pam_authenticate: error authentication failed.
pamauthenticate status=9
But if you type in the right login name and the password, everything works fine.
Does get anyone know how to clear this error?
Thanks a lot in advance!
Sharon
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 10:20 AM
11-29-2000 10:20 AM
Re: pam_authenticate
Sharon,
This is a normal function of CDE. The error you are seeing is because your user entered an incorrect password and thus PAM (Pluggable Authentication Module) returned an error status of 9 when attempting to authenticate the user.
This error can be suppressed by modifying the /etc/pam.conf file:
/etc/pam.conf:
# PAM configuration
#
# Authentication management
#
login auth required /usr/lib/security/libpam_unix.1 nowarn
su auth required /usr/lib/security/libpam_unix.1 nowarn
dtlogin auth required /usr/lib/security/libpam_unix.1 nowarn
dtaction auth required /usr/lib/security/libpam_unix.1 nowarn
ftp auth required /usr/lib/security/libpam_unix.1 nowarn
OTHER auth required /usr/lib/security/libpam_unix.1 nowarn
(each of these sections should appear on a single line). On a 10.20 system, you may only see the emtries for dtlogin, dtaction and OTHER.
This is also documented in the pam_unix(5) man page.
This is a normal function of CDE. The error you are seeing is because your user entered an incorrect password and thus PAM (Pluggable Authentication Module) returned an error status of 9 when attempting to authenticate the user.
This error can be suppressed by modifying the /etc/pam.conf file:
/etc/pam.conf:
# PAM configuration
#
# Authentication management
#
login auth required /usr/lib/security/libpam_unix.1 nowarn
su auth required /usr/lib/security/libpam_unix.1 nowarn
dtlogin auth required /usr/lib/security/libpam_unix.1 nowarn
dtaction auth required /usr/lib/security/libpam_unix.1 nowarn
ftp auth required /usr/lib/security/libpam_unix.1 nowarn
OTHER auth required /usr/lib/security/libpam_unix.1 nowarn
(each of these sections should appear on a single line). On a 10.20 system, you may only see the emtries for dtlogin, dtaction and OTHER.
This is also documented in the pam_unix(5) man page.
I think, therefore I am... I think!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP