summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2005-11-26 22:24:09 +1100
committerDarren Tucker <dtucker@zip.com.au>2005-11-26 22:24:09 +1100
commit91d25a0c4537ce7f43f78498a5fc767a4d6ab0b7 (patch)
tree344471bbf3364dd78cbe033700de3b399d65c33b /configure.ac
parente0be30426a18f3c8038f98cdb10171200b134d60 (diff)
- (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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2149f5af..ffa94e86 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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