summaryrefslogtreecommitdiffstats
path: root/source3/lib/domain_namemap.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/domain_namemap.c')
-rw-r--r--source3/lib/domain_namemap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/domain_namemap.c b/source3/lib/domain_namemap.c
index cb0e315ef5..f095c8d764 100644
--- a/source3/lib/domain_namemap.c
+++ b/source3/lib/domain_namemap.c
@@ -1026,6 +1026,7 @@ BOOL lookupsmbpwuid(uid_t uid, DOM_NAME_MAP *gmep)
{
gmep->nt_name = nt_name;
gmep->unix_name = unix_name;
+ gmep->nt_domain = nt_domain;
gmep->unix_id = (uint32)uid;
@@ -1279,6 +1280,7 @@ BOOL lookupsmbgrpgid(gid_t gid, DOM_NAME_MAP *gmep)
{
gmep->nt_name = nt_name;
gmep->unix_name = unix_name;
+ gmep->nt_domain = nt_domain;
gmep->unix_id = (uint32)gid;