summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index 5cdd2849f8..efe7e663a0 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -122,5 +122,11 @@ typedef struct
} rid_name;
+struct acct_info
+{
+ fstring acct_name; /* account name */
+ uint32 smb_userid; /* domain-relative RID */
+};
+
#endif /* _NT_DOMAIN_H */