From: Tim Potter Date: Fri, 4 May 2001 07:36:09 +0000 (+0000) Subject: Merge of struct acct_info from TNG. X-Git-Tag: samba-2.2.5pre1~2087^2~102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2eb28b3d516325725678a67f8b0030aec8ec61d7;p=thirdparty%2Fsamba.git Merge of struct acct_info from TNG. --- diff --git a/source/include/ntdomain.h b/source/include/ntdomain.h index ecd261949c5..58ed1759e71 100644 --- a/source/include/ntdomain.h +++ b/source/include/ntdomain.h @@ -267,7 +267,8 @@ typedef struct struct acct_info { fstring acct_name; /* account name */ - uint32 smb_userid; /* domain-relative RID */ + fstring acct_desc; /* account name */ + uint32 rid; /* domain-relative RID */ }; /*