Advertisement
Guest User

Duo

a guest
Jun 9th, 2021
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. [duo_only_client]
  2.  
  3. ; CLIENTS: Include one or more of the following configuration sections.
  4. ; To configure more than one client configuration of the same type, append a
  5. ; number to the section name (e.g. [ad_client2])
  6. [cloud]
  7. ikey=
  8. skey=
  9. api_host=
  10.  
  11. ;[ad_client]
  12. host=192.168.100.41
  13. service_account_username=
  14. service_account_password=
  15. search_dn=
  16. [ad_client2]
  17. host=192.168.100.40
  18. service_account_username=
  19. service_account_password=
  20. search_dn=
  21.  
  22.  
  23. ; SERVERS: Include one or more of the following configuration sections.
  24. ; To configure more than one server configuration of the same type, append a
  25. ; number to the section name (e.g. radius_server_auto1, radius_server_auto2)
  26.  
  27. [radius_server_iframe]
  28. type=citrix_netscaler_rfwebui
  29. ikey=
  30. skey=
  31. api_host=api-
  32. failmode=safe
  33. client=duo_only_client
  34. radius_ip_1=192.168.100.236
  35. radius_secret_1=
  36. port=1812
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement