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
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article