radiusd.conf:23: invalid timeout

2005-04-25 Thread test
Hallo,

freeradius 1.0.2

I'm using MPD VPN.
Freeradius with mysql.

when conecting from vpn client i have this output

[pptp1] RADIUS: using /usr/local/etc/raddb/radiusd.conf
[pptp1] RADIUS: rad_config: /usr/local/etc/raddb/radiusd.conf:23: invalid 
timeout
i try to change every timeout parameters i radiusd.conf and nothing.

whats is wrong ?
  

-- 
Marcin Jablonski
[Poland]


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


Re: radiusd.conf:23: invalid timeout

2005-04-25 Thread Zoltan Ori
On Monday 25 April 2005 08:57, [EMAIL PROTECTED] wrote:
 Hallo,

 freeradius 1.0.2

 I'm using MPD VPN.
 Freeradius with mysql.

 when conecting from vpn client i have this output

 [pptp1] RADIUS: using /usr/local/etc/raddb/radiusd.conf
 [pptp1] RADIUS: rad_config: /usr/local/etc/raddb/radiusd.conf:23: invalid
 timeout i try to change every timeout parameters i radiusd.conf and
 nothing.

 whats is wrong ?

Changing things at random is a sure way to break it. What is on line 23 of 
radiusd.conf?

Zoltan Ori


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


Re[2]: radiusd.conf:23: invalid timeout

2005-04-25 Thread test
Witaj Zoltan,

W Twoim liœcie datowanym 25 kwietnia 2005 (15:19:13) mo¿na przeczytaæ:

ZO On Monday 25 April 2005 08:57, [EMAIL PROTECTED] wrote:
 Hallo,

 freeradius 1.0.2

 I'm using MPD VPN.
 Freeradius with mysql.

 when conecting from vpn client i have this output

 [pptp1] RADIUS: using /usr/local/etc/raddb/radiusd.conf
 [pptp1] RADIUS: rad_config: /usr/local/etc/raddb/radiusd.conf:23: invalid
 timeout i try to change every timeout parameters i radiusd.conf and
 nothing.

 whats is wrong ?

ZO Changing things at random is a sure way to break it. What is on line 23 of 
ZO radiusd.conf?



##
## radiusd.conf -- FreeRADIUS server configuration file.
##
##  http://www.freeradius.org/
##  $Id: radiusd.conf.in,v 1.188.2.3 2005/02/07 19:52:05 aland Exp $
##

#   The location of other config files and
#   logfiles are declared in this file
#
#   Also general configuration for modules can be done
#   in this file, it is exported through the API to
#   modules that ask for it.
#
#   The configuration variables defined here are of the form ${foo}
#   They are local to this file, and do not change from request to
#   request.
#
#   The per-request variables are of the form %{Attribute-Name}, and
#   are taken from the values of the attribute in the incoming
#   request.  See 'doc/variables.txt' for more information.

prefix = /usr/local   line 23
exec_prefix = ${prefix}
sysconfdir = ${prefix}/etc
localstatedir = /var
sbindir = ${exec_prefix}/sbin
logdir = /var/log
raddbdir = ${sysconfdir}/raddb
radacctdir = ${logdir}/radacct

#  Location of config and logfiles.
confdir = ${raddbdir}
run_dir = ${localstatedir}/run/radiusd

#
#  The logging messages for the server are appended to the
#  tail of this file.
#
log_file = ${logdir}/radius.log





-- 
Pozdrowienia,
 testmailto:[EMAIL PROTECTED]


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


Re: Re[2]: radiusd.conf:23: invalid timeout

2005-04-25 Thread Zoltan Ori
On Monday 25 April 2005 09:29, [EMAIL PROTECTED] wrote:

 
  [pptp1] RADIUS: using /usr/local/etc/raddb/radiusd.conf
  [pptp1] RADIUS: rad_config: /usr/local/etc/raddb/radiusd.conf:23:invalid

Ok, I didn't know what I was talking about.. Is this the output when you start 
radius or debug output from radiusd -X? Is there more than this?



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


Re[4]: radiusd.conf:23: invalid timeout

2005-04-25 Thread test
Witaj Zoltan,

W Twoim liœcie datowanym 25 kwietnia 2005 (17:58:42) mo¿na przeczytaæ:

 On Monday 25 April 2005 09:29, [EMAIL PROTECTED] wrote:

 
  [pptp1] RADIUS: using /usr/local/etc/raddb/radiusd.conf
  [pptp1] RADIUS: rad_config:
 /usr/local/etc/raddb/radiusd.conf:23:invalid

 Ok, I didn't know what I was talking about.. Is this the output when you start
 radius or debug output from radiusd -X? Is there more than this?

This is output from pptpd deamon (mpd)


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



-- 
Pozdrowienia,
 [EMAIL PROTECTED]


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


Re: Re[4]: radiusd.conf:23: invalid timeout

2005-04-25 Thread Alan DeKok
[EMAIL PROTECTED] wrote:
 This is output from pptpd deamon (mpd)

  You have configured pptpd to read radiusd.conf?  Why?

  Don't do that.  Ever.  It won't work.

  Alan DeKok.

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


Re: Re[6]: radiusd.conf:23: invalid timeout

2005-04-25 Thread Alan DeKok
[EMAIL PROTECTED] wrote:
 OKI, tommorow I try to disable this line in mpd.conf
 But this is from mpd manual.

  No, it's not.

  The mpd.conf manual says to use radius.conf, which is something
very, very, different.

  Alan DeKok.

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