diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/auth/auth_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_util.c b/source3/auth/auth_util.c index 6f99173850..c4479d40aa 100644 --- a/source3/auth/auth_util.c +++ b/source3/auth/auth_util.c @@ -843,7 +843,7 @@ static NTSTATUS get_guest_info3(TALLOC_CTX *mem_ctx, info3->base.rid = DOMAIN_RID_GUEST; /* Primary gid */ - info3->base.primary_gid = BUILTIN_RID_GUESTS; + info3->base.primary_gid = DOMAIN_RID_GUESTS; /* Set as guest */ info3->base.user_flags = NETLOGON_GUEST; |