summaryrefslogtreecommitdiffstats
path: root/server/db/sysdb.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-02-08 09:25:53 +0100
committerStephen Gallagher <sgallagh@redhat.com>2010-02-10 08:46:48 -0500
commit3a4aa5e5006decc100a2d8f2db54c46b482afd7c (patch)
tree273e3e311e04aa7b090dd51db264b130deba34af /server/db/sysdb.h
parentc56dde8fd199071ef2674d287162404b4f1b545e (diff)
downloadsssd-3a4aa5e5006decc100a2d8f2db54c46b482afd7c.tar.gz
sssd-3a4aa5e5006decc100a2d8f2db54c46b482afd7c.tar.xz
sssd-3a4aa5e5006decc100a2d8f2db54c46b482afd7c.zip
Send a message to the user if the login is delayed
Diffstat (limited to 'server/db/sysdb.h')
-rw-r--r--server/db/sysdb.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/server/db/sysdb.h b/server/db/sysdb.h
index a6d9e69e4..cf97ed62d 100644
--- a/server/db/sysdb.h
+++ b/server/db/sysdb.h
@@ -548,7 +548,8 @@ int sysdb_cache_password_recv(struct tevent_req *req);
errno_t check_failed_login_attempts(TALLOC_CTX *mem_ctx, struct confdb_ctx *cdb,
struct ldb_message *ldb_msg,
- uint32_t *failed_login_attempts);
+ uint32_t *failed_login_attempts,
+ time_t *delayed_until);
struct tevent_req *sysdb_cache_auth_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct sysdb_ctx *sysdb,
@@ -557,7 +558,8 @@ struct tevent_req *sysdb_cache_auth_send(TALLOC_CTX *mem_ctx,
const uint8_t *authtok,
size_t authtok_size,
struct confdb_ctx *cdb);
-int sysdb_cache_auth_recv(struct tevent_req *req, time_t *expire_date);
+int sysdb_cache_auth_recv(struct tevent_req *req, time_t *expire_date,
+ time_t *delayed_until);
struct tevent_req *sysdb_store_custom_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,