Operating System - HP-UX
1753819 Members
8866 Online
108805 Solutions
New Discussion юеВ

Re: Problem with PAM Authentication for RSA SecurID

 
raiden
Regular Advisor

Problem with PAM Authentication for RSA SecurID

HI,

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
4 REPLIES 4
raiden
Regular Advisor

Re: Problem with PAM Authentication for RSA SecurID

Forgot to mention that this is a Itanium B.11.23 System with HP non p-threaded ssh version A.05.00.034
TTr
Honored Contributor

Re: Problem with PAM Authentication for RSA SecurID

> can not open module /opt/pam/lib/pam_securid.1

Well? Did you check this file? Is it there? Any problem with its permissions as well as each subdirectory leading to it?
Elmar Knipp
Advisor

Re: Problem with PAM Authentication for RSA SecurID

Is there any solution? I have exactly the same problem.
BUPA IS
Respected Contributor

Re: Problem with PAM Authentication for RSA SecurID

hello,
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
Help is out there always!!!!!