Searched defs:failure_show_msg (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/auth/
H A Dpassdb-pam.c47 bool failure_show_msg:1; member in struct:pam_passdb_module
89 if (passdb->failure_show_msg)
366 } else if (strcmp(t_args[i], "failure_show_msg=yes") == 0) {
367 module->failure_show_msg = TRUE;

Completed in 861 milliseconds