summaryrefslogtreecommitdiff
path: root/source4/libcli/ldap/ldap.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-08-13 06:27:02 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:57:58 -0500
commitcd5421b8ab189a35fe4f546ed1a4893f20e24ab3 (patch)
tree087bb4710de0e934294fd2cfaef4510d340f2f06 /source4/libcli/ldap/ldap.h
parent01b58ebf83eca8b3909f3ba5becd6615bb89039f (diff)
downloadsamba-cd5421b8ab189a35fe4f546ed1a4893f20e24ab3.tar.gz
samba-cd5421b8ab189a35fe4f546ed1a4893f20e24ab3.tar.bz2
samba-cd5421b8ab189a35fe4f546ed1a4893f20e24ab3.zip
r1803: more progress on sasl binds, but decoding the response still fails
metze (This used to be commit f6c44201073df37881191509ffb7badee3baac71)
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 fcd660f841..af322e783a 100644
--- a/source4/libcli/ldap/ldap.h
+++ b/source4/libcli/ldap/ldap.h
@@ -85,7 +85,7 @@ struct ldap_BindRequest {
struct ldap_BindResponse {
struct ldap_Result response;
union {
- DATA_BLOB creds;
+ DATA_BLOB secblob;
} SASL;
};