Hello,
I try to enable LDAP in multitenancy mode. I already read this thread : https://support.aspnetzero.com/QA/Questions/3160
but the first link leads to a 404.
Could you point me in the right direction ? I need to be able to enable ldap login, uncommenting line : "this.Configuration.Modules.ZeroLdap().Enable(typeof(AppLdapAuthenticationSource));"
but, with the "Configuration.MultiTenancy.IsEnabled" set to "true" (in XXX.CoreModule.cs). Even if only one tenant is created.
Thanks
5 Answer(s)
-
0
Hi @romka,
To see hte contetn of that link, please add your GitHub user on https://aspnetzero.com/LicenseManagement.
LDAP is not enabled by default when multi tenancy is enabled. It is currently supported only when multi tenancy is disabled. With AspNet Zero 8.1, LDAP will have multi tenancy support.
-
0
Thanks for answer.
So, we'll wait for this update, instead of hacking something unsupported.
-
0
Hello,
I'm sorry to bother you with that again ; our customer asks us for an approximative date for this feature... so it will depend on the release date for aspnetzero 8.1. Do you know an approx date for this release ?
Thanks.
-
0
Our plan is to release 8.1 this Friday if we don't face any major problem. https://github.com/aspnetzero/aspnet-zero-core/issues/2809
-
0
Thanks for answer, mailiming !