Well, I used the Dialup Admin tool with the default setting of using crypt 
passwords. 

Here's my DB info, thanks for your help!

mysql> select *from radcheck;
+----+----------+----------------+----+------------------------------------+
| id | UserName | Attribute      | op | Value |
+----+----------+----------------+----+------------------------------------+
|  3 | scotty   | Crypt-Password | := | $1$k.732Mhx$oNSh46n4YSq7NvAsGQnIu. 
|
+----+----------+----------------+----+------------------------------------+
1 row in set (0.00 sec)

mysql> select *from radreply;
+----+----------+-----------------+----+-------+
| id | UserName | Attribute       | op | Value |
+----+----------+-----------------+----+-------+
|  1 | scotty   | Framed-Protocol | =  | PPP   |
+----+----------+-----------------+----+-------+
1 row in set (0.01 sec)

mysql> select *from radgroupcheck;
+----+-----------+-----------+----+-------+
| id | GroupName | Attribute | op | Value |
+----+-----------+-----------+----+-------+
|  1 | test      | Auth-Type | := | Local |
+----+-----------+-----------+----+-------+
1 row in set (0.01 sec)

mysql> select *from usergroup;
+----+----------+-----------+
| id | UserName | GroupName |
+----+----------+-----------+
|  2 | scotty   | test      |
+----+----------+-----------+
1 row in set (0.00 sec)

mysql> select *from radgroupreply;
+----+-----------+--------------------+----+---------------------+------+
| id | GroupName | Attribute          | op | Value               | prio |
+----+-----------+--------------------+----+---------------------+------+
|  1 | test      | Framed-Compression | := | Van-Jacobsen-TCP-IP |    1 |
|  2 | test      | Framed-Protocol    | := | PPP                 |    1 |
|  3 | test      | Service-Type       | := | Framed-User         |    1 |
+----+-----------+--------------------+----+---------------------+------+
3 rows in set (0.00 sec)


Scott Mace
Network Administrator
TravelCenters of America
24601 Center Ridge Rd.
Westlake, OH 44145
440-808-4318





"Scott Bartlett" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
03/22/2003 05:54 AM
Please respond to freeradius-users

 
        To:     <[EMAIL PROTECTED]>
        cc: 
        Subject:        RE: MySQL Authentication


Scott,

Your debug notes you've got PAP encryption set - is this the issue?  I'd
try with it set to 'clear' first if I were you, then go from there once
that works...

Can you post examples of what you've got in the database? 

SB

Scott Bartlett
BTA Limited, 100 High Street Wandsworth, London SW18 4LA, United Kingdom
e: [EMAIL PROTECTED]    v: +44 (0)20 8871 4240      f: +44 (0)20 8871 4584

Network Consultancy and Support for Windows, MacOS and Linux.
Internet connectivity, solutions, web/database development and business
services.    <http://www.bta.com>.




<cut>





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

Reply via email to