Univention Bugzilla – Attachment 10225 Details for
Bug 49747
The windows explorer crashes, if the share security section will be accessed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add unix to predefined domains
99_zbug49747 (text/plain), 936 bytes, created by
Julia Bremer
on 2019-11-14 09:58:55 CET
(
hide
)
Description:
add unix to predefined domains
Filename:
MIME Type:
Creator:
Julia Bremer
Created:
2019-11-14 09:58:55 CET
Size:
936 bytes
patch
obsolete
>Index: samba-4.10.1/libcli/security/util_sid.c >=================================================================== >--- samba-4.10.1.orig/libcli/security/util_sid.c >+++ samba-4.10.1/libcli/security/util_sid.c >@@ -686,6 +686,16 @@ static const struct predefined_name_mapp > }; > > /* >+ * S-1-22 >+ */ >+static const struct predefined_name_mapping predefined_names_S_1_22[] = { >+ { >+ .name = "Unix", >+ .type = SID_NAME_DOMAIN, >+ .sid = _SID0(22), /* S-1-22 */ >+ }, >+}; >+/* > * S-1-16 > */ > static const struct predefined_name_mapping predefined_names_S_1_16[] = { >@@ -807,6 +817,12 @@ static const struct predefined_domain_ma > .num_names = ARRAY_SIZE(predefined_names_S_1_16), > .names = predefined_names_S_1_16, > }, >+ { >+ .domain = "Unix", >+ .sid = _SID0(22), /* S-1-22 */ >+ .num_names = ARRAY_SIZE(predefined_names_S_1_22), >+ .names = predefined_names_S_1_22, >+ }, > }; > > NTSTATUS dom_sid_lookup_predefined_name(const char *name,
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 49747
:
10095
| 10225