Hello! I use FreeRADIUS version 3.0.20 and would like to allow the user to authenticate using "Agent Remote ID". Is there a way to supplement the configuration according to this parameter "access-accept". Thanks for the support.
On Nov 15, 2023, at 11:17 AM, Florian Traxler (mieX GmbH) <traxler@miex.co> wrote:
I use FreeRADIUS version 3.0.20 and would like to allow the user to authenticate using "Agent Remote ID". Is there a way to supplement the configuration according to this parameter "access-accept".
I'm not sure what that means. You can always make the server return Access-Accept, based on anything you want. if (Agent-Remote-ID == "foo") { accept } It's hard to give more detailed advice than that. If you ask a vague questions, we can only give a vague answer. And as always... run the server in debug mode to see what is in the Access-Request packets. Then, write "unlang" rules to match those attributes and values. All this is documented. Alan DeKok.
Hello! In which file do I have to do this configuration? Thanks ----------------------------------------------------- On Nov 15, 2023, at 11:17 AM, Florian Traxler (mieX GmbH) <traxler@miex.co> wrote:
I use FreeRADIUS version 3.0.20 and would like to allow the user to authenticate using "Agent Remote ID". Is there a way to supplement the configuration according to this parameter "access-accept".
I'm not sure what that means. You can always make the server return Access-Accept, based on anything you want. if (Agent-Remote-ID == "foo") { accept } It's hard to give more detailed advice than that. If you ask a vague questions, we can only give a vague answer. And as always... run the server in debug mode to see what is in the Access-Request packets. Then, write "unlang" rules to match those attributes and values. All this is documented. Alan DeKok. ----------------------------------------------------- Hello! I use FreeRADIUS version 3.0.20 and would like to allow the user to authenticate using "Agent Remote ID". Is there a way to supplement the configuration according to this parameter "access-accept". Thanks for the support. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
Florian Traxler (mieX GmbH)