Hi, Sorry, it comes back with the same thing: > mysql> SELECT id,UserName,Attribute,Value,op FROM radcheck WHERE > Username = '00022d111111' ORDER BY id; > +-----+--------------+---------------+----------+------+ > | id | UserName | Attribute | Value | op | > +-----+--------------+---------------+----------+------+ > | 215 | 00022d111111 | User-Password | ourpaswd | == | > +-----+--------------+---------------+----------+------+ > 1 row in set (0.00 sec)
Thanks!! -Mike -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, August 11, 2003 9:05 AM To: [EMAIL PROTECTED] Subject: Re: Cisco Aironet - MAC auth logs Hi, > Here it is....Thanks for the help! Please let me know what you find, > time is running out! > > mysql> SELECT id,UserName,Attribute,Value,op FROM radcheck WHERE > Username = '00062541e359' ORDER BY id; > +-----+--------------+---------------+----------+------+ > | id | UserName | Attribute | Value | op | > +-----+--------------+---------------+----------+------+ > | 205 | 00062541e359 | User-Password | ourpaswd | == | > +-----+--------------+---------------+----------+------+ > 1 row in set (0.00 sec) you havent done this for the other one...which is decidedly different! >SELECT id,UserName,Attribute,Value,op FROM radcheck WHERE Username = >'00022d111111' ORDER BY id - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
