The Samba-Bugzilla – Attachment 2903 Details for
Bug 4927
Winbind IDMAP RFC2307 sets default GID to 0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Tested patch to reject users with no gidNumber when using rfc2307/sfu mapping
nss_nogid.patch (text/plain), 333 bytes, created by
Rick King
on 2007-08-29 16:43:30 UTC
(
hide
)
Description:
Tested patch to reject users with no gidNumber when using rfc2307/sfu mapping
Filename:
MIME Type:
Creator:
Rick King
Created:
2007-08-29 16:43:30 UTC
Size:
333 bytes
patch
obsolete
>--- source/nsswitch/idmap_ad.c.orig 2007-08-23 15:44:22.097859364 -0400 >+++ source/nsswitch/idmap_ad.c 2007-08-23 15:45:23.023906036 -0400 >@@ -753,7 +753,7 @@ > > if ( gid ) { > if ( !ads_pull_uint32(ads, msg, ad_schema->posix_gidnumber_attr, gid ) ) >- *gid = 0; >+ *gid = (uint32)-1; > } > > return NT_STATUS_OK;
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 4927
: 2903