Can I run multiple instances of Rublon Authentication Proxy within one installation?

Modified on Thu, 07 Mar 2024 at 10:48 AM

Yes, you can run multiple instances of the Rublon Authentication Proxy within one installation.


See the following example of a configuration file in the .yaml format:

rublon:
 rublon_api: https://core.rublon.net
 rublon_token: TOKEN
 rublon_secret: secret

proxy_servers:
 - name: RADIUS-Server
   type: RADIUS
   radius_secret: radius-secret
   ip: 192.168.0.10
   port: 1812
   mode: nocred

 - name: LDAP-Server
   type: LDAP
   ip: 192.168.0.10
   port: 389
   auth_source: LDAP_1
   use_append_mode: true
   auth_method: email

auth_sources:
- name: LDAP_1
  type: LDAP
  ip: 192.168.0.150
  port: 389
  transport_type: plain
  username_attribute: cn
  search_dn: dc=example,dc=org
  access_user_dn: cn=access-user,dc=example,dc=org
  access_user_password: access-user-password

In the example above, the Rublon Authentication Proxy works as both RADIUS and LDAP proxy. It listens for RADIUS requests on port 1812 and for LDAP requests on port 389.


Note that you can also use a configuration file in the.json format.


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 atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article