From e41bba584737f028579961ddf6669b6a768e47e7 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 25 Aug 2003 11:51:19 +1000 Subject: - (dtucker) [acconfig.h auth.c configure.ac sshd.8] Bug #422 again: deny any access to locked accounts. ok djm@ --- acconfig.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 24c07bee..0e04c65b 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.160 2003/08/02 12:24:49 dtucker Exp $ */ +/* $Id: acconfig.h,v 1.161 2003/08/25 01:51:19 dtucker Exp $ */ /* * Copyright (c) 1999-2003 Damien Miller. All rights reserved. @@ -398,6 +398,11 @@ /* Define if cmsg_type is not passed correctly */ #undef BROKEN_CMSG_TYPE +/* Strings used in /etc/passwd to denote locked account */ +#undef LOCKED_PASSWD_STRING +#undef LOCKED_PASSWD_PREFIX +#undef LOCKED_PASSWD_SUBSTR + /* Define if DNS support is to be activated */ #undef DNS -- cgit v1.2.3