Displaying 4 results from an estimated 4 matches for "passexpire20".
Did you mean:
passexpire21
2003 Jun 25
2
openssh-3.6.1p2-passexpire20.patch prevents /etc/nologin disp lay on AIX
Courtesy follow up back to the unix-dev list (mainly for those like me who
searched the archives)
Thanks to the very swift response of Darren, a patched auth.c did the trick
Patch enclosed below (apply after the p20)
I'm guessing he'll either update p20 or issue p21 soon.
Many thanks
Andrew
--- auth.c.orig 2003-06-25 23:14:16.000000000 +1000
+++ auth.c 2003-06-25
2003 Jun 25
2
openssh-3.6.1p2-passexpire20.patch prevents /etc/nologin display on AIX
Hi there,
I have just compiled up 3.6.1p2 both with and without Darren Tuckers
passexpire patch.
However, with the patch applied /etc/nologin isn't displayed to users (on
AIX 5.1 / PSSP)
The patched vesion seems to fail with "illegal user" - some parts of a debug
3 log...
debug1: userauth-request for user ade45 service ssh-connection method none
debug1: attempt 0 failures 0
2003 May 17
0
[Bug 14] Can't change expired /etc/shadow password without PAM
...s From dtucker at zip.com.au 2003-05-17 15:18 -------
Scott Burch found a bug in the PAM+PrivSep case which would cause password
changes to fail. Binaries compiled without PAM are not affected. There's an
updated patch against 3.6.1p2:
http://www.zip.com.au/~dtucker/openssh/openssh-3.6.1p2-passexpire20.patch
I'm not going to update the patch against -current until bug #463 is sorted out
one way or another since it adds some infrastructure (Buffer loginmsg and a
monitor call) that this patch needs.
------- You are receiving this mail because: -------
You are on the CC list for the bug,...
2003 Jun 20
3
patch20 fails
Can anyone explain why this fails? This was applied to source from
openssh.org.
Thanks,
Ryan
===========================
bash-2.05a$ /opt/freeware/bin/patch -p1
< ../openssh-3.6.1p2-passexpire20.patch
patching file TODO
Reversed (or previously applied) patch detected! Assume -R? [n] y
patching file acconfig.h
Reversed (or previously applied) patch detected! Assume -R? [n] y
patching file auth-pam.c
Reversed (or previously applied) patch detected! Assume -R? [n] y
patching file auth-pass...