diff options
author | Tim Potter <tpot@samba.org> | 2004-03-14 03:47:55 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2004-03-14 03:47:55 +0000 |
commit | badb5b4e16c2987f19a950edf363f26555224e75 (patch) | |
tree | aa2a5b0b5e0204370d52a2d3a2beeb22c49ecda8 /source3 | |
parent | 66445d3de4d815c11734944bd9d2af795cdffb81 (diff) | |
download | samba-badb5b4e16c2987f19a950edf363f26555224e75.tar.gz samba-badb5b4e16c2987f19a950edf363f26555224e75.tar.bz2 samba-badb5b4e16c2987f19a950edf363f26555224e75.zip |
Merge from 3.0
(This used to be commit c8db2f7cdbe280ad3c3d35c0640d19b0f664bd36)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/utils/net_ads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c index 24ae9a8811..6eec71aedf 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); } |