浏览代码

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

Rob Winch 11 年之前
父节点
当前提交
66c926f2c7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      samples/ldap-xml/src/main/webapp/WEB-INF/applicationContext-security.xml

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

@@ -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