Re: auth problem

2003-11-24 Thread Alan DeKok
Georgi Ivanov <[EMAIL PROTECTED]> wrote: > I have a problem with authentication freeradius+pptp+mysql, > Radius give me error Sun Nov 23 13:23:18 2003 : Auth: Login OK: [test/ User-Password attribute>] (from client localhost port 0) > in my user file: ... Read the FAQ about how to post questio

auth problem

2003-11-23 Thread Georgi Ivanov
Hi, I have a problem with authentication freeradius+pptp+mysql, Radius give me error Sun Nov 23 13:23:18 2003 : Auth: Login OK: [test/] (from client localhost port 0) in my user file: DEFAULT Auth-Type := MS-CHAP Fall-Through = 1 Best Regards: Geogi Ivanov - List info/subscrib

Re: mysql Auth problem

2002-06-20 Thread James Decker
Additional information: in the authenticate part in the radiusd.conf I have this, and I want to know what should I use since in the version 0.5 the sentence sql is not allowed.? authenticate {     pap #   pam #   unix #   ldap #   mschap #   eap authorize { #   prepro

Re: mysql Auth problem

2002-06-20 Thread Gonzalo Ivan Lozano Hoyos
Thanks a lot Todd but I trying to use mysql for authentification, may be with these information you can tell me what I'am doing wrong Additional information: in the authenticate part in the radiusd.conf I have this, and I want to know what should I use since in the version 0.5 the sentence sq

Re: mysql Auth problem

2002-06-20 Thread Todd T. Fries
unknown client means you don't have it in the client.conf file, or naslist. -- Todd Fries .. [EMAIL PROTECTED] (last updated $ToddFries: signature.p,v 1.2 2002/03/19 15:10:18 todd Exp $) Penned by Gonzalo Ivan Lozano Hoyos on Thu, Jun 20, 2002 at 04:00:43PM -0400, we have: | | Hi everybody, i

mysql Auth problem

2002-06-20 Thread Gonzalo Ivan Lozano Hoyos
Hi everybody, i hope somebody can help me and knows what's going on with this problem? I'm trying to use Freeradius with Mysql, but I dont know if this messages means if it's reading the data from the database "radius" or is not using thew database at all. rad_recv: Access-Request packet fr

Re: ldap remoteuser auth problem

2002-06-01 Thread Dave Vondracek
On Fri, 31 May 2002 15:48:58 -0400 "Alan DeKok" <[EMAIL PROTECTED]> wrote: > > > What do I need to change to get Freeradius to work with > > remoteUsers instead of posixAccounts? Am I on the > right > > path? And thinkiig a little further ahead - is > Freeradius > > going to pull the proper at

Re: ldap remoteuser auth problem

2002-05-31 Thread Alan DeKok
Dave Vondracek <[EMAIL PROTECTED]> wrote: > The documentation for dsradiusd is incredibly poor, so if it > can do what I now need it to, I have no real way of knowing. > (If someone knows and can put me out of my misery quick, > that would be ok too) Freeradius however does support > everything I

ldap remoteuser auth problem

2002-05-31 Thread Dave Vondracek
Greetings, I'm new to the FreeRadius world, and frankly pretty new to radius in general. My situation is this: I have inherited a Netscape Directory Server 4.11 using Solaris Extensions and dsradiusd for my radius authentication. We have added another dialup provider to our existing services

Re: SQL group auth problem [patch]

2002-05-29 Thread Thomas Jalsovsky
Hello all, I went through the SQL module and I found that in the SQL authorization part, firstly the radcheck table is checked. If the given user is not found, it tries the DEFAULT setting but doesn't look for the radgroupcheck entries. This patch modifies the rlm_sql module to lo

Re: Auth problem

2002-02-11 Thread Alan DeKok
please please <[EMAIL PROTECTED]> wrote: > Could you explain more? Read the 'users' file. There isn't much documentation on what the various attributes mean, sorry. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsub

SQL group auth problem

2002-02-11 Thread Thomas Jalsovsky
usergroup +++---+ | id | UserName | GroupName | +++---+ | 5 | 0905835218 | test | +++---+ radgroupcheck ++--+---+---+--+ | id | GroupName| Attribute | Valu

Auth problem

2002-02-11 Thread please please
I have received this message from debug mode: auth: No Auth-Type configuration for the request, rejecting the user. auth: Failed to validate the user. Where is the problem? Regards. P.D. What does it mean Auth-Type? __ Do You Yahoo!? Send FREE

Re: Auth problem

2002-02-11 Thread Alan DeKok
please please <[EMAIL PROTECTED]> wrote: > I have received this message from debug mode: > auth: No Auth-Type configuration for the request, > rejecting the user. > auth: Failed to validate the user. > > Where is the problem? Have you tried setting an Auth-Type? > What does it mean Auth-Ty

Re: Auth problem

2002-02-08 Thread Alan DeKok
please please <[EMAIL PROTECTED]> wrote: > Could you explain more? Read the 'users' file. There isn't much documentation on what the various attributes mean, sorry. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Auth problem

2002-02-08 Thread please please
Could you explain more? Regards. > Authentication type. You've got to configure the > server, to tell it > *how* to authenticate the user. > > Alan DeKok. > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html _

Re: Auth problem

2002-02-08 Thread Alan DeKok
please please <[EMAIL PROTECTED]> wrote: > I have received this message from debug mode: > auth: No Auth-Type configuration for the request, > rejecting the user. > auth: Failed to validate the user. > > Where is the problem? Have you tried setting an Auth-Type? > What does it mean Auth-Ty

Auth problem

2002-02-08 Thread please please
I have received this message from debug mode: auth: No Auth-Type configuration for the request, rejecting the user. auth: Failed to validate the user. Where is the problem? Regards. P.D. What does it mean Auth-Type? __ Do You Yahoo!? Send FREE

Re: SQL group auth problem

2002-02-07 Thread Alan DeKok
Thomas Jalsovsky <[EMAIL PROTECTED]> wrote: > I filled out these tables, and tryed to auth. "0905835218","accept" > The user was rejected. Why? I don't know. If the SQL debug information doesn't tell you, then there needs to be more debug information from the SQL module. As I said before, I

SQL group auth problem

2002-02-07 Thread Thomas Jalsovsky
usergroup +++---+ | id | UserName | GroupName | +++---+ | 5 | 0905835218 | test | +++---+ radgroupcheck ++--+---+---+--+ | id | GroupName| Attribute | Valu

Re: New User Auth Problem

2002-01-30 Thread aland
Nick Hopman <[EMAIL PROTECTED]> wrote: > I am trying to use freeRadius with a cisco 350 AP. My question is when > trying to add new users are the two file that need to be modified only > 'users' and 'clients.conf'? No. 'users' controls user access. 'clients.conf' controls which NAS boxes ar

New User Auth Problem

2002-01-30 Thread Nick Hopman
I am trying to use freeRadius with a cisco 350 AP. My question is when trying to add new users are the two file that need to be modified only 'users' and 'clients.conf'? I think I modifed these files correctly for new users but I am still not able to authenticate them. Below is a printout of freeR