10 Jul
2012
10 Jul
'12
10:15 a.m.
On Tue, Jul 10, 2012 at 9:13 PM, Fajar A. Nugraha <list@fajar.net> wrote:
On Tue, Jul 10, 2012 at 8:56 PM, perl-list <perl-list@network1.net> wrote:
So basically, is there a setting that causes the FreeRADIUS server to not respond to Access-Request packets if the username contained there-in is not found in whatever database it is using?
Yes.
Or to be accurate, there's a setting that allows you to not respond on any condition you choose, depending where and how you use it.
https://github.com/alandekok/freeradius-server/blob/v2.1.x/raddb/policy.conf
look for "do_not_respond"
... or it might be just a really long delay: https://github.com/alandekok/freeradius-server/blob/v2.1.x/raddb/radiusd.con... look for "reject_delay". -- Fajar