소스 검색

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