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

/dovecot/src/auth/
H A Dpassdb-pam.c342 const char *const *t_args; local
353 t_args = t_strsplit_spaces(args, " ");
354 for(i = 0; t_args[i] != NULL; i++) {
356 if (strcmp(t_args[i], "-session") == 0 ||
357 strcmp(t_args[i], "session=yes") == 0)
359 else if (strcmp(t_args[i], "setcred=yes") == 0)
361 else if (strncmp(t_args[i], "cache_key=", 10) == 0) {
363 auth_cache_parse_key(pool, t_args[i] + 10);
364 } else if (strcmp(t_args[i], "blocking=yes") == 0) {
366 } else if (strcmp(t_args[
[all...]

Completed in 839 milliseconds