Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dauthtok_check.c97 char db_location[MAXPATHLEN]; /* location of the generated database */ member
200 if (strlcpy(p->db_location, q, sizeof (p->db_location)) >= in get_passwd_defaults()
201 sizeof (p->db_location)) { in get_passwd_defaults()
209 (void) strlcpy(p->db_location, CRACK_DIR, in get_passwd_defaults()
210 sizeof (p->db_location)); in get_passwd_defaults()
671 make_dict_database(pwdef->dicts, pwdef->db_location) != 0) { in check_dictionary()
680 crack_ret = DictCheck(pw, pwdef->db_location); in check_dictionary()
783 pwdef.db_location); in pam_sm_chauthtok()