Re: question about windows users

2009-05-18 Thread Bartosz Chodzinski
>so..somewhere along the line you are playing with the User-Name attribute...something >which you cannot do with EAP - if you take a standard 2.1.6 install and make the basic changes >to your eap.conf and clients.conf it will work. which Linux distribution should I use? So far I tryied debian-etch

Re: RFE configure script report

2009-05-18 Thread Alan DeKok
Damjan wrote: > Can the ./configure script be made to report at the end what modules it > found it can build. The ./configure output does have this information > but it's not easy to follow. Sure. Send a patch to configure.in. Or, look at Make.inc after configure is done. It will have a lis

Re: RFE configure script report

2009-05-18 Thread A . L . M . Buxey
Hi, > Can the ./configure script be made to report at the end what modules it > found it can build. The ./configure output does have this information > but it's not easy to follow. i guess you are asking this after seeing similar feature in other software? alan - List info/subscribe/unsubscribe

Re: RFE configure script report

2009-05-18 Thread Glen Millard
What about redirecting the output to a file that you can hunt through?For those of us that forget to set our terminals to infinite lines! $./configure 2>&1 | tee ~/configure.log Glen On Mon, May 18, 2009 at 16:30, Damjan wrote: > Can the ./configure script be made to report at the end what mod

RFE configure script report

2009-05-18 Thread Damjan
Can the ./configure script be made to report at the end what modules it found it can build. The ./configure output does have this information but it's not easy to follow. -- damjan | дамјан This is my jabber ID --> dam...@bagra.net.mk -- not my mail address, it's a Jabber ID --^ :) - L

Rewriting User-Name in pre-proxy

2009-05-18 Thread William Taylor
Im currently using freeradius 2.1.4 I need to lookup a username in a dbm and rewrite it before sending off the proxy request. I have achieved this by using the below method. But I was wondering if there was a better way. It would seem that invoking perl with every auth request might be bad.

Re: R: Common error on sql_counter on Ver 2.1.5

2009-05-18 Thread Ivan Kalik
> [sql] expand: %{User-Name} -> mauro > [sql] sql_set_user escaped user --> 'mauro' > rlm_sql (sql): Reserving sql socket id: 0 > [sql] expand: SELECT id, UserName, Attribute, Value, op FROM > UtentiAutorizzati > WHERE UserName = '%{SQL-User-Name}' AND MACADDWAN = > '%{Called-Station-Id}' > AN

Re: R: Common error on sql_counter on Ver 2.1.5

2009-05-18 Thread Nicolas Goutte
Am 18.05.2009 um 18:15 schrieb Mauro Iorio - Smart Soft s.r.l.: User entry didn't match. Post the debug (radiusd -X) and the user entry. You wouldn't be using User-Password as the password attribute? From radcheck table Id UsernameAttribute Value op 7216

Re: R: Common error on sql_counter on Ver 2.1.5

2009-05-18 Thread Ivan Kalik
>> User entry didn't match. Post the debug (radiusd -X) and the user entry. >> You wouldn't be using User-Password as the password attribute? >> > >>From radcheck table > IdUsernameAttribute Value op > 7216 mauro Passwordflower == > Even worse. Passw

R: Common error on sql_counter on Ver 2.1.5

2009-05-18 Thread Mauro Iorio - Smart Soft s.r.l.
> > User entry didn't match. Post the debug (radiusd -X) and the user entry. > You wouldn't be using User-Password as the password attribute? > >From radcheck table Id UsernameAttribute Value op 7216mauro Passwordflower == >From usergroup tabl

Re: FreeRADIUS Server Version 2.1.6 has been released

2009-05-18 Thread Johan Meiring
Alan DeKok wrote: And lots more. Wait for 2.1.7, there are some interesting features going in. Hi, I hope having the Nas-identifier available to "dymanic clients virtual server" is considered interesting!! :-) Thanks for a fantastic product Alan! Cheers, -- Johan Meiring Cape PC S

Re: FreeRADIUS Server Version 2.1.6 has been released

2009-05-18 Thread Alan DeKok
Meyers, Dan wrote: > Can I just check, as I can't seen anything about it in the changelog and > the wiki page for it appears to be the same as before - What is the > rlm_perl behaviour with the new version of FreeRADIUS? It's the same as 2.1.4. > I'm also assuming multiplicity takes preference,

Re: duplicate Identity received, freeradius behaviour?

2009-05-18 Thread Alan DeKok
Jean F. Mousinho wrote: > I've noticed that on our radius server logs lots of "EAP state variable > not found", after some packet dump analysis (also -Xf) I've noticed that > one of the cases that this happened was when some EAP Identity packets > are duplicated during parallel authentications (I m

Re: question about windows users

2009-05-18 Thread A . L . M . Buxey
Hi, > ok (you guys propably hate me :) but please could you still give me the > answers as you did before) > but back to the subject: > I did like you said, > I installed 2.0.4 version (compiled using suggestions from: > http://www.fatofthelan.com/articles/articles.php?pid=27 > http://www.linuxins

Re: Common error on sql_counter on Ver 2.1.5

2009-05-18 Thread Ivan Kalik
> I recently installed freeradius Ver. 2.1.5 and I'm trying to configure it > to > work as a previous installation of Ver. 1.1.x. > > I'm stuck at sql counter module. On 1.1.x I use the common sessioncounter > counter with sql module, but with 2.1.5 I got the message "rlm_sqlcounter: > Could not f

Re: Free radius configure as pre-paid billing system

2009-05-18 Thread Ivan Kalik
> > I want to configure for pre-paid billing system in free radius , please > let me what are necessary module need to configure. Counter or sqlcounter depending on how you do accounting. Ivan Kalik Kalik Informatika ISP - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users

Common error on sql_counter on Ver 2.1.5

2009-05-18 Thread Mauro Iorio - Smart Soft s.r.l.
Hi all, I recently installed freeradius Ver. 2.1.5 and I'm trying to configure it to work as a previous installation of Ver. 1.1.x. I'm stuck at sql counter module. On 1.1.x I use the common sessioncounter counter with sql module, but with 2.1.5 I got the message "rlm_sqlcounter: Could not fi

Re: question about windows users

2009-05-18 Thread Ivan Kalik
> I installed 2.0.4 version (compiled using suggestions from: > http://www.fatofthelan.com/articles/articles.php?pid=27 > http://www.linuxinsight.com/building-debian-freeradius-package-with-eap-tls-ttls-peap-support.html) > If you downloaded current version, you wouldn't need to ask. You have to c

Re: question about windows users

2009-05-18 Thread Bartosz Chodzinski
ok (you guys propably hate me :) but please could you still give me the answers as you did before) but back to the subject: I did like you said, I installed 2.0.4 version (compiled using suggestions from: http://www.fatofthelan.com/articles/articles.php?pid=27 http://www.linuxinsight.com/building-d

RE: FreeRADIUS Server Version 2.1.6 has been released

2009-05-18 Thread Meyers, Dan
Can I just check, as I can't seen anything about it in the changelog and the wiki page for it appears to be the same as before - What is the rlm_perl behaviour with the new version of FreeRADIUS? As I recall rlm_perl no longer handles its own threading. One of the issues for several people introdu

Re: Freeradius-Users Digest, Vol 49, Issue 75(Free radius configure as pre-paid billing system)

2009-05-18 Thread Sachidananda Sahoo
sinho -- - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html End of Freeradius-Users Digest, Vol 49, Issue 74 I want to configure for pre-paid billing system in free radius , please let m

Free radius configure as pre-paid billing system

2009-05-18 Thread Sachidananda Sahoo
Hi , Send Freeradius-Users mailing list submissions to     freeradius-users@lists.freeradius.org To subscribe or unsubscribe via the World Wide Web, visit     http://lists.freeradius.org/mailman/listinfo/freeradius-users or, via email, send a message with subject or body 'help' to     freeradius-

duplicate Identity received, freeradius behaviour?

2009-05-18 Thread Jean F. Mousinho
Hi, I've noticed that on our radius server logs lots of "EAP state variable not found", after some packet dump analysis (also -Xf) I've noticed that one of the cases that this happened was when some EAP Identity packets are duplicated during parallel authentications (I mean, when at least one sess

RE: Module-Success-Message / Module-Failure-Message

2009-05-18 Thread Laar van de, Johan, TNF
Ok, but there is no other variable available which can be used within a sql query in the Post-Auth section? Thanks. Johan van de Laar -Oorspronkelijk bericht- Van: freeradius-users-bounces+johan.van.de.laar=tnf...@lists.freeradius.org [mailto:freeradius-users-bounces+johan.van.de.laar

FreeRADIUS Server Version 2.1.6 has been released

2009-05-18 Thread Alan DeKok
The following is the change log. Thanks to everyone for testing the pre releases. FreeRADIUS 2.1.6 Mon May 18 10:00:00 CEST 2009; , urgency=medium Feature improvements * radclient exits with 0 on successful (accept / ack), and 1 otherwise (no response / reject)

Re: Wimax + Freeradius

2009-05-18 Thread Alan DeKok
Maxim Vinnichenko wrote: > Thank You very much. Vendor forces us to buy theirs "unique" TRIAS > server aka radius. :) That costs several hundred thousands. Dollars? Odds are that their product is less functional than FreeRADIUS. It would likely be cheaper to figure out what the problem is, a

Re[2]: Wimax + Freeradius

2009-05-18 Thread Maxim Vinnichenko
Hello Alan, Monday, May 18, 2009, 4:03:42 PM, you wrote: > Maxim Vinnichenko wrote: >> Thank you for you answer. I've changed test user and now the server >> sends access-accept but CPE still doesn't connect. > Some NAS equipment will ignore Access-Accept if it doesn't contain the > right ma

Re: current RHEL/CentOS pre-built packages (Was: freeRADIUS)

2009-05-18 Thread Alan DeKok
John Dennis wrote: > It is critical to note for RHEL customers the updated RPMS are > considered "tech preview" and do not come with any official RHEL > support. If they want support for *any* version of the server, it's available. See http://networkradius.com But that's specific to FreeRADI

Re: Module-Success-Message / Module-Failure-Message

2009-05-18 Thread Alan DeKok
Laar van de, Johan, TNF wrote: > My Question is, if this is relatively easy, how can I achieve this? The log messages can be changed via source code edits. This *could* be made configurable, but that also requires source code edits. Alan DeKok. - List info/subscribe/unsubscribe? See http:

Re: Wimax + Freeradius

2009-05-18 Thread Alan DeKok
Maxim Vinnichenko wrote: > Thank you for you answer. I've changed test user and now the server > sends access-accept but CPE still doesn't connect. Some NAS equipment will ignore Access-Accept if it doesn't contain the right magic. The exact definition of this magic is usually found buried in a

Re: question about windows users

2009-05-18 Thread Alan DeKok
Bartosz Chodzinski wrote: > /etc/freeradius/certs/README I've never understood why people think it's useful to post documentation from the server on this list. Do you think we haven't seen it? > and something happend: > ( I think key information is > TLS_accept:error in SSLv3 read client c

Re[2]: Wimax + Freeradius

2009-05-18 Thread Maxim Vinnichenko
Hello Ivan, Monday, May 18, 2009, 2:09:39 PM, you wrote: >> We are trying to implement AAA service for WIMAX project and have >> some problems. >> >> Freeradius ver 2.1.3 is installed on Gentoo. The schema is this >> >> CPE >> WASN9770 GW >> RADIUS >> >> At the moment problem is the fol

Re: Module-Success-Message / Module-Failure-Message

2009-05-18 Thread Laar van de, Johan, TNF
Hi all, Excuse me, but I don't know how to reply to an older archived message on this list. On the 3th of April 2008 Alan DeKok replied to the message with the same subject as this mail with the following: > Are they legacy attributes ? They don't seem to be being populated. Be > really nice if

Re: Wimax + Freeradius

2009-05-18 Thread Ivan Kalik
> We are trying to implement AAA service for WIMAX project and have > some problems. > > Freeradius ver 2.1.3 is installed on Gentoo. The schema is this > > CPE >> WASN9770 GW >> RADIUS > > At the moment problem is the following > > [mschap] No Cleartext-Password configured. Cannot creat

Wimax + Freeradius

2009-05-18 Thread Maxim Vinnichenko
Hello Freeradius-users, We are trying to implement AAA service for WIMAX project and have some problems. Freeradius ver 2.1.3 is installed on Gentoo. The schema is this CPE >> WASN9770 GW >> RADIUS At the moment problem is the following [mschap] No Cleartext-Password configured. Can