SSHD 3.7.1p2 on HP-UX

Darren Tucker dtucker at zip.com.au
Tue Oct 7 16:32:49 EST 2003


Michael Steffens wrote:
> looks fine besides one little detail, see below
[snip]
> > -             if (spw->sp_max != -1 &&
> > +             if (!disabled && spw->sp_max != -1 && spw->sp_max != 0 &&
> 
> The test sp_max != 0 is not required here for trusted systems
> any more, as the "disabled" flag already catches it.  But it changes
> behaviour for other shadow setups.  I would suggest to remove it.

Good point, I thought I'd removed that.... yeah I removed it from the
3.7.1p2 working tree but not the -current one.  Thanks!

-- 
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
usually comes from bad judgement.




More information about the openssh-unix-dev mailing list