14 Answer(s)
-
0
hi
How to make the same modification on abp commercial?
https://docs.abp.io/en/commercial/latest/modules/account/ldap#customize-built-in-services
i have also one error.
This seems to be an issue with the LDAP server?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
hi
I can't connect to
srad01.manuloc.local. Maybe you can check on https://github.com/flamencist/ldap4netwe not very good at LDAP-related details.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
ldapConnection.Connect(server, serverPort, Native.LdapSchema.LDAP, Native.LdapVersion.LDAP_VERSION2); var UserfName = $"cn={adminUserName},{baseDc}"; await ldapConnection.BindAsync(Native.LdapAuthType.Negotiate, new LdapCredentialDo you know where can i switch Native.LdapAuthType.Negotiate and Native.LdapVersion.LDAP_VERSION2 ?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)


