Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 8457c46910352e73f0e46d6907b72318 > files > 126

python-pyrad-2.0-3.fc18.noarch.rpm



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">


<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>pyrad.proxy – basic proxy &mdash; pyrad 1.2 documentation</title>
    
    <link rel="stylesheet" href="../_static/repoze.css" type="text/css" />
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '../',
        VERSION:     '1.2',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="../_static/jquery.js"></script>
    <script type="text/javascript" src="../_static/underscore.js"></script>
    <script type="text/javascript" src="../_static/doctools.js"></script>
    <link rel="top" title="pyrad 1.2 documentation" href="../index.html" />
    <link rel="next" title="pyrad.server – basic server" href="server.html" />
    <link rel="prev" title="pyrad.packet – packet encoding and decoding" href="packet.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             accesskey="I">index</a></li>
        <li class="right" >
          <a href="../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="server.html" title="pyrad.server – basic server"
             accesskey="N">next</a> |</li>
        <li class="right" >
          <a href="packet.html" title="pyrad.packet – packet encoding and decoding"
             accesskey="P">previous</a> |</li>
        <li><a href="../index.html">pyrad 1.2 documentation</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="module-pyrad.proxy">
<span id="pyrad-proxy-basic-proxy"></span><h1><a class="reference internal" href="#module-pyrad.proxy" title="pyrad.proxy"><tt class="xref py py-mod docutils literal"><span class="pre">pyrad.proxy</span></tt></a> &#8211; basic proxy<a class="headerlink" href="#module-pyrad.proxy" title="Permalink to this headline">¶</a></h1>
<dl class="class">
<dt id="pyrad.proxy.Proxy">
<em class="property">class </em><tt class="descclassname">pyrad.proxy.</tt><tt class="descname">Proxy</tt><big>(</big><em>addresses=</em><span class="optional">[</span><span class="optional">]</span>, <em>authport=1812</em>, <em>acctport=1813</em>, <em>hosts=None</em>, <em>dict=None</em><big>)</big><a class="headerlink" href="#pyrad.proxy.Proxy" title="Permalink to this definition">¶</a></dt>
<dd><p>Base class for RADIUS proxies.
This class extends tha RADIUS server class with the capability to
handle communication with other RADIUS servers as well.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Variables:</th><td class="field-body"><strong>_proxyfd</strong> &#8211; network socket used to communicate with other servers</td>
</tr>
</tbody>
</table>
</dd></dl>

</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
            <p class="logo"><a href="../index.html">
              <img class="logo" src="../_static/logo.png" alt="Logo"/>
            </a></p>
  <h4>Previous topic</h4>
  <p class="topless"><a href="packet.html"
                        title="previous chapter"><tt class="docutils literal docutils literal docutils literal"><span class="pre">pyrad.packet</span></tt> &#8211; packet encoding and decoding</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="server.html"
                        title="next chapter"><tt class="docutils literal"><span class="pre">pyrad.server</span></tt> &#8211; basic server</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="../_sources/api/proxy.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="../search.html" method="get">
      <input type="text" name="q" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="../genindex.html" title="General Index"
             >index</a></li>
        <li class="right" >
          <a href="../py-modindex.html" title="Python Module Index"
             >modules</a> |</li>
        <li class="right" >
          <a href="server.html" title="pyrad.server – basic server"
             >next</a> |</li>
        <li class="right" >
          <a href="packet.html" title="pyrad.packet – packet encoding and decoding"
             >previous</a> |</li>
        <li><a href="../index.html">pyrad 1.2 documentation</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2002-2009 Wichert Akkerman, 2009 Kristoffer Gronlund.
      Last updated on Sep 05, 2013.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
    </div>
  </body>
</html>