summaryrefslogtreecommitdiff
path: root/server/providers/ldap/sdap_async.h
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2009-10-08 16:50:07 -0400
committerSimo Sorce <ssorce@redhat.com>2009-10-14 17:33:04 -0400
commit8b02aa0d0ce4f70cabc3ee4b332f65b51ed03fc5 (patch)
tree716ede15c9867be6764d52fed608063be7e8f042 /server/providers/ldap/sdap_async.h
parentcf741fe83dcba32d6ac09b8fc41ecc31f6a67e54 (diff)
downloadsssd-8b02aa0d0ce4f70cabc3ee4b332f65b51ed03fc5.tar.gz
sssd-8b02aa0d0ce4f70cabc3ee4b332f65b51ed03fc5.tar.bz2
sssd-8b02aa0d0ce4f70cabc3ee4b332f65b51ed03fc5.zip
Make options parser available to all providers
Diffstat (limited to 'server/providers/ldap/sdap_async.h')
-rw-r--r--server/providers/ldap/sdap_async.h2
1 files changed, 1 insertions, 1 deletions
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,