summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap/ldap.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-09-29 12:18:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:59:29 -0500
commit88ead90b1d6f7e32181b5e9bf2b48cf0ef0b7c95 (patch)
tree390b26028b62f61880049230c537656b44ef96b1 /source4/libcli/ldap/ldap.h
parente0aeffbc85ae42c56970237759d5521ee224826b (diff)
downloadsamba-88ead90b1d6f7e32181b5e9bf2b48cf0ef0b7c95.tar.gz
samba-88ead90b1d6f7e32181b5e9bf2b48cf0ef0b7c95.tar.bz2
samba-88ead90b1d6f7e32181b5e9bf2b48cf0ef0b7c95.zip
r2747: use DATA_BLOB for attribute values
en/decode CompareRequest/Response correct metze (This used to be commit 72dfea2b07aea83d0965a585f6e388eb88a7c6d1)
Diffstat (limited to 'source4/libcli/ldap/ldap.h')
-rw-r--r--source4/libcli/ldap/ldap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/ldap/ldap.h b/source4/libcli/ldap/ldap.h
index ca546e11e1..c0d16e67a3 100644
--- a/source4/libcli/ldap/ldap.h
+++ b/source4/libcli/ldap/ldap.h
@@ -169,7 +169,7 @@ struct ldap_ModifyDNRequest {
struct ldap_CompareRequest {
const char *dn;
const char *attribute;
- const char *value;
+ DATA_BLOB value;
};
struct ldap_AbandonRequest {