Re: Authenticate without password or wrong password

2013-06-27 Thread Omer Faruk SEN
Sorry for the vague information. It will be a CHAP Authentication and will be based on Calling-Station-Id I think http://freeradius.1045715.n5.nabble.com/freeradius-Calling-Station-Id-td5715153.html Calling-Station-Id = 12345, Auth-Type := Accept will do. On Wed, Jun 26, 2013 at 4:25 PM,

Re: Authenticate without password or wrong password

2013-06-27 Thread Omer Faruk SEN
Calling-Station-Id and Username is equal so is it ok to do (Where 555 is UserName and Calling-Station-Id) select * from radreply; ++--+---++---+ | id | username | attribute | op | value |

Re: Authenticate without password or wrong password

2013-06-27 Thread Arran Cudbard-Bell
It will be a CHAP Authentication and will be based on Calling-Station-Id I think http://freeradius.1045715.n5.nabble.com/freeradius-Calling-Station-Id-td5715153.html Calling-Station-Id = 12345, Auth-Type := Accept So you just want to do Mac-Auth basically?

Re: Authenticate without password or wrong password

2013-06-27 Thread Omer Faruk SEN
We want some certain users to directly authenticate and others must provide password and they provide their identity and then they are authenticated. So I think i must change http://wiki.freeradius.org/guide/Mac%20Auth if (!ok) { *reject* (is there a statement like authenticate rather

Authenticate without password or wrong password

2013-06-26 Thread Omer Faruk SEN
Hi , I want some certain users to authenticate even if they don't provide a password or the password they enter is not right. Can you guide me on this please? I think I must put a user in to a group and if the user is in that group I am to authenticate them even if they don't provide password

Re: Authenticate without password or wrong password

2013-06-26 Thread Arran Cudbard-Bell
On 26 Jun 2013, at 12:16, Omer Faruk SEN omerf...@gmail.com wrote: Hi , I want some certain users to authenticate even if they don't provide a password or the password they enter is not right. Can you guide me on this please? I think I must put a user in to a group and if the user

Re: Authenticate without password or wrong password

2013-06-26 Thread Omer Faruk SEN
User Authentication for UserPassword On Wed, Jun 26, 2013 at 2:44 PM, Arran Cudbard-Bell a.cudba...@freeradius.org wrote: On 26 Jun 2013, at 12:16, Omer Faruk SEN omerf...@gmail.com wrote: Hi , I want some certain users to authenticate even if they don't provide a password or the

Re: Authenticate without password or wrong password

2013-06-26 Thread yzy-oui-fi
did your protocol support mac auth? Le mercredi 26 juin 2013 à 14:16 +0300, Omer Faruk SEN a écrit : Hi , I want some certain users to authenticate even if they don't provide a password or the password they enter is not right. Can you guide me on this please? I think I must put a

Re: Authenticate without password or wrong password

2013-06-26 Thread Phil Mayers
On 26/06/13 12:54, Omer Faruk SEN wrote: User Authentication for UserPassword That's not a type of authentication. For example, are you using EAP for 802.1x/Wi-Fi, and if so, which EAP outer and inner methods? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html