definition.yml 427 B

12345678910111213141516171819202122
  1. key: ldap
  2. title: LDAP / Active Directory
  3. author: requarks.io
  4. useForm: true
  5. props:
  6. url:
  7. type: String
  8. default: 'ldap://serverhost:389'
  9. bindDn:
  10. type: String
  11. default: cn='root'
  12. bindCredentials: String
  13. searchBase:
  14. type: String
  15. default: 'o=users,o=example.com'
  16. searchFilter:
  17. type: String
  18. default: '(uid={{username}})'
  19. tlsEnabled:
  20. type: Boolean
  21. default: false
  22. tlsCertPath: String