Authenticate without password or wrong password
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 or the password they provide is not true. Regards.
On 26 Jun 2013, at 12:16, Omer Faruk SEN <omerfsen@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 is in that group I am to authenticate them even if they don't provide password or the password they provide is not true.
What type of authentication? Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
User Authentication for UserPassword On Wed, Jun 26, 2013 at 2:44 PM, Arran Cudbard-Bell < a.cudbardb@freeradius.org> wrote:
On 26 Jun 2013, at 12:16, Omer Faruk SEN <omerfsen@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 is in that group I am to authenticate them even if they don't provide password or the password they provide is not true.
What type of authentication?
Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
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-td5715... Calling-Station-Id = "12345", Auth-Type := Accept will do. On Wed, Jun 26, 2013 at 4:25 PM, Phil Mayers <p.mayers@imperial.ac.uk>wrote:
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 <http://www.freeradius.org/list/users.html>
Calling-Station-Id and Username is equal so is it ok to do (Where 5555555 is UserName and Calling-Station-Id)
select * from radreply; +----+----------+-------------------+----+---------------+ | id | username | attribute | op | value | +----+----------+-------------------+----+---------------+ | 1 | 5555555| Auth-Type | := | Accept |
Sorry it had been a while since I have last played with FreeRadius so it may take time to remember. Regards. On Thu, Jun 27, 2013 at 3:07 PM, Omer Faruk SEN <omerfsen@gmail.com> wrote:
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-td5715...
Calling-Station-Id = "12345", Auth-Type := Accept
will do.
On Wed, Jun 26, 2013 at 4:25 PM, Phil Mayers <p.mayers@imperial.ac.uk>wrote:
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 <http://www.freeradius.org/list/users.html>
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-td5715...
Calling-Station-Id = "12345", Auth-Type := Accept
So you just want to do Mac-Auth basically? http://wiki.freeradius.org/guide/Mac%20Auth Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
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 then directly rejecting them and if they fail to authenticate and then reject) } else { # accept update control { Auth-Type := Accept } } } On Thu, Jun 27, 2013 at 3:35 PM, Arran Cudbard-Bell < a.cudbardb@freeradius.org> wrote:
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-td5715...
Calling-Station-Id = "12345", Auth-Type := Accept
So you just want to do Mac-Auth basically?
http://wiki.freeradius.org/guide/Mac%20Auth
Arran Cudbard-Bell <a.cudbardb@freeradius.org> FreeRADIUS Development Team
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
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 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 or the password they provide is not true.
Regards.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (4)
-
Arran Cudbard-Bell -
Omer Faruk SEN -
Phil Mayers -
yzy-oui-fi