Novell LDAP C# - Novell.Directory.Ldap - Has anybody made it work?

后端 未结 7 1488
走了就别回头了
走了就别回头了 2021-02-02 18:11

I\'m trying to use the library released by Novell (Novell.Directory.Ldap). Version 2.1.10.

What I\'ve done so far:

  • I tested the connection with an appl

相关标签:
7条回答
  • 2021-02-02 19:04

    Following my previous post - if you have to use secure connection, try to use ldaps:// as a prefix to server address.

    If there is no SSL/TLS support, you can try this - guidelines and .NET wrapper for OpenLDAP library.

    One important point - there are settings for TLS security level in OpenLDAP, so if your LDAP server has self-signed certificate you either have to import it on a client side or set TLS to not check the signing authority *that is less secure of course).

    0 讨论(0)
提交回复
热议问题