Searched defs:userdb_only (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/auth/ |
H A D | auth-master-connection.h | 25 bool userdb_only:1; member in struct:auth_master_connection 31 bool userdb_only) ATTR_NULL(4);
|
H A D | auth-master-connection.c | 620 if (!conn->userdb_only) { 634 conn->userdb_only ? "userdb" : "master", 739 bool userdb_only) 756 conn->userdb_only = userdb_only; 737 auth_master_connection_create(struct auth *auth, int fd, const char *path, const struct stat *socket_st, bool userdb_only) argument
|
/dovecot/src/doveadm/ |
H A D | doveadm-auth-server.c | 369 bool have_wildcards, userdb_only = FALSE, first = TRUE; local 377 (void)doveadm_cmd_param_bool(cctx, "userdb-only", &userdb_only); 390 if (expand_field != NULL && userdb_only) { 419 if (!userdb_only) { 454 ret = !userdb_only ?
|
H A D | doveadm-auth.c | 606 bool have_wildcards, userdb_only = FALSE, first = TRUE; local 622 userdb_only = TRUE; 632 if (expand_field != NULL && userdb_only) { 663 if (!userdb_only) { 686 ret = !userdb_only ?
|
Completed in 21 milliseconds