Radius Authentication
Dear All, i'm using freeradius 1.1.0 . i'm facing a little problem. in some times my mysql DB server is down & the radius can't insert records into it of-course, so the users can't login as the radius doesn't authenticate them unless he can record them. Is there any solution to make the radius authenticate the users without insert records in the DB. thanks for your help -- regards, Amr el-Saeed
i'm facing a little problem. in some times my mysql DB server is down & the radius can't insert records into it of-course, so the users can't login as the radius doesn't authenticate them unless he can record them. Is there any solution to make the radius authenticate the users without insert records in the DB.
I suppose your mysql DB server isn't used to authenticate your users, otherwise having your radius server work even if your DB is down would make no sense (unless you have another module able to authenticate users?). If your DB server is used only for logging purpose (accounting, post-authenticate, ...). You may find interresting information in the doc/configurable_failover file in order to make the DB module failure be non-critial. Regards, Thibault
Why don't you try to use users file as your configuration method! Carlos Rosero S. Programmer / IT www.uaa.edu 787-834-9595 x2203 crosero@uaa.edu -----Original Message----- From: freeradius-users-bounces+crosero=uaa.edu@lists.freeradius.org [mailto:freeradius-users-bounces+crosero=uaa.edu@lists.freeradius.org] On Behalf Of Thibault Le Meur Sent: Wednesday, July 19, 2006 3:28 AM To: 'FreeRadius users mailing list' Subject: RE : Radius Authentication
i'm facing a little problem. in some times my mysql DB server is down & the radius can't insert records into it of-course, so the users can't login as the radius doesn't authenticate them unless he can record them. Is there any solution to make the radius authenticate the users without insert records in the DB.
I suppose your mysql DB server isn't used to authenticate your users, otherwise having your radius server work even if your DB is down would make no sense (unless you have another module able to authenticate users?). If your DB server is used only for logging purpose (accounting, post-authenticate, ...). You may find interresting information in the doc/configurable_failover file in order to make the DB module failure be non-critial. Regards, Thibault - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
Dear Thibault, thanx for ur help yes ,my DB server used for accounting only not authentication. but i tried what u said, as i understand it makes the RADIUS be down while the DB is down. i don't want this. i need the RADIUS to authenticate the users without inserting accounting info into the DB to minimize the outage,i need it to try to insert accounting info & if it fails NO PROBLEM authenticate the user & forget about the accounting. that's it thanx alot Thibault Le Meur wrote:
i'm facing a little problem. in some times my mysql DB server is down & the radius can't insert records into it of-course, so the users can't login as the radius doesn't authenticate them unless he can record them. Is there any solution to make the radius authenticate the users without insert records in the DB.
I suppose your mysql DB server isn't used to authenticate your users, otherwise having your radius server work even if your DB is down would make no sense (unless you have another module able to authenticate users?).
If your DB server is used only for logging purpose (accounting, post-authenticate, ...). You may find interresting information in the doc/configurable_failover file in order to make the DB module failure be non-critial.
Regards, Thibault
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
amr el-saeed <amr.elsaeed@tedata.net> wrte:
i need the RADIUS to authenticate the users without inserting accounting info
Authentication doesn't insert accounting information into the DB.
i need it to try to insert accounting info & if it fails NO PROBLEM authenticate the user & forget about the accounting.
See doc/configurable_failover Alan DeKok.
participants (4)
-
Alan DeKok -
amr el-saeed -
Carlos Rosero -
Thibault Le Meur