Searched defs:password_string (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c752 char *password_string = "Enter bind password: "; local
756 fputs(password_string,stdout);
772 passwd = getpassphrase(password_string);
775 passwd = getpass(password_string);
812 char *password_string = gettext("Enter bind password: "); local
813 passwd = getpassphrase(password_string);

Completed in 50 milliseconds