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

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dstandalone.c121 readPwd(char *pwd_file) argument
127 if ((f = fopen(pwd_file, "r")) == NULL) {
129 gettext("Unable to open '%s' file\n"), pwd_file);
134 gettext("Unable to read '%s' file\n"), pwd_file);

Completed in 52 milliseconds