The Samba-Bugzilla – Attachment 9867 Details for
Bug 10490
pam_winbind fails with kerberos method = secrets and keytab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
close keytab explicitly if krb5_kt_start_seq_get fails
winbind_keytab_fault.patch (text/plain), 538 bytes, created by
Michael Saxl
on 2014-04-23 07:02:20 UTC
(
hide
)
Description:
close keytab explicitly if krb5_kt_start_seq_get fails
Filename:
MIME Type:
Creator:
Michael Saxl
Created:
2014-04-23 07:02:20 UTC
Size:
538 bytes
patch
obsolete
>--- a/source3/librpc/crypto/gse_krb5.c 2014-04-23 09:00:37.415060219 +0200 >+++ b/source3/librpc/crypto/gse_krb5.c 2014-04-23 09:00:33.679057394 +0200 >@@ -414,6 +414,10 @@ static krb5_error_code fill_mem_keytab_f > if (ret) { > DEBUG(1, (__location__ ": krb5_kt_start_seq_get failed (%s)\n", > error_message(ret))); >+ if (keytab) { >+ krb5_kt_close(krbctx, keytab); >+ keytab = NULL; >+ } > goto out; > }
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 10490
:
9867
|
9886
|
9887
|
9888
|
13308
|
13325
|
13326