RE: Check Multiple Calling-Station-Id in mysql

2004-12-09 Thread Nurul Faizal M.Shukeri








Message: 1

From: Lim Han
Shyong [EMAIL PROTECTED]

To: [EMAIL PROTECTED]

Subject: RE: Check
Multiple Calling-Station-Id in mysql

Date: Tue, 7 Dec 2004
16:38:36 +0800

Reply-To: [EMAIL PROTECTED]



Hi:



 There might be other
better method, me use a simple stupid method, maybe can have a try.



+++++--+

| id | GroupName |
Attribute | op | Value |

+++++--+

| 10 | ultrabalad |
Calling-Station-Id | =~ | Value1|Value2|Value3 |

+++++--+



This method is worst if
u got lot of different value, but mine situation allowed me to do that for
temporary solution.:)



Have a nice day.



Regards

HSL



TQ very3 much








RE: Check Multiple Calling-Station-Id in mysql

2004-12-07 Thread Lim Han Shyong
Hi:

There might be other better method, me use a simple stupid method, maybe
can have a try.

+++++--+
| id | GroupName  | Attribute  | op | Value|
+++++--+
| 10 | ultrabalad | Calling-Station-Id | =~ | Value1|Value2|Value3 |
+++++--+

This method is worst if u got lot of different value, but mine situation
allowed me to do that for temporary solution.:)

Have a nice day.

Regards
HSL


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Nurul
Faizal M.Shukeri
Sent: Wednesday, December 08, 2004 6:52 AM
To: [EMAIL PROTECTED]
Subject: Check Multiple Calling-Station-Id in mysql


Hi to all,

I'm using freeradius 1.0.1. I'm trying to check multiple calling-station-id
store in mysql but return message access-reject. I don't know how and whats
the problem is. Anyone plz help me. TQ

+++---++---+
| id | UserName   | Attribute | op | Value |
+++---++---+
|  1 | ultrabalad | User-Password | == | budakbaik |
+++---++---+
++++
| id | UserName   | GroupName  |
++++
|  1 | ultrabalad | ultrabalad |
++++
+++++--+
| id | GroupName  | Attribute  | op | Value|
+++++--+
| 10 | ultrabalad | Calling-Station-Id | =~ | 00032f042f51 |
|  9 | ultrabalad | Calling-Station-Id | =~ | 10032f042f51 |
+++++--+




-
List info/subscribe/unsubscribe? See
http://www.freeradius.org/list/users.html


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


RE: Check Multiple Calling-Station-Id in mysql

2004-12-07 Thread Anson Rinesmith


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:freeradius-
 [EMAIL PROTECTED] On Behalf Of Nurul Faizal M.Shukeri
 Sent: Tuesday, December 07, 2004 4:52 PM
 To: [EMAIL PROTECTED]
 Subject: Check Multiple Calling-Station-Id in mysql
 
 Hi to all,
 
 I'm using freeradius 1.0.1. I'm trying to check multiple calling-station-
 id
 store in mysql but return message access-reject. I don't know how and
 whats
 the problem is. Anyone plz help me. TQ
 
 +++---++---+
 | id | UserName   | Attribute | op | Value |
 +++---++---+
 |  1 | ultrabalad | User-Password | == | budakbaik |
 +++---++---+
 ++++
 | id | UserName   | GroupName  |
 ++++
 |  1 | ultrabalad | ultrabalad |
 ++++
 +++++--+
 | id | GroupName  | Attribute  | op | Value|
 +++++--+
 | 10 | ultrabalad | Calling-Station-Id | =~ | 00032f042f51 |
 |  9 | ultrabalad | Calling-Station-Id | =~ | 10032f042f51 |
 +++++--+
My guess would be here, the Values you have for Calling-Station-Id, do
appear to be valid phone numbers. 

 
 
 
 
 -
 List info/subscribe/unsubscribe? See
 http://www.freeradius.org/list/users.html


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html