Re: FW: Login for any user

2007-04-17 Thread Phil Mayers
inverse wrote: >> Anybody got an idea on how the entry in the users-file has to look like > > something like > DEFAULT Auth-Type := Eap, User-Password == "blah" > > with deafult eap type set to md5. > > I've yet to try it tho, may you report back if it works? This suggestion is wrong on a numbe

Re: FW: Login for any user

2007-04-17 Thread Phil Mayers
[EMAIL PROTECTED] wrote: > Auth-Type:= Accept will let everyone in. No. Every EAP method I am aware of will require the successful completion of the challenge-response. Just setting Auth-Type to Accept will break things completely. You *might* possibly be able to use EAP TTLS+PAP and set Auth-T

Re: FW: Login for any user

2007-04-17 Thread tnt
Auth-Type:= Accept will let everyone in. Ivan Kalik Kalik Informatika ISP Dana 17/4/2007, "inverse" <[EMAIL PROTECTED]> piše: >> Anybody got an idea on how the entry in the users-file has to look like > >something like >DEFAULT Auth-Type := Eap, User-Password == "blah" > >with deafult eap type s

AW: FW: Login for any user

2007-04-17 Thread Galuschka Christoph
07 15:49 An: FreeRadius users mailing list Betreff: Re: FW: Login for any user > Anybody got an idea on how the entry in the users-file has to look like something like DEFAULT Auth-Type := Eap, User-Password == "blah" with deafult eap type set to md5. I've yet to try it tho,

AW: FW: Login for any user

2007-04-17 Thread Galuschka Christoph
ius users mailing list Betreff: Re: FW: Login for any user > Anybody got an idea on how the entry in the users-file has to look like something like DEFAULT Auth-Type := Eap, User-Password == "blah" with deafult eap type set to md5. I've yet to try it tho, may you report back if it w

Re: FW: Login for any user

2007-04-17 Thread inverse
> Anybody got an idea on how the entry in the users-file has to look like something like DEFAULT Auth-Type := Eap, User-Password == "blah" with deafult eap type set to md5. I've yet to try it tho, may you report back if it works? - List info/subscribe/unsubscribe? See http://www.freeradius.org/

FW: Login for any user

2007-04-17 Thread Galuschka Christoph
dius-users@lists.freeradius.org' Betreff: Login for any user Hello, I would like to create a login user on my database backend which allows everybody - regardless of username - to login as long as the password is correct. Is there a way to create such a user? thanks and re

Re: AW: FW: Login for any user

2007-04-17 Thread Alan DeKok
Galuschka Christoph wrote: > I've managed to reach my goal with the following entry in the users-file: > DEFAULT Auth-Type := Local, User-Password == "something" Don't set Auth-Type = Local. PLEASE. Instead: DEFAULT Cleartext-Password := "something" ... And make sure you have "p

Login for any user

2007-04-17 Thread Galuschka Christoph
Hello, I would like to create a login user on my database backend which allows everybody - regardless of username - to login as long as the password is correct. Is there a way to create such a user? thanks and regards Christoph --- Ing. Christop