The Samba-Bugzilla – Attachment 463 Details for
Bug 1023
Failed to open group mapping database
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for get_alias_user_groups()
look (text/plain), 635 bytes, created by
Gerald (Jerry) Carter (dead mail address)
on 2004-04-01 07:13:50 UTC
(
hide
)
Description:
patch for get_alias_user_groups()
Filename:
MIME Type:
Creator:
Gerald (Jerry) Carter (dead mail address)
Created:
2004-04-01 07:13:50 UTC
Size:
635 bytes
patch
obsolete
>Index: rpc_server/srv_util.c >=================================================================== >RCS file: /data/cvs/samba/source/rpc_server/srv_util.c,v >retrieving revision 1.65.2.15 >diff -u -r1.65.2.15 srv_util.c >--- rpc_server/srv_util.c 10 Dec 2003 16:40:17 -0000 1.65.2.15 >+++ rpc_server/srv_util.c 1 Apr 2004 15:12:18 -0000 >@@ -149,7 +149,11 @@ > > for (i=0;i<num_groups;i++) { > >- if (!get_group_from_gid(groups[i], &map)) { >+ become_root(); >+ ret = get_group_from_gid(groups[i], &map); >+ unbecome_root(); >+ >+ if ( !ret ) { > DEBUG(10,("get_alias_user_groups: gid %d. not found\n", (int)groups[i])); > continue; > }
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 1023
:
391
|
395
| 463