Patch PHCO_22265 (s700_800 11.00 cumulative libpam and libpam_unix patch) is now available that fixes a problem discussed a while back on the list regarding an incorrect return value from pam_acct_mgmt(), which effected the ability to change an expired password: (SR: 8606160402 CR: JAGad29724) HP-UX is inconsistent with the PAM standard with respect to the return value for an expired password. libpam_unix.1 returns PAM_AUTHTOK_EXPIRED when it detects an expired password; the PAM standard expects PAM_NEW_AUTHTOK_REQD to be returned. This inconsistency causes a problem for programs written to run on multiple platforms. Resolution: When an expired password is detected, libpam_unix.1 now returns standard PAM_NEW_AUTHTOK_REQD instead of PAM_AUTHTOK_EXPIRED. I'm running a pre-release of this patch and openssh-SNAP-20001028.tar.gz on several 11.0 production hosts and things are working fine. You can get this patch from: ftp://europe-ffs.external.hp.com/hp-ux_patches/s700_800/11.X/PHCO_22265 ftp://us-ffs.external.hp.com/hp-ux_patches/s700_800/11.X/PHCO_22265
hello there seems to be a small typo in OpenSSH 2.2.0p1 configure.in. as a result 'configure --help' prints the wrong name for the '--with-ldflags' configuration flag. best regards, -- aspa -------------- next part -------------- *** configure.in.dist Mon Nov 6 09:07:43 2000 --- configure.in Mon Nov 6 09:26:06 2000 *************** *** 203,209 **** ] ) AC_ARG_WITH(ldflags, ! [ --with-ldlags Specify additional flags to pass to linker], [ if test "x$withval" != "xno" ; then LDFLAGS="$LDFLAGS $withval" --- 203,209 ---- ] ) AC_ARG_WITH(ldflags, ! [ --with-ldflags Specify additional flags to pass to linker], [ if test "x$withval" != "xno" ; then LDFLAGS="$LDFLAGS $withval"
Apparently Analagous Threads
- [Bug 748] HP-UX 11.11 (aka 11i) needs BROKEN_GETADDRINFO
- Problem with Winbind, logging straight out
- Winbind on HPUX 11, some small progress
- [Bug 1794] New: sshd segfault when calling pam_authenticate() in pam_unix module which has option "try_first_pass"
- PAM auth. and HP-UX