Re: Freeradius eap extension

2008-09-10 Thread Alan DeKok
Fernando wrote: > I have some cuestions development related. Development questions generally belong on freeradius-devel. > First one: can eap-ttls method carry inside any eap method? if not... > can eap-ttls be extended to do it? EAP-TTLS can carry many EAP methods. See "eap.conf" for examp

Re: Password attrib problem

2008-09-10 Thread Yawar Hadi
thanks ALan, now when i send User-Password attrib in accounting stop request,and get it value like pair=pairfind(request->vps,PW_User_Password); strcpy(pass,pair->strvalue; printf(pass); it show pass=

Re: Segmentation fault in 2.1.0

2008-09-10 Thread Alan DeKok
Jim L. wrote: > I rebuilt with enable-developer and set ulimit -c unlimited. I also set > allow_core_dumps = yes in radiusd.conf. I am still getting seg faults > but no core dump files are being created. You can run it inside of gdb. Stop the current service, and do: $ gdb --args radiusd -f

Freeradius eap extension

2008-09-10 Thread Fernando
Hi all, I have some cuestions development related. First one: can eap-ttls method carry inside any eap method? if not... can eap-ttls be extended to do it? Second one: with the actual release, Is it possible to develop a new eap-method that carries inside an undetermined number of eap method

: Re: Cisco VPN Server 3000 + Radius + LDAP = heeelp!!

2008-09-10 Thread Osvaldo Campos M. - Administrador Red STI
Sorry!!!... faded format when sending the earlier mail -- Osvaldo H. Campos Molina Administrador de Red STI - Univ. de Chile --- Begin Message --- Sorry, but I don't understand very well. For that you understand our "scenario", we have an LDAP server with users that are all in oneself branch.

Re: Cisco VPN Server 3000 + Radius + LDAP = heeelp!!

2008-09-10 Thread Osvaldo Campos M. - Administrador Red STI
Sorry, but I don't understand very well. For that you understand our "scenario", we have an LDAP server with users that are all in oneself branch. All these users have the attribute "PostOfficeBox". We will use this attribute as the group attribute(i.e., to makes the difference between use

Re: Making each virtual server have their own sql.conf file

2008-09-10 Thread tnt
> >PS.: Why even if a client gets reject from the server the still sends >reply like this: >Sending Access-Reject of id 138 to 127.0.0.1 port 44881 > Mikrotik-Rate-Limit = "100k/200k 200k/400k 80k/160k 180/180 8 >60k/120k" > This was answered in last few days. Read the list posts again. I

Re: Segmentation fault in 2.1.0

2008-09-10 Thread Jim L.
I ran radiusd via gdb and was able to capture some data. Created bug 593. http://bugs.freeradius.org/show_bug.cgi?id=593 Thanks, Jim L. - Original Message - From: "Jim L." <[EMAIL PROTECTED]> To: "FreeRadius users mailing list" Sent: Wednesday, September 10, 2008 3:21 PM Subject: Re

Making each virtual server have their own sql.conf file

2008-09-10 Thread Nataniel Klug
Hello all, Here I am again. I need to make that every virtual server I have running look for it's data on different mysql database and tables. For this I need to set up each virtual server too look into it's own sql.conf... I could not find any doc about this. PS.: Why even if a client

Re: Segmentation fault in 2.1.0

2008-09-10 Thread Jim L.
Alan, I rebuilt with enable-developer and set ulimit -c unlimited. I also set allow_core_dumps = yes in radiusd.conf. I am still getting seg faults but no core dump files are being created. Jim L. - Original Message - From: <[EMAIL PROTECTED]> To: "FreeRadius users mailing list" S

Re: Segmentation fault in 2.1.0

2008-09-10 Thread A . L . M . Buxey
Hi, Jim, when this sort of thing happens you have to follow the advanced debugging method as per the freeradius site - http://bugs.freeradius.org/ ie enable-developer and use the gdb wrapper around the exe alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Segmentation fault in 2.1.0

2008-09-10 Thread Jim L.
local spool file. If the remote accounting server is up, FS does not crash. Hope this info helps find the bug. Thanks, Jim L. +- entering group accounting {...} expand: /var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d -> /var/log/radius/radacct/X.X.X.X/detail-20080

freeradius-users@lists.freeradius.org

2008-09-10 Thread
Hi, Cerebrum Software Solutions is a professionally managed individual and corporate training arena, providing training and integration solutions For SAP Projects. CSS's technology resources have High end training and implementation techniques in the entire SAP application development life cycle

Wiki Login

2008-09-10 Thread Kirk Wallace
This page: http://wiki.freeradius.org/Special:Userlogin indicates that an account can be created, but I don't see a link or instructions on how to do that. Could someone please point me to this information? Kirk - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

AD Username sensitivity

2008-09-10 Thread Charlie B
Hello, I just wanted to ask how you guys are dealing with the seemingly case sensitive nature of AD 2003 (Pre-Windows 2000 Username) with radius? Are you guys using a different attribute instead of sAMAccount or a module to lowercase/initial caps the username? Running: freeradius-krb5-2.0.5-2.fc

Re: Out of memory problem

2008-09-10 Thread Alan DeKok
Jean Carlos Oliveira Guandalini wrote: > The problem can only be solved restarting or reloading the radiusd. > After restarting, the use of memory back to normal. > > It is a bug in version? Kernel problem ??? (kernel version is 2.6.15) I don't recall any memory leaks in 1.1.7. But it's been a

Re: Password attrib problem

2008-09-10 Thread Alan DeKok
Yawar Hadi wrote: > i have a little problem with user-password attrib. > i get the usr password as plain-text in my authorize function of > rlm_sql module .when get it from request.. > but i want to get it from request in accounting function of rlm_Sql > module. its encrypte

Re: another 2.1.0 compile error

2008-09-10 Thread Alan DeKok
Greg Woods wrote: > All other things being equal: yes, it would be nice not to have to > install an entire revision control system just to fetch the most recent > version of the code. I've been trying to keep the git repository pushed to github: http://github.com/alandekok/freeradius-server/tre

Out of memory problem

2008-09-10 Thread Jean Carlos Oliveira Guandalini
Hello, I am using the version 1.1.7 with authentication / accounting in mysql (rlm_sql). The problem is that the use of memory increasing until it is exhausted: dmesg messages: Out of Memory: Killed process 28272 (radiusd). Out of Memory: Killed process 1149 (radiusd). Out of Memory: Killed proces

Re: another 2.1.0 compile error

2008-09-10 Thread Greg Woods
On Wed, 2008-09-10 at 08:20 +0100, [EMAIL PROTECTED] wrote: > would you prefer to have a nightly > tarball of the files to be able to perform this function > rather than having to be familiar with a revision control > system which might not be present for your chosen platform? All other things

Re: Cisco VPN Server 3000 + Radius + LDAP = heeelp!!

2008-09-10 Thread flusione
Hi Osvalo, I had the same problems like you, but I would use a MySQL Database. First: a Cisco VPN300 know 2 different ways to authenticate a user: The Usergroup-- define standard behavior for a user and the User itself wher you can change the behaviors of the group. It's not possible to create

Re: ***SPAM*** Re: How to modify dialup.conf for each virtual server?

2008-09-10 Thread Nataniel Klug
Ok... Thank you Ivan. [EMAIL PROTECTED] escreveu: Yes. Create multiple sql instances. List the name of the instance you want to use in place of "sql" in appropriate sections (authorize, accounting, post-auth, etc.). Ivan Kalik Kalik Informatika ISP Dana 9/9/2008, "Nataniel Klug" <[EMAIL PROTE

Re: freeradius version 1.0.x Vs 2.x.x

2008-09-10 Thread Abraham Jacob
On 9/9/08, Abraham Jacob <[EMAIL PROTECTED]> wrote: > Hi, > > I have been using freeradius 1.0.5 for captive portal authentication > in our internal network. I use mysql as backend for radius and using > sqlcounter to check monthly usage. > > I was trying out freeradius version 2.1.0 and found

Password attrib problem

2008-09-10 Thread Yawar Hadi
hi all, i have a little problem with user-password attrib. i get the usr password as plain-text in my authorize function of rlm_sql module .when get it from request.. but i want to get it from request in accounting function of rlm_Sql module. its encrypted why

Re: Joker character to allow everyone in a SQL table

2008-09-10 Thread Yawar Hadi
hi all, i have a little problem with user-password attrib. i get the usr password as plain-text in my authorize function of rlm_sql module .when get it from request.. but i want to get it from request in accounting function of rlm_Sql module. its encrypted why

Re: Joker character to allow everyone in a SQL table

2008-09-10 Thread tnt
As ever - debug would help when things don't work. Are files listed in authorize? Ivan Kalik Kalik Informatika ISP Dana 10/9/2008, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> piše: >>DEFAULT Auth-Type:= Accept >> >>in users file. >> >>Ivan Kalik >>Kalik Informatika ISP > >Thanks for your reply bu

Re: Joker character to allow everyone in a SQL table

2008-09-10 Thread via . lej
>DEFAULT Auth-Type:= Accept > >in users file. > >Ivan Kalik >Kalik Informatika ISP Thanks for your reply but it's not working, this is my users file: =BOF= # # Please read the documentation file ../doc/processing_users_file, # or 'man 5 users' (after installing the server) f

Re: Joker character to allow everyone in a SQL table

2008-09-10 Thread tnt
DEFAULT Auth-Type:= Accept in users file. Ivan Kalik Kalik Informatika ISP Dana 10/9/2008, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> piše: >Hello all ! > >I'm using a FreeRadius server 1.1.3. It is configured to use a SQL table (which >contains some mac addresses to allow user to access to the

Joker character to allow everyone in a SQL table

2008-09-10 Thread via . lej
Hello all ! I'm using a FreeRadius server 1.1.3. It is configured to use a SQL table (which contains some mac addresses to allow user to access to the network or not). This night the SQL table has flushed. Is there some joker characters I can put in the SQL table to allow everyone while I build up

Joker character to allow everyone in a SQL table

2008-09-10 Thread via . lej
Hello all ! I'm using a FreeRadius server 1.1.3. It is configured to use a SQL table (which contains some mac addresses to allow user to access to the network or not). This night the SQL table has flushed. Is there some joker characters I can put in the SQL table to allow everyone while I build up

Re: another 2.1.0 compile error

2008-09-10 Thread A . L . M . Buxey
Hi, > asked me if I would try building the current pre-release. Since some of > the things supposedly fixed were compile problems on systems similar to > mine, I went ahead and went through the extra effort. Hopefully the > feedback provided from that was useful. yes. but, as I mentioned, would y