summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/responder/common/cache_req/plugins/cache_req_user_by_cert.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/responder/common/cache_req/plugins/cache_req_user_by_cert.c b/src/responder/common/cache_req/plugins/cache_req_user_by_cert.c
index cead8524b..f237c8d0f 100644
--- a/src/responder/common/cache_req/plugins/cache_req_user_by_cert.c
+++ b/src/responder/common/cache_req/plugins/cache_req_user_by_cert.c
@@ -80,8 +80,8 @@ const struct cache_req_plugin cache_req_user_by_cert = {
.parse_name = false,
.ignore_default_domain = false,
.bypass_cache = false,
- .only_one_result = true,
- .search_all_domains = false,
+ .only_one_result = false,
+ .search_all_domains = true,
.require_enumeration = false,
.allow_missing_fqn = true,
.allow_switch_to_upn = false,