Pairs do not match user [xxx]

2002-12-19 Thread Fernando Teodoro
Hi again. I've found my question many times in mailinglist archives, but not suitable solution. I keep receiving 'pairs do not match user'; in the end, follows copy of log. I have installed sql tables from the FreeRadius template. Since I'm not using crypt now, I tried to change 'Password

pairs do not match

2002-11-26 Thread betux
hi all, i am just install freeradius and i am newbie for that. what should i do if get error message : Wed Nov 27 04:38:32 2002 : Error: rlm_eap: EAP-Message not found Wed Nov 27 04:38:32 2002 : Info: rlm_sql: Pairs do not match [2101704] (in radcheck table, i set value for attribute = Password

Re: pairs do not match

2002-11-26 Thread Evren Yurtesen
: rlm_sql: Pairs do not match [2101704] (in radcheck table, i set value for attribute = Password and op = ==) Wed Nov 27 04:38:37 2002 : Error: rlm_sql: Stop packet with zero session length. (user '2101704', nas '199.37.116.117') Wed Nov 27 04:38:42 2002 : Error: rlm_sql: Stop packet with zero

Question about rlm_sql Pairs do not match for user ...

2002-11-20 Thread Josh Wilsdon
Hello, In src/modules/rlm_sql/rlm_sql.c around line 575 there is a block of code which looks like: if (paircmp(request, request-packet-vps, check_tmp, reply_tmp) != 0) { radlog(L_INFO, rlm_sql (%s): Pairs do not match for user [%s], inst-config

Re: rlm_sql - pairs do not match - but everything seems to be there

2002-01-09 Thread Bas Haakman
: Released sql socket id: 4 rlm_sql: Pairs do not match [[EMAIL PROTECTED]] modcall[authorize]: module sql returns notfound users: Matched DEFAULT at 2 modcall[authorize]: module files returns ok modcall: group authorize returns ok rad_check_password: Found Auth-Type System auth: type

Re: rlm_sql - pairs do not match - but everything seems to be there

2002-01-09 Thread Chris Parker
At 06:23 PM 1/8/2002 -0500, Steve Sobol wrote: I'm currently using FreeRadius - just upgraded to 0.4 - to authenticate users with account info in /etc/passwd and /etc/shadow. Currently all I use is a default entry in /usr/local/etc/raddb/users. You'll want to update to a CVS snapshot. The

rlm_sql - pairs do not match - but everything seems to be there

2002-01-08 Thread Steve Sobol
]' AND usergroup.GroupName = radgroupreply.GroupName ORDER BY radgroupreply.id' rlm_sql: Released sql socket id: 4 rlm_sql: Pairs do not match [[EMAIL PROTECTED]] modcall[authorize]: module sql returns notfound users: Matched DEFAULT at 2 modcall[authorize]: module files returns ok modcall: group authorize returns

rlm_sql: Pairs do not match

2001-12-19 Thread Igor Chen
Who can tell me what does 'rlm_sql: Pairs do not match' mean? please... --- query: SELECT radgroupreply.id,radgroupreply.GroupName,radgroupreply.Attribute,r adgroupreply.Value FROM radgroupreply,usergroup WHERE usergroup.Username = 'steve' AND usergroup.GroupName = radgroupreply.GroupName ORDER

Pairs do not match

2001-11-27 Thread Julio Faerman
Hi ! I need to configure user with Exec-Program-wait. I am using Freeradius and MySQL, an i already imported the dictionary and configured the user in the radcheck table this way: (34,SomeUser,Exec-Program-Wait,/sbin/exec_program) Is this correct ? I receive pairs do not match err when i try

Re: Pairs do not match

2001-11-26 Thread Chris Parker
At 06:09 PM 11/22/2001 +1000, Mark Constable wrote: On Thu, 22 Nov 2001 00:45, Chris Parker wrote: It looks like you are storing a plaintext password in a Crypt password container. Either store the encrypted password in the table, or change the attribute name to 'User-Password'. Oh oh,

Re: Pairs do not match

2001-11-22 Thread Mark Constable
On Thu, 22 Nov 2001 00:45, Chris Parker wrote: It looks like you are storing a plaintext password in a Crypt password container. Either store the encrypted password in the table, or change the attribute name to 'User-Password'. Oh oh, where does User-Password come from ? I've been using

Re: Pairs do not match

2001-11-21 Thread Chris Parker
At 03:23 PM 11/21/2001 +1000, Mark Constable wrote: Could anyone please explain what might be going on here and which Pairs do not match ? rlm_sql: Pairs do not match [[EMAIL PROTECTED]] It looks like you are storing a plaintext password in a Crypt password container. Either store