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

/dovecot/src/auth/
H A Dmech-gssapi.c410 const char *value, *const *authorized_names, *const *tmp; local
416 authorized_names = t_strsplit_spaces(value, ",");
417 for (tmp = authorized_names; *tmp != NULL; tmp++) {

Completed in 156 milliseconds