diff options
author | Volker Lendecke <vl@samba.org> | 2009-05-29 21:27:53 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-05-29 21:29:24 +0200 |
commit | dde62b35d7730d0c09b6479fab7baae809d2551e (patch) | |
tree | ee8d128496e1550590142520e3a4131233755d86 /source3/include | |
parent | f451dd482d1220cb520bbf2cc210c458c25dca26 (diff) | |
download | samba-dde62b35d7730d0c09b6479fab7baae809d2551e.tar.gz samba-dde62b35d7730d0c09b6479fab7baae809d2551e.tar.bz2 samba-dde62b35d7730d0c09b6479fab7baae809d2551e.zip |
Add smbldap_talloc_single_blob()
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smbldap.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h index c28d43d53b..7135c0be79 100644 --- a/source3/include/smbldap.h +++ b/source3/include/smbldap.h @@ -214,6 +214,9 @@ char * smbldap_talloc_single_attribute(LDAP *ldap_struct, LDAPMessage *entry, char * smbldap_talloc_smallest_attribute(LDAP *ldap_struct, LDAPMessage *entry, const char *attribute, TALLOC_CTX *mem_ctx); +bool smbldap_talloc_single_blob(TALLOC_CTX *mem_ctx, LDAP *ld, + LDAPMessage *msg, const char *attrib, + DATA_BLOB *blob); bool smbldap_pull_sid(LDAP *ld, LDAPMessage *msg, const char *attrib, struct dom_sid *sid); void talloc_autofree_ldapmsg(TALLOC_CTX *mem_ctx, LDAPMessage *result); |