19 Oct
2005
19 Oct
'05
7:28 p.m.
Luca Corti <cortez@tiscali.it> wrote:
mysql> SELECT id,UserName,Attribute,Value,op FROM radcheck WHERE Username = 'user@otherrealm' ORDER BY id; +-----+-----------------+---------------+----------+----+ | id | UserName | Attribute | Value | op | +-----+-----------------+---------------+----------+----+ | 376 | user@otherrealm | User-Password | password | == |
Use :=, not ==. See other messages today to the list. Alan DeKok.