From 21dd0897d53b5850c3fe1dff43494db3024e3d97 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 16 Aug 2004 23:12:05 +1000 Subject: - (dtucker) [acconfig.h auth-pam.c configure.ac] Set real uid to non-root to convince Solaris PAM to honour password complexity rules. ok djm@ --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6954fb47..36c45772 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.225 2004/08/15 08:40:59 djm Exp $ +# $Id: configure.ac,v 1.226 2004/08/16 13:12:06 dtucker Exp $ # # Copyright (c) 1999-2004 Damien Miller # @@ -298,6 +298,7 @@ mips-sony-bsd|mips-sony-newsos4) AC_DEFINE(LOGIN_NEEDS_UTMPX) AC_DEFINE(LOGIN_NEEDS_TERM) AC_DEFINE(PAM_TTY_KLUDGE) + AC_DEFINE(SSHPAM_CHAUTHTOK_NEEDS_RUID) AC_DEFINE(LOCKED_PASSWD_STRING, "*LK*") # Pushing STREAMS modules will cause sshd to acquire a controlling tty. AC_DEFINE(SSHD_ACQUIRES_CTTY) -- cgit v1.2.3