<div dir="ltr">On Fri, Mar 29, 2013 at 7:13 PM, Mehdi Ravanbakhsh <span dir="ltr"><<a href="mailto:babakco@gmail.com" target="_blank">babakco@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi ALL<br>
<br>
I need to allow all user to be connected even if user not define in database .<br>
<br></blockquote><div><br></div><div style>Short version: <a href="http://wiki.freeradius.org/guide/FAQ#How-do-I-permit-access-to-any-user-regardless-of-password?">http://wiki.freeradius.org/guide/FAQ#How-do-I-permit-access-to-any-user-regardless-of-password?</a></div>
<div style><br></div><div style>However if you use Windows clients and EAP then the answer would usually be NO, you can't.</div><div style><br></div><div style><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

But if user not define it should get some  specified replay atribute .<br>
<br></blockquote><div><br></div><div style>That's a bit tricky. My best suggestion (untested) would probably be "man unlang", and look for "notfound".</div><div style><br></div><div style>If you tell more about what you're actually trying to do, then others will be able to help you more. </div>
<div style><br></div><div style>For example, a common use for this would be for a public access point (e.g. using chillispot and friends), when you want "guest" user to have limited access (e.g. lower bandwidth, limited data transfer). But if that were the case, I can tell you right now that the best way to implement what you want is NOT by performing the catch-all in radius side, but rather in whatever-welcome-page you're using (e.g. by using a customized chillispot's "login.php" that can create users in FR's db).</div>
<div style><br></div><div style>-- </div><div style>Fajar</div></div></div></div>