The Samba-Bugzilla – Attachment 2467 Details for
Bug 4566
provide password to kerb_prompter()
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
pass password to kerb_prompter()
samba-bug-4566.patch (text/plain), 583 bytes, created by
jacob berkman
on 2007-04-27 10:59:54 UTC
(
hide
)
Description:
pass password to kerb_prompter()
Filename:
MIME Type:
Creator:
jacob berkman
Created:
2007-04-27 10:59:54 UTC
Size:
583 bytes
patch
obsolete
>--- samba-3.0.25rc3/source/libads/kerberos.c~ 2007-04-20 21:48:08.000000000 -0400 >+++ samba-3.0.25rc3/source/libads/kerberos.c 2007-04-27 11:49:46.000000000 -0400 >@@ -138,7 +138,8 @@ int kerberos_kinit_password_ext(const ch > } > > if ((code = krb5_get_init_creds_password(ctx, &my_creds, me, CONST_DISCARD(char *,password), >- kerb_prompter, NULL, 0, NULL, opt))) >+ kerb_prompter, CONST_DISCARD(char *,password), >+ 0, NULL, opt))) > { > smb_krb5_get_init_creds_opt_free(ctx, opt); > smb_krb5_free_addresses(ctx, addr);
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 4566
: 2467