Browse Source

SEC-2653: Remove explicit port for ldap-xml so can be dynamic for ci

pull/100/merge
Rob Winch 12 years ago
parent
commit
66c926f2c7
  1. 2
      samples/ldap-xml/src/main/webapp/WEB-INF/applicationContext-security.xml

2
samples/ldap-xml/src/main/webapp/WEB-INF/applicationContext-security.xml

@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
<!-- Simple namespace-based configuration -->
<s:ldap-server ldif="classpath:users.ldif" port="33389"/>
<s:ldap-server ldif="classpath:users.ldif"/>
<s:authentication-manager>
<s:ldap-authentication-provider

Loading…
Cancel
Save