summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-01-24 22:00:07 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-01-24 22:00:07 +0100
commit52bc292f580a20f83a5d6c29a905c829331f6442 (patch)
tree6b79adb3f6d33a1b8de72b6962ce65ebfc164d73 /source4/auth
parenta2dcf7bd22b5f206ef3c3816d0c93b140260da67 (diff)
parent43040be5b9c959c2f9c305eec9d66c103edc14af (diff)
downloadsamba-52bc292f580a20f83a5d6c29a905c829331f6442.tar.gz
samba-52bc292f580a20f83a5d6c29a905c829331f6442.tar.bz2
samba-52bc292f580a20f83a5d6c29a905c829331f6442.zip
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-trivial
(This used to be commit d4d4120b715dc37b708b1c6074eab4f5c23d6b8f)
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/auth_sam_reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_sam_reply.c b/source4/auth/auth_sam_reply.c
index 6ab220498d..ea6f0a1f60 100644
--- a/source4/auth/auth_sam_reply.c
+++ b/source4/auth/auth_sam_reply.c
@@ -132,7 +132,7 @@ NTSTATUS auth_convert_server_info_saminfo3(TALLOC_CTX *mem_ctx,
continue;
}
sam3->sids[sam3->sidcount].sid = talloc_reference(sam3->sids,server_info->domain_groups[i]);
- sam3->sids[sam3->sidcount].attribute =
+ sam3->sids[sam3->sidcount].attributes =
SE_GROUP_MANDATORY | SE_GROUP_ENABLED_BY_DEFAULT | SE_GROUP_ENABLED;
sam3->sidcount += 1;
}