On Wed, Dec 28, 2011 at 11:55 AM, Michael Aldridge <aldridge.mac@gmail.com> wrote:
DeepBlue:raddb michaelaldridge$ radiusd -X FreeRADIUS Version 2.1.9, for host i386-apple-darwin10.8.0, built on Dec 9
including configuration file /opt/local/etc/raddb/radiusd.conf
so your configuration files are on /opt/local/etc/raddb
Module: Instantiating files files { usersfile = "/opt/local/etc/raddb/users"
... and that is your users file
rad_recv: Access-Request packet from host 127.0.0.1 port 53898, id=241, length=55 User-Name = "bob" User-Password = "bob"
+- entering group authorize {...}
++[files] returns noop
files module says it doesn't find anything for that user
[pap] WARNING! No "known good" password found for the user. Authentication
... and neither does any other module in authorize section. Verify that: - the location of users file that you edit is correct - the syntax is correct. See "man 5 users". Probably tab vs space issue -- Fajar