Good day,

does anyone know the best way to make a mixed AuthBy group containing both RADIUS and RadSec servers? It's easy for individual protocols. For example:

<AuthBy RADSEC>
  Identifier radsec_10.20.30.40_10.20.30.50
  ...
  Host 10.20.30.40
  Host 10.20.30.50
</AuthBy>

I'm currently using the following setup, but I'm not entirely happy with it. Can't you think of a better solution?

<AuthBy RADSEC>
  Identifier radsec_10.20.30.40
  ...
  Asynchronous
  Host 10.20.30.40
</AuthBy>

<AuthBy RADIUS>
  Identifier radius_10.20.30.50
  ...
  Asynchronous
  Host 10.20.30.50
</AuthBy>

<AuthBy GROUP>
  Identifier group_10.20.30.40_10.20.30.50
  AuthBy radsec_10.20.30.40
  AuthBy radius_10.20.30.50
</AuthBy>

Thanks for any suggestions and have a nice day everyone!

Jan Bělina

Attachment: smime.p7s
Description: Elektronicky podpis S/MIME

_______________________________________________
radiator mailing list
[email protected]
https://lists.open.com.au/mailman/listinfo/radiator

Reply via email to