I add the allow_codechange in jradius module in radiusd.conf file as you can see: # configure the rlm_jradius module jradius { name = "example" # The "Requester" name (a single # JRadius server can have # multiple "applications") primary = "localhost" # Uses default port 1814 secondary = "localhost" # Fail-over server tertiary = "localhost" # Fail-over server on port 8002 timeout = 1 # Connect Timeout onfail = NOOP # What to do if no JRadius # Server is found. Options are: # FAIL (default), OK, REJECT, NOOP keepalive = yes # Keep connections to JRadius pooled connections = 8 # Number of pooled JRadius connections allow_codechange = yes } But, when I started FreeRAdius on the console output, you can see that the allow_codechange is not read at all: Module: Library search path is ../lib Module: Loaded jradius jradius: name = "example" jradius: primary = "localhost" jradius: secondary = "localhost" jradius: tertiary = "localhost" jradius: timeout = 1 jradius: onfail = "NOOP" jradius: keepalive = yes jradius: connections = 8 It seems that these parameters are not read at all because if I delete them all, I get the same output.
From where these parameters are read from?
Sincerely, Žagar Jelena
It's not very likely that allow_codechange was supported in that freeradius version then. If you change number of connections - that does change? Ivan Kalik Kalik Informatika ISP Dana 25/9/2008, "Jelena Žagar" <jelena.zagar@logos.hr> piše:
I add the allow_codechange in jradius module in radiusd.conf file as you can see: # configure the rlm_jradius module jradius { name = "example" # The "Requester" name (a single # JRadius server can have # multiple "applications") primary = "localhost" # Uses default port 1814 secondary = "localhost" # Fail-over server tertiary = "localhost" # Fail-over server on port 8002 timeout = 1 # Connect Timeout onfail = NOOP # What to do if no JRadius # Server is found. Options are: # FAIL (default), OK, REJECT, NOOP keepalive = yes # Keep connections to JRadius pooled connections = 8 # Number of pooled JRadius connections allow_codechange = yes }
But, when I started FreeRAdius on the console output, you can see that the allow_codechange is not read at all:
Module: Library search path is ../lib Module: Loaded jradius jradius: name = "example" jradius: primary = "localhost" jradius: secondary = "localhost" jradius: tertiary = "localhost" jradius: timeout = 1 jradius: onfail = "NOOP" jradius: keepalive = yes jradius: connections = 8
It seems that these parameters are not read at all because if I delete them all, I get the same output.
From where these parameters are read from?
Sincerely, Žagar Jelena
Yes, all parameters except allow_codechange and allow_idchange are recognised. What to do? Sincerelly, Žagar Jelena -----Original Message----- From: freeradius-users-bounces+jelena.zagar=logos.hr@lists.freeradius.org [mailto:freeradius-users-bounces+jelena.zagar=logos.hr@lists.freeradius.org] On Behalf Of tnt@kalik.net Sent: Thursday, September 25, 2008 1:59 PM To: FreeRadius users mailing list Subject: Re: Jradius con file! It's not very likely that allow_codechange was supported in that freeradius version then. If you change number of connections - that does change? Ivan Kalik Kalik Informatika ISP Dana 25/9/2008, "Jelena Žagar" <jelena.zagar@logos.hr> piše:
I add the allow_codechange in jradius module in radiusd.conf file as you can see: # configure the rlm_jradius module jradius { name = "example" # The "Requester" name (a single # JRadius server can have # multiple "applications") primary = "localhost" # Uses default port 1814 secondary = "localhost" # Fail-over server tertiary = "localhost" # Fail-over server on port 8002 timeout = 1 # Connect Timeout onfail = NOOP # What to do if no JRadius # Server is found. Options are: # FAIL (default), OK, REJECT, NOOP keepalive = yes # Keep connections to JRadius pooled connections = 8 # Number of pooled JRadius connections allow_codechange = yes }
But, when I started FreeRAdius on the console output, you can see that the allow_codechange is not read at all:
Module: Library search path is ../lib Module: Loaded jradius jradius: name = "example" jradius: primary = "localhost" jradius: secondary = "localhost" jradius: tertiary = "localhost" jradius: timeout = 1 jradius: onfail = "NOOP" jradius: keepalive = yes jradius: connections = 8
It seems that these parameters are not read at all because if I delete them all, I get the same output.
From where these parameters are read from?
Sincerely, Žagar Jelena
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
You can build a new version of freeradius under cygwin if you know how to. Or wait until people from freeradius.net do that for you. Ivan Kalik Kalik Informatika ISP Dana 25/9/2008, "Jelena Žagar" <jelena.zagar@logos.hr> piše:
Yes, all parameters except allow_codechange and allow_idchange are recognised. What to do?
Sincerelly, Žagar Jelena
-----Original Message----- From: freeradius-users-bounces+jelena.zagar=logos.hr@lists.freeradius.org [mailto:freeradius-users-bounces+jelena.zagar=logos.hr@lists.freeradius..org] On Behalf Of tnt@kalik.net Sent: Thursday, September 25, 2008 1:59 PM To: FreeRadius users mailing list Subject: Re: Jradius con file!
It's not very likely that allow_codechange was supported in that freeradius version then. If you change number of connections - that does change?
Ivan Kalik Kalik Informatika ISP
Dana 25/9/2008, "Jelena Žagar" <jelena.zagar@logos.hr> piše:
I add the allow_codechange in jradius module in radiusd.conf file as you can see: # configure the rlm_jradius module jradius { name = "example" # The "Requester" name (a single # JRadius server can have # multiple "applications") primary = "localhost" # Uses default port 1814 secondary = "localhost" # Fail-over server tertiary = "localhost" # Fail-over server on port 8002 timeout = 1 # Connect Timeout onfail = NOOP # What to do if no JRadius # Server is found. Options are: # FAIL (default), OK, REJECT, NOOP keepalive = yes # Keep connections to JRadius pooled connections = 8 # Number of pooled JRadius connections allow_codechange = yes }
But, when I started FreeRAdius on the console output, you can see that the allow_codechange is not read at all:
Module: Library search path is ../lib Module: Loaded jradius jradius: name = "example" jradius: primary = "localhost" jradius: secondary = "localhost" jradius: tertiary = "localhost" jradius: timeout = 1 jradius: onfail = "NOOP" jradius: keepalive = yes jradius: connections = 8
It seems that these parameters are not read at all because if I delete them all, I get the same output.
From where these parameters are read from?
Sincerely, Žagar Jelena
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Jelena Žagar -
tnt@kalik.net