-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathauthproxy.cfg.example
More file actions
37 lines (28 loc) · 1009 Bytes
/
authproxy.cfg.example
File metadata and controls
37 lines (28 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
; This is the defualt authproxy.cfg taken after install on 1/4/2021
; Complete documentation about the Duo Auth Proxy can be found here:
; https://duo.com/docs/authproxy_reference
; MAIN: Include this section to specify global configuration options.
; Reference: https://duo.com/docs/authproxy_reference#main-section
[main]
log_stdout=true
http_ca_certs_file=/etc/pki/tls/cert.pem
; CLIENTS: Include one or more of the following configuration sections.
; To configure more than one client configuration of the same type, append a
; number to the section name (e.g. [ad_client2])
[ad_client]
host=
service_account_username=
service_account_password=
search_dn=
; SERVERS: Include one or more of the following configuration sections.
; To configure more than one server configuration of the same type, append a
; number to the section name (e.g. radius_server_auto1, radius_server_auto2)
[radius_server_auto]
ikey=
skey=
api_host=
radius_ip_1=
radius_secret_1=
failmode=safe
client=ad_client
port=1812