Skip to content
New issue

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

deployit-security.xml is not working properly for XLDeploy 5.5.0 #124

Open
FireDrunk opened this issue Jun 8, 2016 · 1 comment
Open

Comments

@FireDrunk
Copy link

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> 
@superseb
Copy link
Contributor

superseb commented Jun 8, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants