Re: No matching entry in the database for request from user...

2006-03-01 Thread Stefan Winter
++--+---+---++ | id | UserName | Attribute | Value | op | ++--+---+---++ | 1 | kno | Password | kk| == | ++--+---+---++ Try calling the attribute User-Password and the op := as it is documented

Re: No matching entry in the database for request from user...

2006-03-01 Thread kno
; ++--+---+---++ | id | UserName | Attribute | Value | op | ++--+---+---++ | 1 | kno | User-Password | kk| := | ++--+---+---++ But the same message in the server: rlm_sql (sql): No matching entry in the database for request from

Re: No matching entry in the database for request from user...

2006-03-01 Thread Stefan Winter
): No matching entry in the database for request from user [kno] rlm_sql (sql): Released sql socket id: 4 Login incorrect (No password configured for the user): [kno/kk] (from client kno port 1) Login incorrect: [kno/kk] (from client kno port 1) rad_recv: Access-Request packet from host 80.xx.xx.xx

Re: No matching entry in the database for request from user...

2006-03-01 Thread A . L . M . Buxey
Hi, SELECT id,UserName,Attribute,Value,op FROM radcheck WHERE Username = 'kno' ORDER BY id; ++--+---+---++ | id | UserName | Attribute | Value | op | ++--+---+---++ | 1 | kno | User-Password | kk| := |

Re: No matching entry in the database for request from user...

2006-03-01 Thread kno
El Miércoles, 1 de Marzo de 2006 13:51, [EMAIL PROTECTED] escribió: Hi, SELECT id,UserName,Attribute,Value,op FROM radcheck WHERE Username = 'kno' ORDER BY id; ++--+---+---++ | id | UserName | Attribute | Value | op |

Re: No matching entry in the database for request from user

2005-12-16 Thread Alan DeKok
Bill Schoolfield [EMAIL PROTECTED] wrote: I just tested the exact same setup but this time accessing this radius server directly (instead of thru a proxy) and it works fine. So the proxy is changing something. Thoughts? Run it in debug mode, and compare the input packets sql queries.

Re: No matching entry in the database for request from user

2005-12-16 Thread Bill Schoolfield
I did. Turns out it had nothing to do with the proxy. I had inadvertently placed a reply attribute as a check attribute in the db. That of course caused the lookup to fail. My apologies for the false alarm. Bill Alan DeKok wrote: Bill Schoolfield [EMAIL PROTECTED] wrote: I just tested the

No matching entry in the database for request from user

2005-12-15 Thread Bill Schoolfield
Hello, I'm getting No matching entry in the database for request from user returned from the sql lookup. Below I have the radclient and server diagnostics interlaced. All look correct and the querries are good (see below for them). What is wrong? Bill /usr/local/bin/radclient -x -f

Re: No matching entry in the database for request from user

2005-12-15 Thread Bill Schoolfield
I just tested the exact same setup but this time accessing this radius server directly (instead of thru a proxy) and it works fine. So the proxy is changing something. Thoughts? Bill Schoolfield wrote: Hello, I'm getting No matching entry in the database for request from user returned from