summaryrefslogtreecommitdiff
path: root/source/include/smb.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-12-02 22:05:56 +0000
committerLuke Leighton <lkcl@samba.org>1998-12-02 22:05:56 +0000
commit78a86c64960a7823b0db8b7bebfffabb4a5ba864 (patch)
tree22fd61bd4f6699ab93456ab46e7ec39956f7ffc7 /source/include/smb.h
parent9bce7340d60a49594f67cc3c6cc6119b33a5358a (diff)
downloadsamba-78a86c64960a7823b0db8b7bebfffabb4a5ba864.tar.gz
added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group member
query. domain groups now work, hurrah! only thing is that the description is one character long, don't know why (which is wierd in itself).
Diffstat (limited to 'source/include/smb.h')
-rw-r--r--source/include/smb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index 3d8dd14a1b8..e4191f706d2 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -486,6 +486,8 @@ typedef struct domain_grp_member_info
{
fstring name;
uint8 attr; /* attributes forced to be set to 0x7: SE_GROUP_xxx */
+ uint32 rid; /* rid of domain group member */
+ uint8 sid_use; /* usr=1 grp=2 dom=3 alias=4 wkng=5 del=6 inv=7 unk=8 */
} DOMAIN_GRP_MEMBER;