The Samba-Bugzilla – Attachment 2760 Details for
Bug 4678
valid (NIS) users are no longer accepted
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Simple workaround(?) for samba
share_access.patch (text/plain), 470 bytes, created by
Tomasz Fortuna
on 2007-06-15 18:36:24 UTC
(
hide
)
Description:
Simple workaround(?) for samba
Filename:
MIME Type:
Creator:
Tomasz Fortuna
Created:
2007-06-15 18:36:24 UTC
Size:
470 bytes
patch
obsolete
>Index: share_access.c >=================================================================== >--- share_access.c (wersja 23508) >+++ share_access.c (kopia robocza) >@@ -107,7 +107,9 @@ > name, sid_type_lookup(type))); > return False; > } >- return nt_token_check_sid(&sid, token); >+ if (nt_token_check_sid(&sid, token)) return True; >+ if (strcmp(name, username) == 0) return True; >+ return False; > } > > for (/* initialized above */ ; *prefix != '\0'; prefix++) {
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 4678
:
2732
|
2760
|
2761
|
2762
|
2763
|
2765