The Samba-Bugzilla – Attachment 13917 Details for
Bug 13205
Selecting Account is sensitive and cannot be delegated in Active Directory Users and Computers Account tab locks user out
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for Samba 4.5.12
samba-4.5.12_forwardable.patch (text/plain), 675 bytes, created by
Antonios Kalkakos
on 2018-01-22 12:17:02 UTC
(
hide
)
Description:
Patch for Samba 4.5.12
Filename:
MIME Type:
Creator:
Antonios Kalkakos
Created:
2018-01-22 12:17:02 UTC
Size:
675 bytes
patch
obsolete
>--- samba-4.5.12/source4/heimdal/kdc/kerberos5.c.ORIGINAL 2018-01-15 08:20:42.573351961 -0500 >+++ samba-4.5.12/source4/heimdal/kdc/kerberos5.c 2018-01-22 05:46:45.268294676 -0500 >@@ -1460,11 +1460,7 @@ > if(client->entry.flags.forwardable && server->entry.flags.forwardable) > et.flags.forwardable = f.forwardable; > else if (f.forwardable) { >- e_text = "Ticket may not be forwardable"; >- ret = KRB5KDC_ERR_POLICY; >- kdc_log(context, config, 0, >- "Ticket may not be forwardable -- %s", client_name); >- goto out; >+ et.flags.forwardable = !f.forwardable; > } > if(client->entry.flags.proxiable && server->entry.flags.proxiable) > et.flags.proxiable = f.proxiable;
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 13205
: 13917 |
13934