Re: Problem regarding installation.. URGENT URGENT

2005-03-12 Thread Siderite

On Sat, 12 Mar 2005 05:23:06 -0500
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:

> i've downloaded the freeredius ver 1.0.2 and i am facing some problems
> regarding it's installa tion i am using redhat linux ver 8 can anybody tell
> me the detailed steps "HOW TO INSTALL " RADIUS SERVER AND HOW TO CONFIGURE
> IT
> WAITING FOO REPLY

 Well, instalation is pretty straight-forward, (read the INSTALL file) I
haven't had problems with it. The configuration bit is tricky and it
depends on what exactly you want to do with it.

   I recommend freeradius with postgresql. (read the src/billing/README
file in the source directory , too)

  For the things that you want to use the radius I recommend to use the
nas table; (readclients=yes in the sql configuration file) which should
look something like this:
id | shortname | secret | nasname | type | ports | community | snmp | 
naslocation
1.2.3.4 (ip of device) | name (a name that you assign to it) | password
(clear text)  | 1.2.3.4 (again ip of device) |  type (cisco, or whatever)

  for the users you must use the radcheck table which looks like this:
id | username | | attribute | op | value
1 | Gigel | User-Password | == | password

  that's all you need to it. But no matter what you do you must have the
attribute 'User-Password' with the op '=='  or it won't work (I think it
should, but it doesn't). 

If you want other attributes checked add them to the radcheck table.
Attributes you want replyed when the user is authenticated are written
in radreplay table which looks very much like radcheck.

 Hope I have been helpful 
-- 
Siderite <[EMAIL PROTECTED]>


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: Error in radius.log

2005-02-18 Thread Siderite

On Fri, 18 Feb 2005 07:22:42 +
"nake116 nake116" <[EMAIL PROTECTED]> wrote:

> Fri Feb 18 06:26:50 2005 : Info: Using deprecated naslist file.  Support
> for this will go away soon.
> Fri Feb 18 06:26:50 2005 : Info: Using deprecated clients file.  Support
> for this will go away soon.
> Fri Feb 18 06:26:50 2005 : Info: Using deprecated realms file.  Support
> for this will go away soon.
> Fri Feb 18 06:26:50 2005 : Error: rlm_eap_tls: conf N ctx stored
> Fri Feb 18 06:26:50 2005 : Info: Listening on IP address *, ports 1812/u
> dp and 1813/udp, with proxy on 1814/udp.
> Fri Feb 18 06:26:50 2005 : Info: Ready to process requests.
> 
> 
>  What is cause of this problem ?, and how to fix it ? -

delete the naslist,clients and realms files from the configuration
directory. Freeradius now uses SQL or other files for the same purpose.


-- 
Siderite <[EMAIL PROTECTED]>


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


freeradius & postgreSQL - stored procedures

2005-01-24 Thread Siderite

  Hello... I am trying to make freeradius authenticate some access
packets using the output of SQL stored procedures (that eventually would
do the billing as well). Can it be done? And if yes, how?

   thank you

-- 
Siderite <[EMAIL PROTECTED]>


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html