summaryrefslogtreecommitdiffstats
path: root/src/confdb
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2011-01-19 08:52:20 +0100
committerStephen Gallagher <sgallagh@redhat.com>2011-01-19 09:53:20 -0500
commit67aa400d9ce91705225e51010e832877511cb7d4 (patch)
treeee9e0641762373bbe4779e1179a1dbd9d2034488 /src/confdb
parent56789cfa13f85071f5fb37575fa1f1071f587efc (diff)
downloadsssd_unused-67aa400d9ce91705225e51010e832877511cb7d4.tar.gz
sssd_unused-67aa400d9ce91705225e51010e832877511cb7d4.tar.xz
sssd_unused-67aa400d9ce91705225e51010e832877511cb7d4.zip
Add pam_pwd_expiration_warning config option
Diffstat (limited to 'src/confdb')
-rw-r--r--src/confdb/confdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h
index 5e55f255..7173c9fc 100644
--- a/src/confdb/confdb.h
+++ b/src/confdb/confdb.h
@@ -82,6 +82,7 @@
#define CONFDB_DEFAULT_PAM_FAILED_LOGIN_DELAY 5
#define CONFDB_PAM_VERBOSITY "pam_verbosity"
#define CONFDB_PAM_ID_TIMEOUT "pam_id_timeout"
+#define CONFDB_PAM_PWD_EXPIRATION_WARNING "pam_pwd_expiration_warning"
/* Data Provider */
#define CONFDB_DP_CONF_ENTRY "config/dp"