LDAPs With a Self-Signed SSL Certificate?

Discussion in 'LiquidFiles General' started by Eric Pretorious, Sep 5, 2018.

  1. Eric Pretorious

    Eric Pretorious New Member

    Joined:
    Jul 28, 2018
    Messages:
    6
    Likes Received:
    0
    Our Active Directory [AD] domain controller [DC] uses a self-signed certificate.

    How can I configure LF to allow communication (LDAPs, TCP/636) with our AD infrastructure using the DC's self-signed certificate?

    TIA,
     
    #1 Eric Pretorious, Sep 5, 2018
    Last edited: Sep 5, 2018
  2. David

    David Administrator
    Staff Member

    Joined:
    Dec 1, 2015
    Messages:
    781
    Likes Received:
    31
    LF does not care. If you want to connect using LDAPs you need just to match the hostname filled in the LDAP configuration with the Common Name (CN) in the certificate of the LDAP server.
    The underlying LDAP library LiquidFiles uses does not support validating the certificate against a CA. Only basic Certificate validation is performed.
    Please read more details about LDAP configuration: https://man.liquidfiles.com/configuration/ldap.html#connect
     
  3. Eric Pretorious

    Eric Pretorious New Member

    Joined:
    Jul 28, 2018
    Messages:
    6
    Likes Received:
    0
    Thank you, David!
     

Share This Page