about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ops/keycloak/main.tf1
1 files changed, 1 insertions, 0 deletions
diff --git a/ops/keycloak/main.tf b/ops/keycloak/main.tf
index 95902476bb..d6c01442ec 100644
--- a/ops/keycloak/main.tf
+++ b/ops/keycloak/main.tf
@@ -32,6 +32,7 @@ resource "keycloak_ldap_user_federation" "tvl_ldap" {
   uuid_ldap_attribute     = "cn"
   rdn_ldap_attribute      = "cn"
   full_sync_period        = 86400
+  trust_email             = true
 
   user_object_classes = [
     "inetOrgPerson",