summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbc_async.h
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2009-05-28 00:55:57 +0200
committerKai Blin <kai@samba.org>2010-02-11 23:56:35 +0100
commit145f2c751b5de2864a472363cb478596c5040ee4 (patch)
tree5a8176a8fd93dd167cd991e5621df63a696864ed /nsswitch/libwbclient/wbc_async.h
parent749fb039719e60d82c496a2e1587bfa32d0360b8 (diff)
downloadsamba-145f2c751b5de2864a472363cb478596c5040ee4.tar.gz
samba-145f2c751b5de2864a472363cb478596c5040ee4.tar.bz2
samba-145f2c751b5de2864a472363cb478596c5040ee4.zip
libwbclient: Implement wbcAuthenticateUserEx_send/recv
Diffstat (limited to 'nsswitch/libwbclient/wbc_async.h')
-rw-r--r--nsswitch/libwbclient/wbc_async.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/nsswitch/libwbclient/wbc_async.h b/nsswitch/libwbclient/wbc_async.h
index 21a45741b7..6ee0b37c95 100644
--- a/nsswitch/libwbclient/wbc_async.h
+++ b/nsswitch/libwbclient/wbc_async.h
@@ -118,6 +118,16 @@ struct tevent_req *wbcGidToSid_send(TALLOC_CTX *mem_ctx,
gid_t gid);
wbcErr wbcGidToSid_recv(struct tevent_req *req, struct wbcDomainSid *psid);
+/* Async functions from wbc_pam.c */
+struct tevent_req *wbcAuthenticateUserEx_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct wb_context *wb_ctx,
+ const struct wbcAuthUserParams *params);
+wbcErr wbcAuthenticateUserEx_recv(struct tevent_req *req,
+ TALLOC_CTX *mem_ctx,
+ struct wbcAuthUserInfo **info,
+ struct wbcAuthErrorInfo **error);
+
/* Async functions from wbc_sid.c */
struct tevent_req *wbcLookupSid_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,