Add tldap_pull_guid
[ira/wip.git] / source3 / include / tldap_util.h
index f257afc0b02f27b2ade5eee9ced46595f30036b1..2e0da85f53357207a9a12da967d11ffa968e0a8b 100644 (file)
@@ -31,6 +31,8 @@ char *tldap_talloc_single_attribute(struct tldap_message *msg,
                                    TALLOC_CTX *mem_ctx);
 bool tldap_pull_binsid(struct tldap_message *msg, const char *attribute,
                       struct dom_sid *sid);
+bool tldap_pull_guid(struct tldap_message *msg, const char *attribute,
+                    struct GUID *guid);
 bool tldap_add_mod_blobs(TALLOC_CTX *mem_ctx, struct tldap_mod **pmods,
                         int mod_op, const char *attrib,
                         int num_values, DATA_BLOB *values);