Home
last modified time | relevance | path

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

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