From c71ff1e4615ec8560b90ca7d4827d99424ad0355 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Wed, 22 Dec 2010 11:00:22 -0500 Subject: Update the ID cache for any PAM request Also adds an option to limit how often we check the ID provider, so that conversations with multiple PAM requests won't update the cache multiple times. https://fedorahosted.org/sssd/ticket/749 --- src/confdb/confdb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/confdb') diff --git a/src/confdb/confdb.h b/src/confdb/confdb.h index eccb98d3..5e55f255 100644 --- a/src/confdb/confdb.h +++ b/src/confdb/confdb.h @@ -81,6 +81,7 @@ #define CONFDB_PAM_FAILED_LOGIN_DELAY "offline_failed_login_delay" #define CONFDB_DEFAULT_PAM_FAILED_LOGIN_DELAY 5 #define CONFDB_PAM_VERBOSITY "pam_verbosity" +#define CONFDB_PAM_ID_TIMEOUT "pam_id_timeout" /* Data Provider */ #define CONFDB_DP_CONF_ENTRY "config/dp" -- cgit