help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gnu-radius] parse error


From: Susumu Ueno
Subject: [Help-gnu-radius] parse error
Date: Sat, 18 May 2002 16:05:32 +0900

Hello

I have questions about how should be written 'users' file.
Because my 'users' file makes parse errors when radiusd started.

My 'users' file is like:

----
# This is the users database.

#DEFAULT        Auth-Type = SQL,
#               Simultaneous-Use = 1    
#       Service-Type = Framed-User,
#               Framed-Protocol = PPP

DEFAULT         Simultaneous-Use = 1
                Service-Type = Framed-User,
                Framed-Protocol = PPP,
                Framed-IP-Address = 255.255.255.254,
                Framed-IP-Netmask = 255.255.255.255,
                Framed-Routing = None,
                Framed-MTU = 1500

test01  Password = "pass01"
        Framed-IP-Address = 192.168.100.101
test02  Password = "pass02"
test03  Password = "pass03"
test04  Password = "pass04"

test05  Password = "test05"
----

This is radius.log:

----
May 18 11:39:54: Main.crit: MASTER: Normal shutdown.
May 18 11:39:59: Main.info: Starting - reading configuration files ...
May 18 11:39:59: Main.info: reading /usr/local/etc/raddb/config
May 18 11:39:59: Main.info: ready
May 18 11:39:59: Main.error: /usr/local/etc/raddb/users:20: parse error
May 18 11:39:59: Main.error: discarding user `test02'
May 18 11:39:59: Main.error: /usr/local/etc/raddb/users:22: parse error
May 18 11:39:59: Main.error: discarding user `test04'
May 18 11:39:59: Main.info: /usr/local/etc/raddb/users reloaded.
May 18 11:39:59: Main.info: Ready to process requests.
----


I wonder the users line must be more than one line?
The user, test01 can make a connection, but others can't.
I was using ESVAnet Radius before.
Any ideas?  Please help me.

Best Regards,
Susumu Ueno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]