diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-07-05 10:57:39 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:16 -0500 |
commit | f1031746e51268d64559b9eb3ab1affbc436af00 (patch) | |
tree | 112f7a241887d4f040953dc969b7213472a24144 /source4/include | |
parent | 1f01bafd44dea9dd497f67fe4c50790d4c21256f (diff) | |
download | samba-f1031746e51268d64559b9eb3ab1affbc436af00.tar.gz samba-f1031746e51268d64559b9eb3ab1affbc436af00.tar.bz2 samba-f1031746e51268d64559b9eb3ab1affbc436af00.zip |
r8164: - match the ordering w2k3 uses for the PAC_BUFFER:
LOGON_INFO
LOGON_NAME
SRV_CHECKSUM
KDC_CHECKSUM
- w2k3 also don't use the groupmembership array with rids
it uses the othersids array
metze
(This used to be commit 2286fad27d749ebba14f5448f1f635bb36750c9c)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/structs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/structs.h b/source4/include/structs.h index e9c8c69fd7..e243d78f20 100644 --- a/source4/include/structs.h +++ b/source4/include/structs.h @@ -104,6 +104,7 @@ struct netr_Credential; struct netr_Authenticator; union netr_Validation; struct netr_SamBaseInfo; +struct netr_SamInfo3; struct iface_struct; |