> ## Documentation Index
> Fetch the complete documentation index at: https://docs.curator.interworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Windows LDAP

> A guide to setting up Windows LDAP authentication for Curator using IIS.

<Danger>
  Curator no longer supports IIS on new installations.
</Danger>

For current information on how to set up Active Directory on Windows, please see our
[Active Directory](/setup/authentication/active_directory) documentation.

*The information below is only for reference on legacy/existing installations.  It is *highly* recommended that you
reinstall with Apache for stability, please see our
[Windows Apache Installation](/setup/installation/windows_installation)
documentation for steps on how to achieve the best Curator experience for Windows.*

Using IIS, you can use the user's AD credentials automatically.

Enable Windows Authentication in "Add/Remove Windows Features". (Sometimes this is known as Add Roles and Features)
Server Roles > Web Server (IIS) > Web Server > Security > Window Authentication.
*Note: This may be found in the Server Manager, not IIS*

Once this is added, go to your site in IIS, click "Authentication". Change "Windows Authentication" to "Enabled" and
"Anonymous Authentication" to "Disabled".

<img src="https://mintcdn.com/interworks/x0r9dMo3GyjABFAR/assets/images/setup/authentication/IIS_LDAP_Pass_auth.png?fit=max&auto=format&n=x0r9dMo3GyjABFAR&q=85&s=4b0f0275238796a2040386feb6f1cf73" alt="Authentication settings" width="500" height="220" data-path="assets/images/setup/authentication/IIS_LDAP_Pass_auth.png" />

Go to the site in the IIS Manager and open the Configuration Editor

<img src="https://mintcdn.com/interworks/x0r9dMo3GyjABFAR/assets/images/setup/authentication/IIS_LDAP_Pass_manager.png?fit=max&auto=format&n=x0r9dMo3GyjABFAR&q=85&s=83cf0ea21d5e6f27930a70e59a42b678" alt="Configuration editor" width="250" height="241" data-path="assets/images/setup/authentication/IIS_LDAP_Pass_manager.png" />

Choose "system.webServer/serverRuntime" for the Section selection. Select UseWorkerProcessUser. Click Apply.

<img src="https://mintcdn.com/interworks/x0r9dMo3GyjABFAR/assets/images/setup/authentication/IIS_LDAP_Pass_configure.png?fit=max&auto=format&n=x0r9dMo3GyjABFAR&q=85&s=fb79802e5dbd9f360173080a224800c7" alt="Configuration editor settings" width="600" height="247" data-path="assets/images/setup/authentication/IIS_LDAP_Pass_configure.png" />

In Curator's Tableau Server Settings, select "Active Directory" as the Authentication Type.

<img src="https://mintcdn.com/interworks/x0r9dMo3GyjABFAR/assets/images/setup/authentication/IIS_LDAP_Pass_portal_settings.png?fit=max&auto=format&n=x0r9dMo3GyjABFAR&q=85&s=5614181e730520385028ea077bca63ed" alt="Portal settings" width="600" height="297" data-path="assets/images/setup/authentication/IIS_LDAP_Pass_portal_settings.png" />

If you have issues, make sure to disable UAC, to allow access to the filesystem.  You can find this setting under
Control Panel > System and Security > User Account Control Settings.
