diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-12-22 11:00:22 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-12-22 13:22:28 -0500 |
commit | c71ff1e4615ec8560b90ca7d4827d99424ad0355 (patch) | |
tree | 5f1ccd75d8e6dfcb9d5a3898ebc9368dabcca261 /src/responder/common | |
parent | 7da6ae5558059218d660d879057f6e39864c3493 (diff) | |
download | sssd-c71ff1e4615ec8560b90ca7d4827d99424ad0355.tar.gz sssd-c71ff1e4615ec8560b90ca7d4827d99424ad0355.tar.bz2 sssd-c71ff1e4615ec8560b90ca7d4827d99424ad0355.zip |
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
Diffstat (limited to 'src/responder/common')
-rw-r--r-- | src/responder/common/responder.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/responder/common/responder.h b/src/responder/common/responder.h index 783f9e40..6b81aada 100644 --- a/src/responder/common/responder.h +++ b/src/responder/common/responder.h @@ -118,6 +118,8 @@ struct cli_ctx { char *netgr_name; int netgrent_cur; + + time_t pam_timeout; }; struct sss_cmd_table { |