Radiator Server Documentation — v10.33.2
Table of Contents
  • tls

tls

This optional clause configures TLS (Transport Layer Security) settings for the LDAP connection.

Example configuration of an LDAP backend TLS clause:

tls {
    # LDAP client's certificate
    certificate "ldap.client.cert";

    # LDAP client's private key
    certificate_key "ldap.client.key";

    # LDAP client's certificate's root CA
    client_ca_certificate "ldap.client.ca";

    # LDAP server's certificate's root CA
    server_ca_certificate "ldap.server.ca";

    # Custom certificate verification rules are not supported for LDAP server
}
Table of Contents
Navigation
  • @verification

  • aaa

  • backends

    • file

    • http

    • ipmap

    • jsonfile

    • ldap

      • @authentication

      • search

      • server

      • server-selection

      • tls

    • mysql

    • postgresql

    • radius

    • radius-dns-sd

    • sqlite

    • system

  • caches

  • captures

  • certificates

  • clients

  • conditions

  • dictionary

  • hmac-otp

  • include

  • init

  • ip-accept

  • license

  • logging

  • management

  • proxy-protocol

  • scripts

  • servers

  • statistics

  • stats

  • template

  • ui