summaryrefslogtreecommitdiff
path: root/source4/libcli/cldap/cldap.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-05-13 06:08:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:42 -0500
commit06869ce014ffa249fb117df1d4d7182a1de24c5a (patch)
treef5df8e022cda9b5485f0d98c5f8611006bfa9f90 /source4/libcli/cldap/cldap.h
parent4029df5e602760a0a0f8851e9f7bb28e1434f4f0 (diff)
downloadsamba-06869ce014ffa249fb117df1d4d7182a1de24c5a.tar.gz
samba-06869ce014ffa249fb117df1d4d7182a1de24c5a.tar.bz2
samba-06869ce014ffa249fb117df1d4d7182a1de24c5a.zip
r6764: added support for DomainGuid, DomainSid, AAC, and User attributes in
cldap netlogon queries (This used to be commit 7c1d0f449d3922a309fc86e5d9cb1e962a39805d)
Diffstat (limited to 'source4/libcli/cldap/cldap.h')
-rw-r--r--source4/libcli/cldap/cldap.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/libcli/cldap/cldap.h b/source4/libcli/cldap/cldap.h
index fbdaada8c9..632dbd1f65 100644
--- a/source4/libcli/cldap/cldap.h
+++ b/source4/libcli/cldap/cldap.h
@@ -143,7 +143,11 @@ struct cldap_netlogon {
const char *dest_address;
const char *realm;
const char *host;
- uint8_t version;
+ const char *user;
+ const char *domain_guid;
+ const char *domain_sid;
+ int acct_control;
+ uint32_t version;
} in;
struct {
union nbt_cldap_netlogon netlogon;