mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r7537: Print passwords in display charset.
Guenther
(This used to be commit f3bdc20ba3
)
This commit is contained in:
parent
9f1335b015
commit
f245e77644
@ -772,8 +772,8 @@ static void display_trust_dom_info_4(TRUSTED_DOMAIN_INFO_PASSWORD *p, const char
|
||||
pwd = decrypt_trustdom_secret(password, &data);
|
||||
pwd_old = decrypt_trustdom_secret(password, &data_old);
|
||||
|
||||
printf("Password:\t%s\n", pwd);
|
||||
printf("Old Password:\t%s\n", pwd_old);
|
||||
d_printf("Password:\t%s\n", pwd);
|
||||
d_printf("Old Password:\t%s\n", pwd_old);
|
||||
|
||||
SAFE_FREE(pwd);
|
||||
SAFE_FREE(pwd_old);
|
||||
|
Loading…
Reference in New Issue
Block a user