mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
r23147: Patch #4566 from jacob berkman <jberkman@novell.com>. Pass password data to krb5_prompter.
Jeremy. (This used to be commit 232fc5d69d44404df13f6516864352f9a5721552)
This commit is contained in:
parent
cab1200b43
commit
ad5ff1b809
@ -248,7 +248,8 @@ int kerberos_kinit_password_ext(const char *principal,
|
||||
}
|
||||
|
||||
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))) {
|
||||
goto out;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user