Home
last modified time | relevance | path

Searched refs:password_string (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c753 char *password_string = "Enter bind password: "; local
757 fputs(password_string,stdout);
773 passwd = getpassphrase(password_string);
776 passwd = getpass(password_string);
813 char *password_string = gettext("Enter bind password: "); local
814 passwd = getpassphrase(password_string);