You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
203 B

  1. spring:
  2. ldap:
  3. embedded:
  4. port: 8389
  5. base-dn: dc=springframework,dc=org
  6. ldif: classpath:ldap-test-users.ldif
  7. validation:
  8. enabled: false
  9. urls: ldap://localhost:8389