Bugzilla – Attachment 2180 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]
Patch
diff.out (text/plain), 349 bytes, created by
Miguel Sanders
on 2012-08-10 22:31:07 AEST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Miguel Sanders
Created:
2012-08-10 22:31:07 AEST
Size:
349 bytes
patch
obsolete
>--- /tmp/auth1.c 2012-04-26 01:52:15.000000000 +0200 >+++ /tmp/auth2.c 2012-08-10 13:18:25.000000000 +0200 >@@ -146,7 +146,7 @@ > 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
Actions:
View
|
Diff
Attachments on
bug 2032
:
2179
|
2180
|
2195