Displaying 3 results from an estimated 3 matches for "pam_authsrv".
2002 Jan 07
3
keyboard-interactive
...h the client returns a PAM_CONV_ERR. I am
trying to write a PAM module that will prompt a user for a second
username and a second password in order for the module to succeed so
that proper authentication relies on the ability to authenticate against
n machines, where n < 1.
I looked at the pam_authsrv module, but that appears (I did not compile
ad run) to use the supplied username, index against a mapfile, and then
use the password supplied by the user to authenticate. So it may not be
using kbd-interactive at all, it may just be password.
Am I missing something?
-- bryan
2001 Apr 14
0
PAM under AIX
...e
library to AIX. The patch includes a pam_aix module to provide
backward compatibility to the traditional AIX authentication methods.
My main impetus for doing this is that I don't want to continue
maintaining my version of the TIS authentication patch for OpenSSH.
I've already written a pam_authsrv module which provides TIS
authentication to any PAM-aware application. This solved the problem
under Solaris, Linux, and HP-UX, but I couldn't ditch the custom patch
until I could use the same PAM module under AIX. Now that I can, I
have no further need for the custom OpenSSH patch.
Both the...
2001 Nov 28
8
PAM, keyboard interactive, pam-1@ssh.com, interoperability
I have a simple goal: to use PAM to do my TIS authsrv authentications.
I have Mark Roth's pam_authsrv module -- it works fine.
+ I can configure openssh for PAM, and it works fine (negotiating ssh2
keyboard interactive auth method).
+ I can configure ssh.com-3.0.1 for PAM, and it also works fine
(negotiating ssh2 pam-1 at ssh.com auth method).
Unfortunately, the openssh client doesn't sup...