| Summary: | Pwexp does not work with nisplus | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Stefan Sundman <stefan> | ||||
| Component: | Build system | Assignee: | Darren Tucker <dtucker> | ||||
| Status: | CLOSED DUPLICATE | ||||||
| Severity: | normal | ||||||
| Priority: | P2 | ||||||
| Version: | -current | ||||||
| Hardware: | SPARC | ||||||
| OS: | Solaris | ||||||
| Attachments: |
|
||||||
|
Description
Stefan Sundman
2003-10-06 22:06:30 AEST
I've never tried the patch with NIS+. Please attach (note: create attachment not paste into comment) full server-side debug (ie "sshd -ddd") for your NIS+ system. Are you using PAM or not? Reassigning to me since pwexp isn't part of the main distribution. Created attachment 478 [details]
sshd -ddd
This is a sshd -ddd from the machine
Is HAS_SHADOW_EXPIRE set in config.h? Yes, it works on a standalone system. If the expiry info doesn't show in the shadow info (and it doesn't appear to in the debug) then sshd won't know the password is expired. A couple of suggestions: Are you using 3.7.1p2? If not please try it. Try enabling UsePAM and disabling PasswordAuthentication. Please try openssh-3.7.1p2 + pwexp26. There's hooks in there for PAM password changes via SSH2 keyboard-interactive. http://www.zip.com.au/~dtucker/openssh/openssh-3.7.1p2-pwexp26.patch Cleaning up open bugs: this one appears to be covered by bug #695. *** This bug has been marked as a duplicate of 695 *** Did the trick, thanks! Was that attachment #503 [details] in bug #695 that resolved your problem? I'd just like confirmation so I can close 695 too. Don't know about #695? The soloution was in comment #7 (pwexp-26) |