您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

9 行
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