- (dtucker) [configure.ac] Bug #1126: AIX 5.2 and 5.3 (and presumably newer,

when they're available) need the real UID set otherwise pam_chauthtok will
   set ADMCHG after changing the password, forcing the user to change it
   again immediately.
This commit is contained in:
Darren Tucker 2005-11-26 22:24:09 +11:00
parent e0be30426a
commit 91d25a0c45
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
20051126
- (dtucker) [configure.ac] Bug #1126: AIX 5.2 and 5.3 (and presumably newer,
when they're available) need the real UID set otherwise pam_chauthtok will
set ADMCHG after changing the password, forcing the user to change it
again immediately.
20051125
- (dtucker) [configure.ac] Apply tim's fix for older systems where the
resolver state in resolv.h is "state" not "__res_state". With slight
@ -3352,4 +3358,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
$Id: ChangeLog,v 1.4007 2005/11/25 03:44:55 dtucker Exp $
$Id: ChangeLog,v 1.4008 2005/11/26 11:24:09 dtucker Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.310 2005/11/25 02:14:58 dtucker Exp $
# $Id: configure.ac,v 1.311 2005/11/26 11:24:10 dtucker Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@ -181,6 +181,8 @@ case "$host" in
AC_DEFINE(SPT_TYPE,SPT_REUSEARGV,
[Define to a Set Process Title type if your system is
supported by bsd-setproctitle.c])
AC_DEFINE(SSHPAM_CHAUTHTOK_NEEDS_RUID, 1,
[AIX 5.2 and 5.3 (and presumably newer) require this])
;;
*-*-cygwin*)
check_for_libcrypt_later=1