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.

1234567891011121314151617
  1. <LDAP>
  2. URL OVPN_LDAP_URL
  3. BindDN OVPN_LDAP_BIND_USERNAME
  4. Password OVPN_LDAP_BIND_PASSWORD
  5. Timeout 10
  6. </LDAP>
  7. <Authorization>
  8. # Base DN
  9. BaseDN "OVPN_LDAP_BASE_DN"
  10. # User Search Filter
  11. SearchFilter "OVPN_LDAP_SEARCH_FILTER"
  12. # Require Group Membership
  13. RequireGroup false
  14. </Authorization>