summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-08-25 11:51:19 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-08-25 11:51:19 +1000
commite41bba584737f028579961ddf6669b6a768e47e7 (patch)
tree65b6dba443b02b4ebfe6704162685e1f712643b4 /acconfig.h
parent5ade9abc37df3dacacbe20104877ca6dab61082a (diff)
- (dtucker) [acconfig.h auth.c configure.ac sshd.8] Bug #422 again: deny
any access to locked accounts. ok djm@
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h7
1 files changed, 6 insertions, 1 deletions
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