]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Merge of struct acct_info from TNG.
authorTim Potter <tpot@samba.org>
Fri, 4 May 2001 07:36:09 +0000 (07:36 +0000)
committerTim Potter <tpot@samba.org>
Fri, 4 May 2001 07:36:09 +0000 (07:36 +0000)
source/include/ntdomain.h

index ecd261949c5eb5d4472ff831de09ac348717fac6..58ed1759e71bfe5db0061c71786fb34a0e3fd072 100644 (file)
@@ -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 */
 };
 
 /*