HomeSort by: relevance | last modified time | path
    Searched defs:pw_file (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/tests/progs/
slapd-tester.c 203 char *pw_file = NULL; local
360 pw_file = optarg;
418 } else if ( pw_file ) {
421 if ( lutil_get_filed_password( pw_file, &pw ) ) {
  /src/external/bsd/openldap/dist/clients/tools/
common.c 88 char *pw_file = NULL; variable
1007 pw_file = optarg;
1166 if ( ( pw_file || want_bindpw ) && !BER_BVISNULL( &passwd ) ) {
1168 prog, ( pw_file ? 'y' : 'W' ) );
1483 if ( pw_file || want_bindpw ) {
1486 if ( pw_file ) {
1487 if ( lutil_get_filed_password( pw_file, &passwd ) ) {

Completed in 16 milliseconds