<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
It is interesting you say that this stuff is already included, I do not
see it in the prepackage version which comes with Ubuntu (hardy).<br>
<br>
<a class="moz-txt-link-freetext" href="http://packages.ubuntu.com/hardy/i386/freeradius/filelist">http://packages.ubuntu.com/hardy/i386/freeradius/filelist</a><br>
<br>
But I think this is something the maintainers for Ubuntu must update /
incorporate<br>
<br>
Checking the docs on non-ubuntu packages I see the sample files, erf.<br>
<br>
<br>
Alan DeKok wrote:
<blockquote cite="mid:48723548.9050307@deployingradius.com" type="cite">
  <pre wrap="">Michael da Silva Pereira wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">There is no clear way to separate between which requests (from or to
home servers/post-proxy or pre-proxy).
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  Huh?  What do you mean by that?

  The pre-proxy section is processed before the request is sent to the
home server.  The post-proxy section is processed when the reply is
received from the home server.

  This is documented.

  </pre>
  <blockquote type="cite">
    <pre wrap="">So I tried this with success:

Add this to the radiusd.conf, I added this under the "attr_filter {"
line, which is part of the "Modules" section in the config file.
attr_filter preproxy_attrfilter {
                attrsfile = ${confdir}/preproxy_attrfilter
}
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  There's already a sample pre-proxy configuration for the attrfilter
module.  Why is it necessary to create another one?

  </pre>
  <blockquote type="cite">
    <pre wrap="">Then under the pre-proxy section before the "files" line add a line
"preproxy_attrfilter", Or before any custom auth stuff you have in
there. (example:)
pre-proxy {
        preproxy_attrfilter
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  There's already a sample pre-proxy configuration for the attrfilter
module in the "pre-proxy" section.  Why is it necessary to create
another one?

  </pre>
  <blockquote type="cite">
    <pre wrap="">Then add the filters into the file preproxy_attrfilter in
/etc/freeradius or whatever your config directory is called.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  There's already a file raddb/attrs.preproxy.  Why is it necessary to
create another one?

  Is there something about the existing documentation that isn't sufficient?

  Alan DeKok.
-
List info/subscribe/unsubscribe? See <a class="moz-txt-link-freetext" href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</a>

  </pre>
</blockquote>
<br>
</body>
</html>