AW: FW: Login for any user

2007-04-17 Thread Galuschka Christoph
: 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 works? - List info/subscribe/unsubscribe? See http

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 set to md5.

AW: FW: Login for any user

2007-04-17 Thread Galuschka Christoph
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 works? - List info/subscribe

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

FW: Login for any user

2007-04-17 Thread Galuschka Christoph
Hello, well I guess I can't do that with MySQL-Queries. Anybody got an idea on how the entry in the users-file has to look like. thanks and regards Chris -Ursprüngliche Nachricht- Von: Galuschka Christoph Gesendet: Dienstag, 17. April 2007 14:04 An:

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 pap

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

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 number of