Still not working.<br><br>When I added <br><br> krb5 {<br> }<br><br>at the radius.conf file, it gave me the following error at startup<br><br>/usr/local/etc/raddb/radiusd.conf[589]: Unexpected end of section<br>Errors reading radiusd.conf<br>
<br><br>Regards,<br><br><br><div><span class="gmail_quote">2008/2/8, <a href="mailto:A.L.M.Buxey@lboro.ac.uk">A.L.M.Buxey@lboro.ac.uk</a> <<a href="mailto:A.L.M.Buxey@lboro.ac.uk">A.L.M.Buxey@lboro.ac.uk</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br> <br>> Thank you all.<br> ><br> > But how do I do this? Does any one has a tutorial about it?<br> <br> <br>add the required parts to the radius config files to enable<br> krb5 (direct password check) against the AD - you will also need to ensure<br>
 your kerberos environment is sane and works<br> <br> eg run the command<br> <br> kinit your_user_id<br> <br> on the command line to validate that your machine can get a kerberos<br> ticket<br> <br> the bits you need to add to the radius config are:<br>
 <br> krb5 {<br> }<br> <br> to the module stanza (radiusd.conf)<br> <br> and<br> <br>        Auth-Type krb5 {<br>                krb5<br>        }<br> <br> to the authenticate stanza (radiusd.conf in 1.1.x and sites-enabled/default<br>
 in radiusd 2.x )<br> <br> you MAY need to set "Auth-Type = krb5" for the required user or NAS setting<br> depending on your config!<br> <br> alan<br> <br>-<br> List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</a><br>
 </blockquote></div><br>