Bugzilla – Attachment 2195 Details for
Bug 2032
Local user name in krb5_kuserok call
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
revised patch
kuserok.diff (text/plain), 564 bytes, created by
Damien Miller
on 2012-11-29 13:11:02 AEDT
(
hide
)
Description:
revised patch
Filename:
MIME Type:
Creator:
Damien Miller
Created:
2012-11-29 13:11:02 AEDT
Size:
564 bytes
patch
obsolete
>Index: auth-krb5.c >=================================================================== >RCS file: /var/cvs/openssh/auth-krb5.c,v >retrieving revision 1.37 >diff -u -p -r1.37 auth-krb5.c >--- auth-krb5.c 25 Apr 2012 23:52:15 -0000 1.37 >+++ auth-krb5.c 29 Nov 2012 02:09:28 -0000 >@@ -146,7 +146,8 @@ auth_krb5_password(Authctxt *authctxt, c > if (problem) > goto out; > >- if (!krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user, client)) { >+ if (!krb5_kuserok(authctxt->krb5_ctx, authctxt->krb5_user, >+ authctxt->pw->pw_name)) { > problem = -1; > 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 Diff
View Attachment As Raw
Flags:
dtucker
:
ok+
Actions:
View
|
Diff
Attachments on
bug 2032
:
2179
|
2180
| 2195