To upgrade the module from version 1.3 rev. 161017 to version 1.4.0 rev. 180313:
- Download the Active Directory 1.4.0 rev. 180313 update package.
- Open the Update Installation Wizard -
http(s)://<hostname>/sitecore/admin/UpdateInstallationWizard.aspx
and install the Sitecore Active Directory 1.4.0 rev. 180313.update package. In the new version of the Active Directory module, theldap.config
file is stored in a new location\App_Config\Modules\ActiveDirectory\ldap.config
in accordance with the new Sitecore configuration layers.5. Update the existing\App_Config\Include\ldap.config
file to contain the necessary configuration patches in\App_Config\Modules\ActiveDirectory\ldap.config
. - In the
Web.config
file, set the mode attribute of thesystem.web/authentication
node toNone
. - In the
Web.config
file, add the following node:<location path="sitecore/admin/LDAPLogin.aspx">
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</location>