applicationContext-security.xml 483 B

123456789
  1. <beans xmlns="http://www.springframework.org/schema/beans"
  2. xmlns:s="http://www.springframework.org/schema/security"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4. xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd
  5. http://www.springframework.org/schema/security https://www.springframework.org/schema/security/spring-security.xsd">
  6. <s:ldap-server ldif="classpath:users.ldif" port="0"/>
  7. </beans>