1994
Views
1
Helpful
2
Replies

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2020 07:15 AM
Hi,
In order to integrate my Duo AuthProxy with AD, we need to config the following:
[ad_client]
host=1.2.3.4
host_2=1.2.3.5
service_account_username=duoservice
service_account_password=password1
search_dn=DC=example,DC=com
security_group_dn=CN=DuoVPNUsers,OU=Groups,DC=example,DC=com
In the above config, I have some queries:
- Does the ‘service_account_username’ needs to be an administrator privileged ad user?
- Can I encrypt the ‘service_account_password’? It’s written in a clear text so I am a bit worried.
Solved! Go to Solution.
Labels:
- Labels:
-
Authentication Proxy
1 Accepted Solution
Accepted Solutions

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2020 10:08 AM
- No need to have admin privileged ad user.
- More details on how to encrypt password or any secret data can be found at the URL below
https://help.duo.com/s/article/2340?language=en_US
2 Replies 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2020 10:08 AM
- No need to have admin privileged ad user.
- More details on how to encrypt password or any secret data can be found at the URL below
https://help.duo.com/s/article/2340?language=en_US

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2020 10:12 AM
@Chandrashekhar_B_Ran, Thanks a lot
