31 Aug
2007
31 Aug
'07
5:39 a.m.
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