From 1f335fb8d81a23c6ddce3062a4e2d4efe9d8a59e Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 26 Jun 2000 11:31:33 +1000 Subject: - (djm) Account expiry support from Andreas Steinmetz - (djm) Added password expiry checking (no password change support) --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 9b8c3f234..20211a0af 100644 --- a/acconfig.h +++ b/acconfig.h @@ -133,6 +133,9 @@ /* Define if you want to disable shadow passwords */ #undef DISABLE_SHADOW +/* Define if you want to use shadow password expire field */ +#undef HAS_SHADOW_EXPIRE + /* Define if you want have trusted HPUX */ #undef HAVE_HPUX_TRUSTED_SYSTEM_PW -- cgit v1.2.3