problem with Auth-Type DIGEST

2005-09-01 Thread [EMAIL PROTECTED]


hello,

I am using digest auth and I want to upgrade from cvs version 
(2005-02-19) to cvs version (2005-09-01).

everything seems to be ok except that the digest auth does not work anymore.

I have noticed, in debug mode (radiusd -X), the following differences 
between the two versions:


= cvs version (2005-09-01) =
 rad_check_password:  Found Auth-Type DIGEST
auth: type Local
auth: No User-Password or CHAP-Password attribute in the request
= cvs version (2005-09-01) =

= cvs version (2005-02-19) =
 rad_check_password:  Found Auth-Type DIGEST
auth: type digest
= cvs version (2005-02-19) =

= relevant portions of radiusd.conf =
modules {
   .
   digest {
   }
}

authorize {
   preprocess
   auth_log
   chap
   digest
   sql
}

authenticate {
   Auth-Type PAP {
   pap
   }

   Auth-Type CHAP {
   chap
   }

   digest
}
= relevant portions of radiusd.conf =

is something changed in configuration ?


Thanks,
Razvan Radu


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


Re: problem with Auth-Type DIGEST

2005-09-01 Thread Alan DeKok
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 I am using digest auth and I want to upgrade from cvs version 
 (2005-02-19) to cvs version (2005-09-01).
 everything seems to be ok except that the digest auth does not work anymore.

  It's not just digest, it's a little wider problem than that.  Try it
again, and it might work. :)

  The problem was a bug in CVS.  I've committed a fix.

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


Re: Problem with Auth-Type

2004-11-16 Thread Kostas Zorbadelos
On Tue, Nov 16, 2004 at 08:02:42AM +, carlos akitani wrote:
 htmldiv style='background-color:'DIV class=RTEHi, I've go the same 
 problem but no solution. /DIV
 DIV class=RTEI've added the Auth-Type:=Local in the users file but the same 
 answer:/DIV
 DIV class=RTEauth: No authenticate method (Auth-Type) configuration found 
 for the request: Rejecting the user /DIV
 DIV class=RTEand even (username/password) not valide (but I've declared 
 them in the clients.conf)./DIV
 DIV class=RTEHow to do?/DIV
 DIV class=RTEnbsp;/DIV

First of all; please NO HTML MAIL!
You should really read documentation first before trying to achieve
what you want. Clients.conf is not used to store usernames and
passwords of the users. The users file is meant to do that. Read the
comments in the users file and also the aaa.txt in the doc directory
to get an idea of how the radius server works.

Kostas

-- 
  Kostas Zorbadelos
  Systems Developer, Otenet SA 
  mailto: [EMAIL PROTECTED]
  
  Out there in the darkness, out there in the night
  out there in the starlight, one soul burns brighter
  than a thousand suns.


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


Re: Problem with Auth-Type

2004-11-16 Thread Carlos
Excuse me, just a mistakethis morning in writting the files. I've read a lot
the documentations and the files themselves.
There are a descriptions for the files; users, clients.conf and proxy.conf :

/raddb/users
demolocal Auth-Type := Local, Password == demolocal
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-Compression = Van-Jacobsen-TCP-IP,
Framed-MTU = 1500
carlos Auth-Type := Local, Password == radius
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-Compression = Van-Jacobsen-TCP-IP,
Framed-MTU = 1500

/raddb/clients.conf
client 127.0.0.1 {
secret = demolocal
shortname = localhost
nastype = other
}
client 192.168.1.0/24 {
secret = demolan
shortname = Radius1
}

/raddb/proxy.conf
realm LOCAL {
type = radius
authhost = LOCAL
accthost = LOCAL
secret = demolocal
}
realm NULL {
type = radius
authhost = LOCAL
accthost = LOCAL
secret = demolan
}
realm DEFAULT
type = radius
authhost = LOCAL
accthost = LOCAL
secret = demolan
}
From this, please can you tell me where is wrong and make me the answer
no Auth-Type for the reques, (carlos/radius) incorrect
user rejected
but authorization was OK but not the authentication

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


Re: Problem with Auth-Type

2004-11-16 Thread Alan DeKok
Carlos [EMAIL PROTECTED] wrote:
 Excuse me, just a mistakethis morning in writting the files. I've read a lot
 the documentations and the files themselves.
 There are a descriptions for the files; users, clients.conf and proxy.conf :
...

  But not the debug logs.

  Please go back, and READ the file called README.  It says to run
the server in debugging mode.  If you're not going to do that, you're
never going to solve the problem.

  Alan DeKok.


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


Re: Problem with Auth-Type

2004-11-15 Thread Kostas Zorbadelos
On Wed, Nov 10, 2004 at 11:23:52AM -0300, German P. Santillan - DESETech wrote:

You won't find that in radiusd.conf. You need to add 
 Auth-Type := Local
to the users file. Man users to see anything else.


 My system requires Local Auth-Type Method, but this method ha not defined in 
 my radiusd.conf, and when I run radiusd with -X param, this appear
 
 auth: No authenticate method (Auth-Type) configuration found for the request: 
 Rejecting the user
 
 Thanks
 
 Germ??n P. Santill??n
 Administrador de Redes
 DESETech Argentina
 http://www.desetech.com.ar
 
 
 
 - 
 List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
 
 

-- 
  Kostas Zorbadelos
  Systems Developer, Otenet SA 
  mailto: [EMAIL PROTECTED]
  
  Out there in the darkness, out there in the night
  out there in the starlight, one soul burns brighter
  than a thousand suns.


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


Problem with Auth-Type

2004-11-11 Thread German P. Santillan - DESETech
My system requires Local Auth-Type Method, but this method ha not defined in my 
radiusd.conf, and when I run radiusd with -X param, this appear

auth: No authenticate method (Auth-Type) configuration found for the request: 
Rejecting the user

Thanks

Germn P. Santilln
Administrador de Redes
DESETech Argentina
http://www.desetech.com.ar



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