Re: AIX's LDAP with PAM and Expired password
From: KS (khatirsaiyed_at_templeinland.com)
Date: 09/23/05
- Next message: Richard E. Silverman: "Re: SSH from Windows to Linux w/port forwarding."
- Previous message: Keld Jørn Simonsen: "ssh type of service (tos)"
- In reply to: Darren Tucker: "Re: AIX's LDAP with PAM and Expired password"
- Next in thread: Darren Tucker: "Re: AIX's LDAP with PAM and Expired password"
- Reply: Darren Tucker: "Re: AIX's LDAP with PAM and Expired password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 22 Sep 2005 16:02:04 -0700
The non-working instance is when too many unsuccessful attempt are
already made ssh does not display message like what telnet displays
saying "3004-303 There have been too many unsuccessful login attempts;
please see
the system administrator."
And also same in the case of expired password, ssh does not pass on pam
messages to the user (terminal).
The working case is the password notification saying "Your password
will expire: Thu Sep 29 00:00:00 2005", after the successful login.
I have installed the patch (seems like similar issue) with "patch -p1 <
./patch-filename" command and following is the output.
missing header for unified diff at line 8 of patch
can't find file to patch at input line 8
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|Index: auth-pam.c
|===================================================================
|RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/auth-pam.c,v
|retrieving revision 1.121
|diff -u -p -r1.121 auth-pam.c
|--- auth-pam.c 20 Jan 2005 02:29:51 -0000 1.121
|+++ auth-pam.c 2 May 2005 05:49:45 -0000
--------------------------
File to patch: auth-pam.c
patching file auth-pam.c
xdevapp1:/home/sysadm/ksaiyed/rpm/BUILD/openssh-4.0p1 $ sdiff -s
auth-pam.c auth-pam.c.patched
xdevapp1:/home/sysadm/ksaiyed/rpm/BUILD/openssh-4.0p1 $ sdiff -s
auth-pam.c auth-pam.c.orig
case PAM_AUTH_ERR: <
debug3("PAM: PAM_AUTH_ERR"); <
if (**prompts != NULL && strlen(**prom <
*info = **prompts; <
**prompts = NULL; <
*num = 0; <
**echo_on = 0; <
ctxt->pam_done = -1; <
return 0; <
} <
/* FALLTHROUGH */ <
And I'm not using privilegeseperation.
Any direction, would be of great help.
Thanks
Khatir
- Next message: Richard E. Silverman: "Re: SSH from Windows to Linux w/port forwarding."
- Previous message: Keld Jørn Simonsen: "ssh type of service (tos)"
- In reply to: Darren Tucker: "Re: AIX's LDAP with PAM and Expired password"
- Next in thread: Darren Tucker: "Re: AIX's LDAP with PAM and Expired password"
- Reply: Darren Tucker: "Re: AIX's LDAP with PAM and Expired password"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|