From 8b02aa0d0ce4f70cabc3ee4b332f65b51ed03fc5 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 8 Oct 2009 16:50:07 -0400 Subject: Make options parser available to all providers --- server/providers/ldap/sdap_async.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/providers/ldap/sdap_async.h') diff --git a/server/providers/ldap/sdap_async.h b/server/providers/ldap/sdap_async.h index 8fab8eb6..c50133c8 100644 --- a/server/providers/ldap/sdap_async.h +++ b/server/providers/ldap/sdap_async.h @@ -69,7 +69,7 @@ struct tevent_req *sdap_auth_send(TALLOC_CTX *memctx, const char *sasl_user, const char *user_dn, const char *authtok_type, - struct sdap_blob authtok); + struct dp_opt_blob authtok); int sdap_auth_recv(struct tevent_req *req, enum sdap_result *result); struct tevent_req *sdap_get_initgr_send(TALLOC_CTX *memctx, -- cgit