- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with PAM Authentication for RSA SecurI...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
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
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- 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
тАО02-19-2009 02:07 AM
тАО02-19-2009 02:07 AM
Problem with PAM Authentication for RSA SecurID
I am facing a problem with PAM Authentication.
Actually we are using RSA securID through PAM agent for ssh authentication. But while logging in, the system denies authentication and following error is reported in syslog.
Feb 19 14:39:58 TEST001 sshd[17436]: error: PAM: Shared object load failure for abcd from 172.16.18.184
Feb 19 14:41:07 TEST001 sshd[17719]: load_modules: can not open module /opt/pam/lib/pam_securid.1
Is anyone aware of this ISsue. Is anyone using RSA SecuriD authentication. Please help me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2009 02:10 AM
тАО02-19-2009 02:10 AM
Re: Problem with PAM Authentication for RSA SecurID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2009 04:48 AM
тАО02-19-2009 04:48 AM
Re: Problem with PAM Authentication for RSA SecurID
Well? Did you check this file? Is it there? Any problem with its permissions as well as each subdirectory leading to it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 05:28 AM
тАО10-06-2009 05:28 AM
Re: Problem with PAM Authentication for RSA SecurID
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 07:14 AM
тАО10-06-2009 07:14 AM
Re: Problem with PAM Authentication for RSA SecurID
I think 11:23 still allows you to use 32 and 64 bit pam modules in the stack. It may be that ssh needs different version of the pam module , take copy of pam.conf, edit it and remove the absolute path for sshd entries. for example :
you may have different entries to this
sshd auth required libpam_unix.1
sshd account required libpam_unix.1
sshd password required libpam_unix.1
sshd session required libpam_unix.1
the calling environment should then choose the correct path for you
I hope this is of some help
Mike