I was wondering if there was an example of typical radius process flow and interactions with the config file and modules anywhere? That is: Connection setup: Access-Request processed through in this way (generating either Access-Accept or Access-Reject when this or that happens) Accounting records Accounting-Start Interim-Update Accounting-Stop etc It is just not clear to me what happens when... Thanks...
On Feb 2, 2016, at 9:53 PM, Alan Batie <alan@peak.org> wrote:
I was wondering if there was an example of typical radius process flow and interactions with the config file and modules anywhere? That is:
http://networkradius.com/doc/FreeRADIUS-Technical-Guide.pdf Alan DeKok.
On 2/2/16 8:11 PM, Alan DeKok wrote:
On Feb 2, 2016, at 9:53 PM, Alan Batie <alan@peak.org> wrote:
I was wondering if there was an example of typical radius process flow and interactions with the config file and modules anywhere? That is:
Thanks! That's exactly what I was looking for!
On 2 Feb 2016, at 21:53, Alan Batie <alan@peak.org> wrote:
I was wondering if there was an example of typical radius process flow and interactions with the config file and modules anywhere? That is:
http://wiki.freeradius.org/guide/Concepts Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS development team FD31 3077 42EC 7FCD 32FE 5EE2 56CF 27F9 30A8 CAA2
Hi,
I was wondering if there was an example of typical radius process flow and interactions with the config file and modules anywhere? That is:
packet arrives...goes to the virtual server its been told to in clients.conf (or default if none set). ...and then the packet goes through the virtual-server exactly as written in the default configs - yes, start from top and go through...as each module is hit (eg 'pap', or 'ldap') those modules are called and packet checked. you can see all of this directly for yourself when running the server in debug mode radiusd -X nothing is hidden :-) alan
Accounting records Accounting-Start Interim-Update Accounting-Stop
NAS sends those packets....the RADIUS server handles them alan
participants (4)
-
A.L.M.Buxey@lboro.ac.uk -
Alan Batie -
Alan DeKok -
Arran Cudbard-Bell