summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-06-26 11:31:33 +1000
committerDamien Miller <djm@mindrot.org>2000-06-26 11:31:33 +1000
commit1f335fb8d81a23c6ddce3062a4e2d4efe9d8a59e (patch)
treee0b2ff2cff12a83740f16bb7da48f592402bdcae /acconfig.h
parentc0fd17fdca5853c0c6bfdfc364d8c5418dcab86b (diff)
- (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
- (djm) Added password expiry checking (no password change support)
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 9b8c3f234..20211a0af 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -133,6 +133,9 @@
133/* Define if you want to disable shadow passwords */ 133/* Define if you want to disable shadow passwords */
134#undef DISABLE_SHADOW 134#undef DISABLE_SHADOW
135 135
136/* Define if you want to use shadow password expire field */
137#undef HAS_SHADOW_EXPIRE
138
136/* Define if you want have trusted HPUX */ 139/* Define if you want have trusted HPUX */
137#undef HAVE_HPUX_TRUSTED_SYSTEM_PW 140#undef HAVE_HPUX_TRUSTED_SYSTEM_PW
138 141