user without profile in database
Hello Is there a way to auth user with bad password, or user that doesn't exists in database?? What I need? Let's say we have a 'userX' with password 'userXpassword' and that user try to log in to service, but he try to use wrong password, I want to auth him anyway but when he log in I will give him ip addres that have can contact only with a web where will be a message that will tell him that he use the wrong password, o second example there is a client that haven't got a profile in database and he want to log in to service using username and password that he create I want to auth him anyway and give him address and then redirect all traffic from him to web with message. Thanks!!
Is there a way to auth user with bad password, or user that doesn't exists in database?? What I need?
Let's say we have a 'userX' with password 'userXpassword' and that user try to log in to service, but he try to use wrong password, I want to auth him anyway but when he log in I will give him ip addres that have can contact only with a web where will be a message that will tell him that he use the wrong password, o second example there is a client that haven't got a profile in database and he want to log in to service using username and password that he create I want to auth him anyway and give him address and then redirect all traffic from him to web with message.
Use captive portal. Also many NAS devices have "guest" VLAN options that can be configured for such users. Ivan Kalik Kalik Informatika ISP
Hi All, I want to configured service profile on freeradius as per following setting *********** User profile **************( It will be in user database) bert Password = "ernie" Session-Timeout = 21600, Account-Info = "GServiceGroup1", Account-Info = "Nservice1.com", Account-Info = "Ngamers.net" ***************Service profile **************** service1.com Password = "cisco", Service-Type = outbound, Idle-Timeout = 1800, Service-Info = "R192.168.1.128;255.255.255.192", Service-Info = "R192.168.2.0;255.255.255.192", Service-Info = "R192.168.3.0;255.255.255.0", Service-Info = "Gservice1", Service-Info = "D192.168.2.81", Service-Info = "MC", Service-Info = "TP", Service-Info = "ICompany Intranet Access", Service-Info = "Oservice1.com" ******************Group Profile ******************** ServiceGroup1 Password = "cisco", Service-Type = outbound, Account-Info = "Nservice1.com", Account-Info = "Ngamers.net", Account-Info = "GServiceGroup3", Account-Info = "GServiceGroup4", Account-Info = "IStandard User Services" How do I configured service profile and group profile means in which file and how do i define it in radius conf file in which section. Please let me know Thanks in Advance Ganesh
I want to configured service profile on freeradius as per following setting
*********** User profile **************( It will be in user database)
bert Password = "ernie" Session-Timeout = 21600, Account-Info = "GServiceGroup1", Account-Info = "Nservice1.com", Account-Info = "Ngamers.net"
***************Service profile ****************
service1.com Password = "cisco", Service-Type = outbound, Idle-Timeout = 1800, Service-Info = "R192.168.1.128;255.255.255.192", Service-Info = "R192.168.2.0;255.255.255.192", Service-Info = "R192.168.3.0;255.255.255.0", Service-Info = "Gservice1", Service-Info = "D192.168.2.81", Service-Info = "MC", Service-Info = "TP", Service-Info = "ICompany Intranet Access", Service-Info = "Oservice1.com"
******************Group Profile ********************
ServiceGroup1 Password = "cisco", Service-Type = outbound, Account-Info = "Nservice1.com", Account-Info = "Ngamers.net", Account-Info = "GServiceGroup3", Account-Info = "GServiceGroup4", Account-Info = "IStandard User Services"
How do I configured service profile and group profile means in which file and how do i define it in radius conf file in which section.
You would configure group and service profiles (without passwords) as sql group and add user to them. Ivan Kalik Kalik Informatika ISP
Hi, Thanks for your mail. But I do not have DATABASE I am using text file for user then in that case how do I configured it. Means Which file name and where to define in radius conf file. Thanks in advance Ganesh --- On Sat, 8/29/09, Ivan Kalik <tnt@kalik.net> wrote:
From: Ivan Kalik <tnt@kalik.net> Subject: Re: Service profile configuration To: "FreeRadius users mailing list" <freeradius-users@lists.freeradius.org> Date: Saturday, August 29, 2009, 10:07 PM
I want to configured service profile on freeradius as per following setting
*********** User profile **************( It will be in user database)
bert Password = "ernie" Session-Timeout = 21600, Account-Info = "GServiceGroup1", Account-Info = "Nservice1.com", Account-Info = "Ngamers.net"
***************Service profile ****************
service1.com Password = "cisco", Service-Type = outbound, Idle-Timeout = 1800, Service-Info = "R192.168.1.128;255.255.255.192", Service-Info = "R192.168.2.0;255.255.255.192", Service-Info = "R192.168.3.0;255.255.255.0", Service-Info = "Gservice1", Service-Info = "D192.168.2.81", Service-Info = "MC", Service-Info = "TP", Service-Info = "ICompany Intranet Access", Service-Info = "Oservice1.com"
******************Group Profile ********************
ServiceGroup1 Password = "cisco", Service-Type = outbound, Account-Info = "Nservice1.com", Account-Info = "Ngamers.net", Account-Info = "GServiceGroup3", Account-Info = "GServiceGroup4", Account-Info = "IStandard User Services"
How do I configured service profile and group profile means in which file and how do i define it in radius conf file in which section.
You would configure group and service profiles (without passwords) as sql group and add user to them.
Ivan Kalik Kalik Informatika ISP
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
But I do not have DATABASE I am using text file for user then in that case how do I configured it.
OK. Create custom attributes Group-Profile and Service-Profile in raddb/dictionary. Then have: bert Cleartext-Password:="ernie",Service-Profile:="service1",Group-Profile:="serviceGroup1" ... Fall-Through = yes DEFAULT Service-Profile == "service1" ... Fall-Through = yes DEFAULT Group-Profile == "servicegroup1" ... Ivan Kalik Kalik Informatika ISP
participants (3)
-
ganesh nagpure -
Ivan Kalik -
Marcin S.