Hello Everybody, I just want to put several login-service in an access-accept packet. If i try this in the "users" file : login_user Auth-Type := Local, User-Password == "pass_user" login-service = 50, login-service = telnet, Fall-Through = no It send an acces-racccept with only one attribut : "login-service = telnet" But if i put this in attrs file with rlm_filter module : DEFAULT login-service := telnet, login-service := 50 It works very well ! Sending Access-Accept of id 26 to IP_NAS port 5001 Login-Service := Telnet Login-Service := 50 How i can do this with the users file ?? Thanks for your help !! Nicolas.
http://wiki.freeradius.org/Operators += Ivan Kalik Kalik Informatika ISP Dana 31/8/2007, "nicolaskarp@free.fr" <nicolaskarp@free.fr> piše:
Hello Everybody,
I just want to put several login-service in an access-accept packet. If i try this in the "users" file :
login_user Auth-Type := Local, User-Password == "pass_user" login-service = 50, login-service = telnet, Fall-Through = no
It send an acces-racccept with only one attribut : "login-service = telnet"
But if i put this in attrs file with rlm_filter module : DEFAULT login-service := telnet, login-service := 50
It works very well !
Sending Access-Accept of id 26 to IP_NAS port 5001 Login-Service := Telnet Login-Service := 50
How i can do this with the users file ??
Thanks for your help !!
Nicolas. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
nicolaskarp@free.fr wrote:
I just want to put several login-service in an access-accept packet.
That's not permitted. No NAS will understand that response from a server.
If i try this in the "users" file :
login_user Auth-Type := Local, User-Password == "pass_user" login-service = 50, login-service = telnet, Fall-Through = no
It send an acces-racccept with only one attribut : "login-service = telnet"
This behavior IS documented. See "man users". Alan DeKok.
Hi,
I just want to put several login-service in an access-accept packet. If i try this in the "users" file :
login_user Auth-Type := Local, User-Password == "pass_user" login-service = 50, login-service = telnet, Fall-Through = no
It send an acces-racccept with only one attribut : "login-service = telnet"
But if i put this in attrs file with rlm_filter module : DEFAULT login-service := telnet, login-service := 50
err, thars because your attributes are different! use the same attributes in you users file. and which version of FR by the way? User-Password == is quite wrong these days. should be Cleartext-Password := " .... " alan
participants (4)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok -
nicolaskarp@free.fr -
tnt@kalik.co.yu