diff options
author | Tim Potter <tpot@samba.org> | 2001-05-04 07:36:09 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-05-04 07:36:09 +0000 |
commit | 2eb28b3d516325725678a67f8b0030aec8ec61d7 (patch) | |
tree | 5277d68b2ed4b4306a07b0b062788cca1ea05e1a | |
parent | 982195c89d2ea0e66c24f6426f50c7d2f35800e0 (diff) | |
download | samba-2eb28b3d516325725678a67f8b0030aec8ec61d7.tar.gz samba-2eb28b3d516325725678a67f8b0030aec8ec61d7.tar.xz samba-2eb28b3d516325725678a67f8b0030aec8ec61d7.zip |
Merge of struct acct_info from TNG.
-rw-r--r-- | source/include/ntdomain.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ }; /* |