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
In the Bootstrap script, function set_ldap_properties only include "ldap" protocol and drops "ldaps" when configuring the LDAP settings. The script needs to be changed to include both LDAP and LDAP options.
function set_ldap_properties {
replace_property 'idp.authn.LDAP.ldapURL ='
"ldap://$LDAP_HOST" $LDAP_PROPERTIES
The text was updated successfully, but these errors were encountered:
In the Bootstrap script, function set_ldap_properties only include "ldap" protocol and drops "ldaps" when configuring the LDAP settings. The script needs to be changed to include both LDAP and LDAP options.
function set_ldap_properties {
replace_property 'idp.authn.LDAP.ldapURL ='
"ldap://$LDAP_HOST" $LDAP_PROPERTIES
The text was updated successfully, but these errors were encountered: