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 then

Re: Authenticate without password or wrong password

2013-06-27 Thread Omer Faruk SEN
lue | ++--+---++---+ | 1 | 555| 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 wrote: > Sorry for the vague information. It will be

Re: Authenticate without password or wrong password

2013-06-27 Thread Omer Faruk SEN
at 4:25 PM, Phil Mayers 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? &

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 wrote: > > > Hi , > > > > I want some certain users to authenticate even if they don'

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 o

eap-ttls clients and securew2

2012-02-28 Thread Omer Faruk SEN
Hi, At http://wiki.freeradius.org/EAP-Clients it states that SecureW2 is an open-source product but as far as i see (correct me if i am wrong) they havechanged policy and this software is not open source anymore. Regards. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/user

Re: Cleartext-Password and PEAP

2012-02-28 Thread Omer Faruk SEN
So it seems it is best to use EAP-TTLS with PAP.. Since PAP supports everything if one wants to have a protocol without client certificate On Tue, Feb 28, 2012 at 4:37 PM, Omer Faruk SEN wrote: > Thank you for the short answer Alan. Always short and simple answers you > have :) >

Re: Cleartext-Password and PEAP

2012-02-28 Thread Omer Faruk SEN
Thank you for the short answer Alan. Always short and simple answers you have :) Regards. On Tue, Feb 28, 2012 at 4:16 PM, Alan DeKok wrote: > Omer Faruk SEN wrote: > > Is there a way to use PEAP or EAP-TTLS without Cleartext-Password since > > I don't want to have this

Cleartext-Password and PEAP

2012-02-28 Thread Omer Faruk SEN
Hi, Is there a way to use PEAP or EAP-TTLS without Cleartext-Password since I don't want to have this field in my openldap since it is clear password. Regards. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Linking Shared/Static library in Freeradius Module

2011-12-06 Thread Omer Faruk SEN
2.1.10 yerine en son surum olan 2.1.12 kullanirsan daha yararli (http://freeradius.org/ dan indirebilirsin) 2011/12/6 Mustafa Reşit Şahin > I have followed the steps here : > > http://wiki.freeradius.org/**Modules2#Testing > > The makefile is "almo

unlang question

2011-04-04 Thread Omer Faruk SEN
I want to insert Quintum-h323-remote-address value to radacct table at sql//dialup.conf i have made my modifications but i see entries like h323-remote-address=3D10.241.1.202 which is h323-remote-address=10.241.1.202 but I only want 10.241.1.202 (IP address) My entry at details file: Quint

Re: Freeradius + Mysql + Enterasys management-access

2011-02-05 Thread Omer Faruk SEN
You have to use radreply table for that. For example: select * from radreply; ++--+---++---+ | id | username | attribute | op | value | ++--+---++---+ | 1 | test | Framed-IP-Address | = | 10.1

max_requests and db connection and oracle issues?

2011-01-31 Thread Omer Faruk SEN
Hi, How can I see the online radius sessions on a certain time? Btw I am having db connection issues but there is no log at radius.log about db connection reset or connection problems. How can i see active db sessions used by radiusd? I want to correlate radiusd connections and db connections Als

www.freeradius.org url link error

2010-10-25 Thread Omer Faruk SEN
Hi, At http://freeradius.org/ for release 2.1.10 there is a clause Added RFCs 5607, 5904, and 5997. For 5607 http://ietf.org/rfc/rfc5607.txt But for others: http://ietf.org/rfc/rfc5904 and http://ietf.org/rfc/rfc5997 was used.They should be: http://ietf.org/rfc/rfc5904.txt http://ietf.org/r

Re: rlm_detail and customization

2010-06-17 Thread Omer Faruk Sen
Hi, It seems that NAS is configured to send the same log with the same Acct-Session-Id 6 times . Regards. On Thu, Jun 17, 2010 at 4:51 PM, Omer Faruk Sen wrote: > I think answer to my question is suppress field to remove. I am using > 1.1.8 and I see that for every unique Acct-Sesssio

Re: rlm_detail and customization

2010-06-17 Thread Omer Faruk Sen
I think answer to my question is suppress field to remove. I am using 1.1.8 and I see that for every unique Acct-Sesssion-Id I see 5-6 detail log. Is it possible to combine it into only one in detail log using detail { } ? On Thu, Jun 17, 2010 at 4:28 PM, Omer Faruk Sen wrote: > Hi, > &

Re: Calling-Station-Id and Called-Station-Id values

2010-06-17 Thread Omer Faruk Sen
Hi, First of all thank you for your reply Alan. Is this feature also valid for 1.1.8 for some certain reasons I have to use 1.1.8 Regards. On Thu, Jun 17, 2010 at 9:06 AM, Alan DeKok wrote: > Omer Faruk Sen wrote: >> How can I make  Calling-Station-Id and Called-Station-Id to

rlm_detail and customization

2010-06-17 Thread Omer Faruk Sen
Hi, Is it possible to customize rlm_detail log files? For example I want to filter some Attributes or want to add certain Attributes even if they don't exists. Regards. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Calling-Station-Id and Called-Station-Id values

2010-06-16 Thread Omer Faruk Sen
Hi, How can I make Calling-Station-Id and Called-Station-Id to be see in accounting if one of them is empty in detail log file. What I mean if one of the field (Calling-Station-Id or Called-Station-Id ) doesn't supplied by NAS I want it to be seen like : Calling-Station-Id = "" Called-Statio

accounting without auth

2010-06-14 Thread Omer Faruk Sen
Hi , Is it possible to configure freeradius for accounting only without authorization/authentication? Maybe by granting access to every auth request can be done but I want to hear your opinion before proceeding any further. Regards. - List info/subscribe/unsubscribe? See http://www.freeradius.org

oracle and stored procedure error

2010-06-10 Thread Omer Faruk Sen
Hi, We are trying to use oracle as a backend but we are having problems. For example here is my radiusd -X output: [sql] expand: EXEC ra_authentication_check '%{SQL-User-Name}', '%{User-Password}' -> EXEC ra_authentication_check '8008', '' rlm_sql_oracle: query failed in sql_select_query:

Re: simulation of the radius

2009-08-29 Thread Omer Faruk SEN
Maybe ntradping can help (http://packetlife.net/armory/ntradping/) Friday, August 28, 2009, 8:19:00 AM, you wrote: Hello ,some body know if exist a software platform for simulation of the radius out of an production envairoment. I configure radius in my first upon with pgsql an "freeradius -X"

Thread create failed: Cannot allocate memory

2009-08-20 Thread Omer Faruk SEN
Hi, I have lived the same problem depicted here. Alan De kok suggested to prevent the thread creation http://lists.cistron.nl/pipermail/freeradius-users/2007-October/msg00257.html . Is there another solution for that (maybe changing a sysctl value ) since machine has lots of memory and very

Rlm_sqlippool and dialupadmin

2008-06-03 Thread Omer Faruk SEN
Hi, I am planning to develop a patch for dialupadmin so i can use radippool tablo for Rlm_sqlippool. I just wanted to be sure what to add to the GUI - dialupadmin- 1) There must a a new tab to add IP addresses to the radippool table. At http://wiki.freeradius.org/Rlm_sqlippool IP addresses are