From 45d32e53015d754dbdfe5dede2f1ff8b23a71c74 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Fri, 8 May 1998 14:09:13 +0000 Subject: added smb_grpid to smb_passwd struct (This used to be commit bcafdcda85581cee4b7b5ead4526c30851e461bf) --- source3/include/smb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') 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 */ -- cgit