Home
last modified time | relevance | path

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

/freebsd/lib/libpam/modules/pam_unix/
H A Dpam_unix.c94 const char *emptypasswd = ""; in pam_sm_authenticate() local
124 strcmp(crypt(emptypasswd, realpw), realpw) == 0) in pam_sm_authenticate()