Hello, you can add me Berly#6093 I have the same problem as you.
It works good, can you close the ticket? Are you refunding the issue as it is a bug?
I never used abp bundle, with blazor? Why not add it in the doc? I will try.
I will also need it. I think that's the biggest difficulty at the moment. The development is super well explained but for the deployment it is more complicated.
I download the Volo.Account.Pro module but i dont't find where the ldap configuration is made.
ldapConnection.Connect(server, serverPort, Native.LdapSchema.LDAP, Native.LdapVersion.LDAP_VERSION2);
var UserfName = $"cn={adminUserName},{baseDc}";
await ldapConnection.BindAsync(Native.LdapAuthType.Negotiate, new LdapCredential
Do you know where can i switch Native.LdapAuthType.Negotiate and Native.LdapVersion.LDAP_VERSION2 ?