I set up the server with gracious help from the community, and now it starts without errors.  The problem comes in trying to get the test user to work.  The server simply replies with Access-Reject and awaits the next user.<div>
<br></div><div>Here is the dump from radtest:</div><div><br></div><div><div>DeepBlue:~ michaelaldridge$ radtest testing password localhost 0 testing123</div><div>Sending Access-Request of id 227 to 127.0.0.1 port 1812</div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>User-Name = "testing"</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>User-Password = "password"</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>NAS-IP-Address = 192.168.25.1</div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>NAS-Port = 0</div><div>rad_recv: Access-Reject packet from host 127.0.0.1 port 1812, id=227, length=20</div><div>DeepBlue:~ michaelaldridge$ radtest bob bob localhost 0 testing123</div>
<div>Sending Access-Request of id 241 to 127.0.0.1 port 1812</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>User-Name = "bob"</div><div><span class="Apple-tab-span" style="white-space:pre">  </span>User-Password = "bob"</div>
<div><span class="Apple-tab-span" style="white-space:pre">      </span>NAS-IP-Address = 192.168.25.1</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>NAS-Port = 0</div><div>rad_recv: Access-Reject packet from host 127.0.0.1 port 1812, id=241, length=20</div>
</div><div>__________________________________________________</div><div><br></div><div>And here are the contents of the users file:</div><div><br></div><div><div> bob Cleartext-Password := "bob"</div><div> Reply-Message = "Hello, bob"</div>
</div><div><br></div><div><br></div><div><br></div><div>All help is appreciated</div><div><br></div><div>Also, as a side note, what is the proper way to stop the server gracefully?  Normally I just kill the associated PID#...</div>