Base solution for your next web application
Open Closed

Unable to Configure LDAP post implementation of steps given in the documentation #6705


User avatar
0
azmat created

I have done below steps Configuration.MultiTenancy.IsEnabled = false;// AbuDhabiPoliceConsts.MultiTenancyEnabled;

        //Enable LDAP authentication (It can be enabled only if MultiTenancy is disabled!)

Configuration.Modules.ZeroLdap().Enable(typeof(AppLdapAuthenticationSource));

In setting, I have enable the Windows Authenication still i am unable to login.

https://docs.aspnetzero.com/documents/zero/latest/Development-Guide-Mvc-Angularjs We are using ASP.NET MVC 5.x & JQuery Template Please help


2 Answer(s)
  • User Avatar
    0
    azmat created

    managed to do it by setting application pool account to domain account and removing domain name from settings page.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @azmat

    Could you share the error you are getting ?