diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/tldap_util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/tldap_util.h b/source3/include/tldap_util.h index 8869d1e9de..00916f51f3 100644 --- a/source3/include/tldap_util.h +++ b/source3/include/tldap_util.h @@ -61,4 +61,8 @@ int tldap_fetch_rootdse_recv(struct tevent_req *req); int tldap_fetch_rootdse(struct tldap_context *ld); struct tldap_message *tldap_rootdse(struct tldap_context *ld); +bool tldap_entry_has_attrvalue(struct tldap_message *msg, + const char *attribute, + const DATA_BLOB blob); + #endif |