<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On Jul 26, 2011, at 4:36 PM, Alan DeKok wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; 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; "><span class="Apple-style-span" style="font-family: monospace; ">Charles Plater wrote:<br><blockquote type="cite">Is there any way to try multiple realms inside an update control<br></blockquote><blockquote type="cite">statement? What I want to do is try proxying to one realm, and if that<br></blockquote><blockquote type="cite">fails trying the credentials via the local ream. Thanks in advance.<br></blockquote><br> Read raddb/proxy.conf.  Look for the home server pool section.<br><br> This works, and is documented.<br></span></span></blockquote></div><div><br></div><div>If I'm reading raddb/proxy.conf correctly home_server_pool allows for fail-over and load-balancing configurations. In my case I was to try the same credentials against multiple servers. I'm currently using this bit of unlang to send some requests to another radius server:</div><div><br></div><div><div><span class="Apple-tab-span" style="white-space:pre">    </span>if (User-Name !~ /^..[0-9][0-9][0-9].*$/) {</div><div><span class="Apple-tab-span" style="white-space:pre">  </span><span class="Apple-tab-span" style="white-space:pre">    </span>update control {</div><div><span class="Apple-tab-span" style="white-space:pre">     </span><span class="Apple-tab-span" style="white-space:pre">            </span>Proxy-To-Realm := 'med.wayne.edu'</div><div><span class="Apple-tab-span" style="white-space:pre">    </span><span class="Apple-tab-span" style="white-space:pre">    </span>}</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>}</div></div><div><br></div><div>What I'm looking at doing is to retry failed proxy attempts locally. Is this possible?</div><div><br></div><div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><span class="Apple-style-span" style="font-size: 12px; ">-- </span></div><div><span class="Apple-style-span" style="font-size: 12px; ">Charles Plater<br>Lead Application Technical Analyst<br>Internet Services<br>+1-313-577-4620<br><a href="mailto:ab3189@wayne.edu">ab3189@wayne.edu</a></span></div></div>
</div>
<br></body></html>