mirror of
https://gitlab.com/jarylc/docker-duoauthproxy.git
synced 2026-02-04 13:16:45 +00:00
more cleanup
This commit is contained in:
@@ -15,6 +15,7 @@ if you would like Docker to capture logs.
|
|||||||
```bash
|
```bash
|
||||||
docker run -d \
|
docker run -d \
|
||||||
--name duoauthproxy \
|
--name duoauthproxy \
|
||||||
|
-p 1812:1812 \
|
||||||
-v /path/to/authproxy.cfg:/app/conf/authproxy.cfg \
|
-v /path/to/authproxy.cfg:/app/conf/authproxy.cfg \
|
||||||
--restart unless-stopped \
|
--restart unless-stopped \
|
||||||
minimages/duoauthproxy
|
minimages/duoauthproxy
|
||||||
|
|||||||
@@ -22,3 +22,5 @@ api_host=api-XXXXXXXX.duosecurity.com
|
|||||||
failmode=secure
|
failmode=secure
|
||||||
client=ad_client
|
client=ad_client
|
||||||
port=1812
|
port=1812
|
||||||
|
exempt_primary_bind=false
|
||||||
|
exempt_ou_1=uid=admin,ou=people,dc=example,dc=com
|
||||||
|
|||||||
Reference in New Issue
Block a user