> With FreeRadius, is it possible to lock out users after a specified number > of failed login attempts? > Can someone please point me in the right direction. Use perl to count the number of failed attempts (and store username and number of failed attempts somewhere). Use perl to check that number on login attempt. Ivan Kalik