Is it possible to define a RADIUS Proxy Server with an LDAP Auth Source?

Modified on Tue, 1 Apr at 10:45 AM

Dieser Artikel ist auf German nicht verfügbar. Sehen Sie ihn sich auf English an

Yes, it is possible to define a RADIUS Proxy Server with an LDAP Auth Source.


In your config file, you can define a proxy_server of type RADIUS with an auth_source of type LDAP, like in the following snippet:

"proxy_servers": [
    {
      "name": "RADIUS_PROXY",
"type": "RADIUS",
      [...]
"auth_source": "LDAP_SOURCE_PLAIN,LDAP_SOURCE_SSL",
    },

(For a full, always-up-to-date example, take a look at the "proxy_servers" section of the config.example.json file.)

Is it possible to define an LDAP Proxy Server with a RADIUS Auth Source?

No, this type of configuration is not supported. The combination of an LDAP Proxy Server with a RADIUS Authentication Source is exceptionally uncommon and may introduce significant operational challenges.

Helpful Links

Rublon Authentication Proxy - Documentation

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article