Base solution for your next web application
Open Closed

How to use ldap please helpme #2121


User avatar
0
horizonwindy created

I'm a newbie about ASP.NET Boilerplate . I read document [http://www.aspnetboilerplate.com/Pages/Documents/Zero/User-Management])

I'm enable Ldap follow document

[DependsOn(typeof(AbpZeroLdapModule))]
public class MyApplicationCoreModule : AbpModule
{
    public override void PreInitialize()
    {
        Configuration.Modules.ZeroLdap().Enable(typeof (MyLdapAuthenticationSource));    
    }

    ...
}

but i don't know how to login with ldap I try to use userManager.LoginAsync() login but it not effect. How to use it ? Help me plz.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Have you configured Ldap settings ? You can read the Settings section of Ldap.