summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-05-08 14:09:13 +0000
committerLuke Leighton <lkcl@samba.org>1998-05-08 14:09:13 +0000
commit45d32e53015d754dbdfe5dede2f1ff8b23a71c74 (patch)
treec81cca1171525a87cca301f02d27d764f4566f3a
parentbb8706f4076ca1e0ba11b62014ebfc85a357e931 (diff)
downloadsamba-45d32e53015d754dbdfe5dede2f1ff8b23a71c74.tar.gz
samba-45d32e53015d754dbdfe5dede2f1ff8b23a71c74.tar.bz2
samba-45d32e53015d754dbdfe5dede2f1ff8b23a71c74.zip
added smb_grpid to smb_passwd struct
(This used to be commit bcafdcda85581cee4b7b5ead4526c30851e461bf)
-rw-r--r--source3/include/smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 11e7409a9a..542545147b 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -295,6 +295,7 @@ struct smb_passwd
char *munged_dial ; /* munged path name and dial-back tel number */
int smb_userid; /* this is actually the unix uid_t */
+ int smb_grpid; /* this is actually the unix gid_t */
uint32 user_rid; /* Primary User ID */
uint32 group_rid; /* Primary Group ID */