The Samba-Bugzilla – Attachment 1207 Details for
Bug 2686
usrmgr.exe fail to create groups
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to set the access bits on the newly created domain group handle
look (text/plain), 591 bytes, created by
Gerald (Jerry) Carter (dead mail address)
on 2005-05-07 07:43:01 UTC
(
hide
)
Description:
patch to set the access bits on the newly created domain group handle
Filename:
MIME Type:
Creator:
Gerald (Jerry) Carter (dead mail address)
Created:
2005-05-07 07:43:01 UTC
Size:
591 bytes
patch
obsolete
>Index: rpc_server/srv_samr_nt.c >=================================================================== >--- rpc_server/srv_samr_nt.c (revision 6641) >+++ rpc_server/srv_samr_nt.c (working copy) >@@ -3780,6 +3780,11 @@ > if ((info = get_samr_info_by_sid(&info_sid)) == NULL) > return NT_STATUS_NO_MEMORY; > >+ >+ /* they created it; let the user do what he wants with it */ >+ >+ info->acc_granted = GENERIC_RIGHTS_GROUP_ALL_ACCESS; >+ > /* get a (unique) handle. open a policy on it. */ > if (!create_policy_hnd(p, &r_u->pol, free_samr_info, (void *)info)) > return NT_STATUS_OBJECT_NAME_NOT_FOUND;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2686
: 1207