summaryrefslogtreecommitdiff
path: root/source3/include/rpc_misc.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-10-23 21:45:16 +0000
committerLuke Leighton <lkcl@samba.org>1998-10-23 21:45:16 +0000
commit3acae62a876beab12390d24212be386876e73831 (patch)
treebbb5c99dcc40ea0f43515dd00872309b8f17ffb3 /source3/include/rpc_misc.h
parent6d99f5f339b572df1cd737286fbb64ad23f74fc7 (diff)
downloadsamba-3acae62a876beab12390d24212be386876e73831.tar.gz
samba-3acae62a876beab12390d24212be386876e73831.tar.bz2
samba-3acae62a876beab12390d24212be386876e73831.zip
added domain and local group structures. names may have to be 256 chars
long not 128 (fstring) length. (This used to be commit 1e96e14e790e733bbd182a828b0db8727fead2a2)
Diffstat (limited to 'source3/include/rpc_misc.h')
-rw-r--r--source3/include/rpc_misc.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/source3/include/rpc_misc.h b/source3/include/rpc_misc.h
index c03471ebfc..50daf27dfc 100644
--- a/source3/include/rpc_misc.h
+++ b/source3/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
{