Did my last mail made it?<br>--------- Last Mail: ---------<br>Phil, you got it working!<br><br>All of what you wrote was right:<br>- added <span style="font-family:courier new,monospace">Cleartext-Password2</span> to <span style="font-family:courier new,monospace">/usr/share/freeradius/dictionary.freeradius.internal</span><br>

- created user file like this:<br><span style="font-family:courier new,monospace">user Cleartext-Password := "1", Cleartext-Password2 += "2"</span><br>- updated<span style="font-family:courier new,monospace"> sites-enabled/default</span> to look like this (<i>authorize </i>section)<div class="im">
<br>
<br><span style="font-family:courier new,monospace">[..]</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">        #</span><br style="font-family:courier new,monospace">
<span style="font-family:courier new,monospace">        #  Read the 'users' file</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">        files {</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">        }</span><br style="font-family:courier new,monospace"><br style="font-family:courier new,monospace"></div><div class="im"><span style="font-family:courier new,monospace">        if (("%{User-Password}" != "%{control:Cleartext-Password}") && ("%{User-Password}" != "%{control:Cleartext-Password2}")) {</span><br style="font-family:courier new,monospace">

</div><span style="font-family:courier new,monospace">                update reply {</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">                        Reply-Message = "I suck at FreeRadiusing!"</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">                }</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">        reject</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">        }</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">        else {</span><div class="im"><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">                update control {</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">                        Auth-Type := Accept</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">                }</span><br style="font-family:courier new,monospace"><span style="font-family:courier new,monospace">        }</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">[..]</span><br><br></div>If I can buy you a beer or something (thinking of <a href="https://secure.wikimedia.org/wikipedia/en/wiki/Beerware" target="_blank">https://secure.wikimedia.org/wikipedia/en/wiki/Beerware</a> or <a href="https://secure.wikimedia.org/wikipedia/en/wiki/Postcardware" target="_blank">https://secure.wikimedia.org/wikipedia/en/wiki/Postcardware</a><div id=":kf">
) just email me :)<br>
<br>Best Regards</div><br><br><div class="gmail_quote">2011/7/7 Phil Mayers <span dir="ltr"><<a href="mailto:p.mayers@imperial.ac.uk">p.mayers@imperial.ac.uk</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 07/07/11 13:18, Equin Nix wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Phil,<br>
<br>
thanks a lot for the fast answer! Unfortunatelly your radius-skills seem<br>
to be far far from mine, but I think I get the point.<br>
<br>
I tried to add the following to /sites-enabled/default/ (int authorize<br>
section) (Its not a full copy of your text, I wanted to start step by step):<br>
<br>
[...]<br>
#<br>
# Read the 'users' file<br>
files {<br>
# compare them<br>
</blockquote>
<br></div>
No, that's wrong. As per my original email, it should be:<br>
<br>
authorize {<br>
  files<br>
  if (...) {<br>
}<br>
<br>
You've got:<br>
<br>
authorize {<br>
  files {<br>
    ...<br>
  }<br>
}<br>
<br>
...which is wrong.<div><div></div><div class="h5"><br>
-<br>
List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html" target="_blank">http://www.freeradius.org/<u></u>list/users.html</a><br>
</div></div></blockquote></div><br>