On Wed, Oct 10, 2012 at 5:30 AM, Metcalf, David <[email protected]> wrote: > > > Can freeradius be configured to authenticate all requests and only log the > authentication attempts, including username and password in plain text.
Sort of. See http://wiki.freeradius.org/guide/FAQ#How-do-I-permit-access-to-any-user-regardless-of-password%253F clients usually support fall back to PAP, so if you want to implement that, it might be faster to ONLY allow pap in your FR config by removing all references to chap & eap in authorize and authenticate section. -- Fajar - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

