RE: MySql and calling-station-id help please
Kevin, Password is working fine. I have tried almost all the operators and none is doing the job for me. I wonder whether the logic I am using is good or not? Al -----Original Message----- From: freeradius-users-bounces+ackbar.joolia=bglobalmetering.com@lists.freeradius.org [mailto:freeradius-users-bounces+ackbar.joolia=bglobalmetering.com@lists.freeradius.org] On Behalf Of Kevin Bonner Sent: 12 January 2007 16:29 To: FreeRadius users mailing list Subject: Re: MySql and calling-station-id help please On Friday 12 January 2007 10:19, Ackbar Joolia wrote:
See the FAQ about "it doesn't work".
Also, try posting pieces of your current config. What you want isn't hard to do, but we have no idea what your configuration is, so it's impossible to say what is going wrong.
Alan DeKok
Alan,
Where is the “it doesn’t work” faq?
http://wiki.freeradius.org/FAQ#It_still_doesn.27t_work.21
Radcheck table -------------------------- UserName | Attribute | op | Value User1 | Password | == | pass1
Operator should be :=. Attribute should be User-Password (or Cleartext-Password depending on your freeradius version), but Password should be fine for your tests.
Radgroupcheck -------------------------------- GroupName | Attribute | op | Value Group1 | Calling-Station-Id | := | 123456 Group2 | Calling-Station-Id | := | 345677
The operator is incorrect. := sets the attribute to that value. See the Operators page in the wiki or "man 5 users" for more info on operator behavior. Kevin Bonner *** Email COnfidentiality Notice *** This message is private and confidential.If you have received this in error, please notify us and remove it from your system. Contact info@bglobalmetering.com -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.16.10/624 - Release Date: 12/01/2007 14:04 -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.16.10/624 - Release Date: 12/01/2007 14:04
participants (1)
-
Ackbar Joolia