diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/tldap.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/tldap.h b/source3/include/tldap.h index d57484c5f8..8e5664241e 100644 --- a/source3/include/tldap.h +++ b/source3/include/tldap.h @@ -46,6 +46,9 @@ struct tldap_mod { }; struct tldap_context *tldap_context_create(TALLOC_CTX *mem_ctx, int fd); +bool tldap_context_setattr(struct tldap_context *ld, + const char *name, const void *pptr); +void *tldap_context_getattr(struct tldap_context *ld, const char *name); struct tevent_req *tldap_sasl_bind_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, |