Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/kuser/
H A Dkinit.c75 char *password_file = NULL; variable
166 { "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()
/netbsd-src/external/bsd/nsd/dist/contrib/bind2nsd/
H A DREADME14 by using the 'password_file' config item and the s64-mkpw utility.