Searched refs:password_file (Results 1 – 2 of 2) sorted by relevance
75 char *password_file = NULL; variable166 { "password-file", 0, arg_string, &password_file,495 if (password_file) { in get_new_tickets()498 if (strcasecmp("STDIN", password_file) == 0) in get_new_tickets()501 f = fopen(password_file, "r"); in get_new_tickets()504 password_file); in get_new_tickets()510 password_file); in get_new_tickets()
14 by using the 'password_file' config item and the s64-mkpw utility.