Displaying 2 results from an estimated 2 matches for "tlusty".
Did you mean:
lusty
2004 Feb 11
0
OpenSSH 3.8 and password expiry.
...patches during the last 18 months or so[1]. Not all of those
contributions ended up being used in the final solution but all were
valuable in shaping it.
Again, I encourage you to try a snapshot and report success or failure
(or queries) to the list.
-Daz.
[1] Pablo Sor, Mark Pitt, Zdenek Tlusty, Kevin Cawlfield, Dan Oviatt,
Ravinder Sekhon, Scott Burch and Andrew Elwell. Apologies to anyone I
missed.
--
Darren Tucker (dtucker at zip.com.au)
GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69
Good judgement comes with experience. Unfortunately, the experience
us...
2003 Jul 09
0
[PATCH] Add expired password handling for AIX.
Hi All.
Attached is a patch which adds AIX native password expiry support to
sshd. It will only apply to -current and is a subset of the patch I have
been working on in the last few months (see bug #14 [1]). It contains
code by Pablo Sor, Mark Pitt and Zdenek Tlusty and fixes for bugs reported
by many others (see [2] for a full list).
It adds a do_tty_change_password function that execs /bin/passwd and the
logic to detect when an AIX password is expired.
Unlike the previous patches, it does not contain:
* /etc/shadow expiry support. This is next.
* HP-UX...