We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The file generated for the ldap configuration (deployit-security.xml) is not working for the newest 5.5.0 release. It's using the old syntax:
<security:ldap-server id="<%= @ldap_server_id %>" url="<%= @ldap_server_url %>" root="<%= @ldap_server_root %>" manager-dn="<%= @ldap_manager_dn %>" manager-password="<%= @ldap_manager_password %>" />
This should be the same as in: https://github.com/xebialabs-community/puppet-xlrelease/blob/master/templates/xl-release-security.xml.erb
<constructor-arg value="<%= @ldap_server_url %>" /> <property name="userDn" value="<%= @ldap_manager_dn %>" /> <property name="password" value="<%= @ldap_manager_password %>" /> <property name="baseEnvironmentProperties"> <map> <entry key="java.naming.referral"> <value>ignore</value> </entry> </map> </property>
The text was updated successfully, but these errors were encountered:
Can you please test:
https://github.com/superseb/puppet-xldeploy/tree/ldap_v5
Sorry, something went wrong.
No branches or pull requests
The file generated for the ldap configuration (deployit-security.xml) is not working for the newest 5.5.0 release. It's using the old syntax:
This should be the same as in: https://github.com/xebialabs-community/puppet-xlrelease/blob/master/templates/xl-release-security.xml.erb
The text was updated successfully, but these errors were encountered: