Re: How do I apply the Radius Patch?
"Chris Whelan" <[email protected]>
| Newsgroups | gmane.network.nocat |
|---|---|
| Message-ID | <[email protected]> |
I am, however, another kind user had provided me with the reqiured lines I needed to change. This had worked, and I am now successfully using Radius to authenticate. Thank you all for your quick responses.
*****BELOW IS THE FIX I WAS SEEKING****
Hi,
edits $NOCATAUTHSERV/lib/NoCat/Source/RADIUS.pm and modifies:
line 88:
{ Name => 1, Value => $user->id },
{ Name => 2, Value => $user_pw }
to:
{ Name => 1, Value => $user->id, Type => 'string' },
{ Name => 2, Value => $user_pw, Type => 'string' }
original: http://www.vivaolinux.com.br/artigos/verArtigo.php?codigo=1338
Patrick Brandão
***************************************
>>> Nando <[email protected]> 12/30/04 04:46PM >>>
Are you talking about, the Radius Accounting patch from the site pogozone?
Chris Whelan wrote:
>I have a working install of Nocat using TACACS for authentication. I would like to use Radius, I have Freeradius installed and working, I can use radclient to confirm this. I applied authen::radius from CPAN already, but when NocatAuth sends the request for authen, the Radius server says "Attribute "User-Name" is required for authentication. Any help is appreciated.
>
>_______________________________________________
>NoCat mailing list
>[email protected]
>http://lists.nocat.net/mailman/listinfo/nocat
>
>
>
_______________________________________________
NoCat mailing list
[email protected]
http://lists.nocat.net/mailman/listinfo/nocat