WindowsAuthentication.html 1.4 KB

123456789101112131415161718192021222324252627282930313233
  1. <h3>3proxy Windows Authentication plugin</h3>
  2. Support for cleartext authentication against Windows domain or local Windows account.
  3. <h4>Usage:</h4>
  4. <ol>
  5. <li>Extract WindowsAuthentication.dll to the same folder with 3proxy executable.
  6. <li>Create 3ProxyAllowedGroup - Windows system group allowed to use proxy.
  7. You can choose different group name. Group can be either local or
  8. Active Directory. Every account allowed to use 3proxy must be included in this
  9. group either directly or through group nesting.
  10. <li>Configure plugin with 'plugin' command in 3proxy.cfg, e.g.:
  11. <pre><code>
  12. plugin &quot;WindowsAuthentication.dll&quot; WindowsAuthentication &quot;3ProxyAllowedGroup&quot;
  13. </code></pre>
  14. <br>WindowsAuthentication.dll - location of DLL, if DLL is located in different folder
  15. from 3proxy.exe you must specify complete path to DLL here. 3ProxyAllowedGroup - Windows
  16. system group allowed to use 3proxy.
  17. After plugin is loaded, 'windows' authentication type is supported.
  18. <li>Configure 'auth windows' for services that require Windows authentication.
  19. <li>It's recommended you also configure authentication caching (see 'authcache'),
  20. to prevent excessive workload for domain controller. Example:
  21. <pre>
  22. authcache user,pass 900
  23. auth cache windows
  24. </pre>
  25. <li>NTLM authentication is not currently supported for plugins, you should use proxy -n key to disable it.
  26. </ol>
  27. <h4>Download:</h4>
  28. <ul>
  29. <li>Plugin is included into 3proxy 0.6 binary and source distribution
  30. </ul>