The Samba-Bugzilla – Attachment 13150 Details for
Bug 12740
Failed to create kerberos keytab during net ads join
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for open kerberos default keytab file
0001-krb5_wrap-No-check-NULL-path-to-key-table-as-bad-abs.patch (text/plain), 731 bytes, created by
Evgeny Sinelnikov
on 2017-04-12 01:19:23 UTC
(
hide
)
Description:
Patch for open kerberos default keytab file
Filename:
MIME Type:
Creator:
Evgeny Sinelnikov
Created:
2017-04-12 01:19:23 UTC
Size:
731 bytes
patch
obsolete
>From 2397bdbb770c162b458cd2053d41071eabb9ec1b Mon Sep 17 00:00:00 2001 >From: Evgeny Sinelnikov <sin@altlinux.ru> >Date: Wed, 12 Apr 2017 03:42:13 +0400 >Subject: [PATCH] krb5_wrap: No check NULL path to key table as bad absolute > path in smb_krb5_kt_open() > >--- > lib/krb5_wrap/krb5_samba.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/lib/krb5_wrap/krb5_samba.c b/lib/krb5_wrap/krb5_samba.c >index 10b42de..a3109b2 100644 >--- a/lib/krb5_wrap/krb5_samba.c >+++ b/lib/krb5_wrap/krb5_samba.c >@@ -1170,7 +1170,7 @@ krb5_error_code smb_krb5_kt_open(krb5_context context, > int cmp; > > if (keytab_name_req == NULL) { >- return KRB5_KT_BADNAME; >+ goto open_keytab; > } > > if (keytab_name_req[0] == '/') { >-- >2.7.4 >
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 12740
: 13150