PEAP problem when using domain suffix

A.L.M.Buxey at lboro.ac.uk A.L.M.Buxey at lboro.ac.uk
Sun Jun 8 22:15:48 CEST 2008


Hi,

>> I've written a small patch for 2.0.4 which fixes this:
>>
>> http://bugs.freeradius.org/show_bug.cgi?id=562
>> -
>> List info/subscribe/unsubscribe? See 
>> http://www.freeradius.org/list/users.html
>
> That's amazing; thanks for the quick update; would you be so kind as to 
> provide a very quick HowTo in order to get this implemented...my guess is 
> something like this:
>
> - download the source of 2.0.4
> - merge the patch (but I'm a bit vague on this point - unless you've merged 
> it already)
> - compile it (also a bit vague on updating an existing implementation and 
> doing make install or whatever)
> - test

1) download freeradius 2.0.4
2) extract freeradius 2.0.4
3) download the patch
4) go to the directory in which the original file is located and patch
it with the patch eg
  patch -p0 < /tmp/patch-file-you-downloaded.diff
- you should see a message printed saying how it was successful(!)
5) run ./configure from the top directory of the archive using
the same options as your currently running version (*)
6) make install. done!

* - if you are using an RPM or PKG etc then you will
need to remake the RPM or PKG using the usual package tools..
but you will need to delete the freeradius-2.0.4.tar.gz and
remake it from your newly patched version! and then ensure
that the package tool USES that .tar.gz source and doesnt
pull the vanilla one down!

alan



More information about the Freeradius-Users mailing list