diff options
author | Luke Leighton <lkcl@samba.org> | 1998-10-23 21:45:16 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1998-10-23 21:45:16 +0000 |
commit | 1e96e14e790e733bbd182a828b0db8727fead2a2 (patch) | |
tree | 9763543617375572974f6e5d9c6bb94a65a04709 /source/include/rpc_misc.h | |
parent | 222d686a6cdbc2947e7201636ae80ef4c650a65d (diff) | |
download | samba-1e96e14e790e733bbd182a828b0db8727fead2a2.tar.gz samba-1e96e14e790e733bbd182a828b0db8727fead2a2.tar.xz samba-1e96e14e790e733bbd182a828b0db8727fead2a2.zip |
added domain and local group structures. names may have to be 256 chars
long not 128 (fstring) length.
Diffstat (limited to 'source/include/rpc_misc.h')
-rw-r--r-- | source/include/rpc_misc.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/source/include/rpc_misc.h b/source/include/rpc_misc.h index c03471ebfce..50daf27dfc7 100644 --- a/source/include/rpc_misc.h +++ b/source/include/rpc_misc.h @@ -79,22 +79,6 @@ typedef struct lookup_level_info } LOOKUP_LEVEL; -#define MAXSUBAUTHS 15 /* max sub authorities in a SID */ - -/* DOM_SID - security id */ -typedef struct sid_info -{ - uint8 sid_rev_num; /* SID revision number */ - uint8 num_auths; /* number of sub-authorities */ - uint8 id_auth[6]; /* Identifier Authority */ - /* - * Note that the values in these uint32's are in *native* byteorder, - * not neccessarily little-endian...... JRA. - */ - uint32 sub_auths[MAXSUBAUTHS]; /* pointer to sub-authorities. */ - -} DOM_SID; - /* DOM_SID2 - security id */ typedef struct sid_info_2 { |