You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "keycloak_ldap_user_federation" resource in kerberos configuration is missing the attributes "krbPrincipalAttribute" and "debug", which are available as options in the Keycloak GUI.
Discussion
No response
Motivation
No response
Details
It should be possible to set an empty string (e.g. "") for the "krbPrincipalAttribute" attribute in the Terraform configuration.
When set an empty string, the LDAP user will be looked based on LDAP username corresponding to the first part of his Kerberos principal. For instance, for principal 'john@KEYCLOAK.ORG', it will assume that LDAP username is 'john'.
The text was updated successfully, but these errors were encountered:
Description
The "keycloak_ldap_user_federation" resource in kerberos configuration is missing the attributes "krbPrincipalAttribute" and "debug", which are available as options in the Keycloak GUI.
Discussion
No response
Motivation
No response
Details
It should be possible to set an empty string (e.g. "") for the "krbPrincipalAttribute" attribute in the Terraform configuration.
When set an empty string, the LDAP user will be looked based on LDAP username corresponding to the first part of his Kerberos principal. For instance, for principal 'john@KEYCLOAK.ORG', it will assume that LDAP username is 'john'.
The text was updated successfully, but these errors were encountered: