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 ?
in the sample i switchNative.LdapVersion.LDAP_VERSION3
to this Native.LdapVersion.LDAP_VERSION
But no in my abp project
Done
In fact it works half the time, maybe there is an asynchronous problem?
I need to overdrive only the NormalizeUserNameAsync method ?