<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 13 Sep 2011, at 17:07, 2394263740 wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Hello,<br>I'm using free radius server 2.1.11 on Linux Enterprise Server 6.1.<br>OS: Linux Enterprise Server 6.1<br>Radius: free radius server 2.1.11<br>Database: Mysql</div>
<div> </div>
<div>When the system goes wrong, I would like temporary grant all access request.</div>
<div> </div>
<div>Which means during the service is down, any username/password will be grant access.</div>
<div> </div>
<div>Can you please advise the solution?</div></blockquote><div><br></div><div>sql</div><div>if(fail){</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>update control {</div><div><span class="Apple-tab-span" style="white-space:pre">             </span>Auth-Type := 'Accept'</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>}</div><div>}</div><div><br></div></div>This will not work for protocols like PEAP. But should work for PAP, and CHAP.<div><br></div><div>-Arran</div><div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Arran Cudbard-Bell<br><a href="mailto:a.cudbardb@freeradius.org">a.cudbardb@freeradius.org</a><br><br>RADIUS - Waging war on ignorance and apathy one Access-Challenge at a time.</span>
</div>
<br></div></body></html>