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.
|
- spring:
- ldap:
- embedded:
- port: 8389
- base-dn: dc=springframework,dc=org
- ldif: classpath:ldap-test-users.ldif
- validation:
- enabled: false
- urls: ldap://localhost:8389
|