summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.h
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2015-03-10 13:01:21 +0100
committerJakub Hrozek <jhrozek@redhat.com>2015-03-23 08:33:53 +0100
commitf0072e2b102f3b553533402d4ae42b1989b0370e (patch)
tree369b362e2d788f05b90d0c7b1ead95ce403cd35e /src/providers/ldap/sdap_async.h
parentb123a618dd8837f8a2db385542f0d7f3d7679d9b (diff)
downloadsssd-f0072e2b102f3b553533402d4ae42b1989b0370e.tar.gz
sssd-f0072e2b102f3b553533402d4ae42b1989b0370e.tar.xz
sssd-f0072e2b102f3b553533402d4ae42b1989b0370e.zip
SDAP: Make password change timeout configurable with ldap_opt_timeout
Related: https://fedorahosted.org/sssd/ticket/1501 Reviewed-by: Pavel Reichl <preichl@redhat.com>
Diffstat (limited to 'src/providers/ldap/sdap_async.h')
-rw-r--r--src/providers/ldap/sdap_async.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_async.h b/src/providers/ldap/sdap_async.h
index 941b81a41..29afd8e1a 100644
--- a/src/providers/ldap/sdap_async.h
+++ b/src/providers/ldap/sdap_async.h
@@ -145,7 +145,8 @@ struct tevent_req *sdap_exop_modify_passwd_send(TALLOC_CTX *memctx,
struct sdap_handle *sh,
char *user_dn,
const char *password,
- const char *new_password);
+ const char *new_password,
+ int timeout);
errno_t sdap_exop_modify_passwd_recv(struct tevent_req *req,
TALLOC_CTX *mem_ctx,
char **user_error_msg);