]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Use possessive in message asking for user's password.
authorTim Potter <tpot@samba.org>
Sun, 14 Mar 2004 03:47:03 +0000 (03:47 +0000)
committerTim Potter <tpot@samba.org>
Sun, 14 Mar 2004 03:47:03 +0000 (03:47 +0000)
(This used to be commit cc9765ce97b65bb7a6cd44e847a690d3fbe9d032)

source3/utils/net_ads.c

index 24ae9a8811fd5557b74d5e0f96f881e731c3dad1..6eec71aedf34615aaa92a3a726884b7aa260f66d 100644 (file)
@@ -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);
        }