So I went back to a clean install of Fedora 11, followed the instructions on installing freeradius via yum.<br />Then I issued the command:<br /><br />chkconfig --list radiusd (and got the following)<br />radiusd            0:off   1:off   2:off   3:off   4:off   5:off   6:off<br /><br />so i entered sudo chkconfig radiusd on<br />and then I got<br />chkconfig --list radiusd<br />radiusd            0:off   1:off   2:on    3:on    4:on    5:on    6:off<br /><br />I then restart the computer to verify that it works correctly, and it does not. I still have to log into an account before the service starts.<br />Is there anything else I can try to get this working correctly?