From: Tim Potter Date: Sun, 14 Mar 2004 03:47:55 +0000 (+0000) Subject: Merge from 3.0 X-Git-Tag: samba-4.0.0alpha6~801^2~11793^2~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=badb5b4e16c2987f19a950edf363f26555224e75;p=thirdparty%2Fsamba.git Merge from 3.0 (This used to be commit c8db2f7cdbe280ad3c3d35c0640d19b0f664bd36) --- diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 24ae9a8811f..6eec71aedf3 100644 --- a/source3/utils/net_ads.c +++ b/source3/utils/net_ads.c @@ -147,7 +147,7 @@ static ADS_STRUCT *ads_startup(void) retry: if (!opt_password && need_password && !opt_machine_pass) { char *prompt; - asprintf(&prompt,"%s password: ", opt_user_name); + asprintf(&prompt,"%s's password: ", opt_user_name); opt_password = getpass(prompt); free(prompt); }