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.

15 lines
355B

  1. ldap_servers: ldap://${LDAP_SERVER_HOST}
  2. ldap_bind_dn: ${LDAP_BIND_DN}
  3. ldap_bind_pw: ${LDAP_BIND_PWD}
  4. ldap_timeout: 10
  5. ldap_time_limit: 10
  6. ldap_scope: sub
  7. ldap_search_base: ${LDAP_SEARCH_BASE}
  8. ldap_auth_method: bind
  9. ldap_filter: (&(uniqueIdentifier=%u)(mailEnabled=TRUE))
  10. ldap_debug: 0
  11. ldap_verbose: off
  12. ldap_ssl: no
  13. ldap_starttls: no
  14. ldap_referrals: yes