Re: Error getting data from database

2005-07-25 Thread Nirmal
Thanks oliver,     there was problem in my database.. i am able to connect my user in new radius now.     thanks :)   NirmalOliver Graf <[EMAIL PROTECTED]> wrote: On Fri, Jul 22, 2005 at 04:32:56AM -0700, Nirmal wrote:> Thanks for your help> > which file i should look into in order to remove this s

Re: Error getting data from database

2005-07-22 Thread Oliver Graf
On Fri, Jul 22, 2005 at 04:32:56AM -0700, Nirmal wrote: > Thanks for your help > > which file i should look into in order to remove this space ? It's in your SQL database. Oliver. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Error getting data from database

2005-07-22 Thread Nirmal
Thanks for your help   which file i should look into in order to remove this space ?     NirmalOliver Graf <[EMAIL PROTECTED]> wrote: On Thu, Jul 21, 2005 at 11:34:17PM -0700, Nirmal wrote:> > Hi,> > i have installed freeradius 1.0.4 on linux 7.3 with postgresql i m getting following error !!>

Re: Error getting data from database

2005-07-22 Thread Nicolas Baradakis
Nirmal wrote: > i have installed freeradius 1.0.4 on linux 7.3 with postgresql i m > getting following error !! [...] > rlm_sql: Failed to create the pair: Unknown attribute "User-Password " ^^ I guess FreeRADIUS complains

Re: Error getting data from database

2005-07-22 Thread Oliver Graf
On Thu, Jul 21, 2005 at 11:34:17PM -0700, Nirmal wrote: > > Hi, > > i have installed freeradius 1.0.4 on linux 7.3 with postgresql i m > getting following error !! > > what could be the reason ? > > rlm_sql: Failed to create the pair: Unknown attribute "User-Password " Perhaps that space

Error getting data from database

2005-07-21 Thread Nirmal
Reserving sql socket id: 4 rlm_sql_postgresql: query: SELECT Id, UserName, Attribute, Value, Op ??FROM radcheck ??WHERE Username = 'nirmal' ??ORDER BY Id rlm_sql_postgresql: Status: PGRES_TUPLES_OK rlm_sql_postgresql: affected rows = rlm_sql: Failed to create the pair: Unknown attribute "

Re: Error getting data from database"

2004-06-16 Thread edward
I make a mistak in the "radcheck" table. set the "attribute" to "Auth-Type" actually it should be "Password". I update the table and everything is fine. Thanks a lot! Cheers! 引用 nsinit <[EMAIL PROTECTED]>: > > >Thu Jun 17 11:23:59 2004 : Debug: rad_check_password: Found Auth-Type > 654321 >

Re: Error getting data from database"

2004-06-16 Thread edward
I found my Freeradius problem: It is : "Found Auth-Type 654321" Thu Jun 17 11:23:59 2004 : Debug: auth: type "(null)" I check my postgresql Table and found that the radcheck table has a wrong attribute, I set it "Auth-Type" by mistak it should be "Password". Thanks Mike! Thanks! > > Thanks Mik

Re: Error getting data from database"

2004-06-16 Thread nsinit
>Thu Jun 17 11:23:59 2004 : Debug: rad_check_password: Found Auth-Type 654321 why Auth-Type 654321 ??? Hello World! [EMAIL PROTECTED] 2004-06-17 - List info/sub

Error getting data from database"

2004-06-16 Thread edward
Thanks Mike, I chance it from "Auth_Type" To "Auth-Type", But now the problem is : auth: type "(null)" Here is the deatail. Please help me out! Thanks a lot! == Thu Jun 17 11:23:59 2004 : Debug: rlm_sql (sql): sql_set_user esca

Re: About "rlm_sql (sql): Error getting data from database"

2004-06-16 Thread Michael Griego
On Wed, 2004-06-16 at 06:04, [EMAIL PROTECTED] wrote: > rlm_sql: unknown attribute Auth_Type Here's your problem. Auth_Type is not a valid attribute. Change that to Auth-Type (dash, not underscore). -- --Mike --- Michael Griego Wireless LAN Project Manager The

About "rlm_sql (sql): Error getting data from database"

2004-06-16 Thread edward
eck, usergroup WHERE usergroup.Username = 'george' AND usergroup.GroupName = radgroupcheck.GroupName ORDER BY radgroupcheck.id rlm_sql_postgresql: Status: PGRES_TUPLES_OK rlm_sql_postgresql: affected rows = rlm_sql: unknown attribute Auth_Type rlm_sql (sql): Error getting data from databa