Searched refs:expose_authtok (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libpam/modules/pam_exec/
H A Dpam_exec.c112 int expose_authtok; member in struct:pe_opts
141 } else if (strcmp((*argv)[i], "expose_authtok") == 0) {
142 options->expose_authtok = 1;
250 if (options->expose_authtok) {
357 if (options->expose_authtok) {
385 if (options->expose_authtok && authtok_size > 0 &&

Completed in 54 milliseconds