openvpn-2fa-otp-freeradius-ldap

Форк
0
27 строк · 942.0 Байт
1
---
2
# set false if you want to use self-signed certificate
3
https_verify_cert: false
4
auth_service:
5
  - name: Service 1
6
    url: http://172.21.2.5:12345
7
    # api key for authenticating plugin in service. The same api key must be
8
    # set in authentication service config
9
    api_key: 7a8lkmq73z15x06guhuh
10
    # monitoring settings for this service
11
    monitoring:
12
      # settings must be equal in corresponding config part of the authentication service
13
      path: /monitor/12345
14
      api_key: 123456789
15
log:
16
  file: /opt/openvpn-plugin/plugin.log
17
  level: error
18
# timings for authentication service
19
auth:
20
  connect_timeout_sec: 5
21
  # must be not less then response timeout for MFA provider
22
  response_timeout_sec: 20
23
# if authentication services more than 1, than you can enable monitoring of services from plugin
24
# if any of service is unavailable, than first available service is used
25
monitoring:
26
  enable: false
27
  check_interval_sec: 5
28

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.