Documentation

authentication

The optional authentication clause is used to specify how Radiator authenticates to the LDAP server.

Example configuration of an authentication clause:

authentication {
    # Basic bind authentication
    dn "cn=read-only-admin,dc=example,dc=com";
    password "password";

    # SASL External authentication (for example TLS client certificate)
    #external;

    # SASL GSS-API authentication;
    #gss-api;
}
Navigation
Parents