1
0
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:
Günther Deschner 2005-06-13 14:39:40 +00:00 committed by Gerald (Jerry) Carter
parent 9f1335b015
commit f245e77644

View File

@ -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);