RE: Fall-through and different NAS IP Settings

2005-12-05 Thread Jonathan De Graeve
I'm just asking this for my understanding, am I still going to want to use Client-IP-Address even though from what I can see here, the NAS-IP- Address attribute is appearing within the output of debugging? I would suggest using Client-IP-Address, unless you know that the NAS will always

solaris 8 compilation problem of pam_radius

2005-12-05 Thread Peter Bergmann
Hi, I want to use the client function of free-radius, but I've got a problem while compiling the pam_radius-1.3.16 module under solaris 8: Any ideas are welcome!!! Thanks Peter hqwww01tban{root} @: make gcc -Wall -fPIC -c pam_radius_auth.c -o pam_radius_auth.o In file included from

Basic Question

2005-12-05 Thread Santy
Dear all, first of all let me say thanks to those who had make this incredible opensource :). I am new with freeradius and I hope all you guys don't mind to answer my basic question. I want to build system with only for one or 2 users. And I wonder whether : 1. I need database for it(mySQL)? first

sqltrace.log

2005-12-05 Thread TK Lew
hi all :: Is it adviseable to turn on the sqltrace.log file under production environment ? Thanks ! BR - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

How can i change Configure file.

2005-12-05 Thread Manojkumar Patel
Hi all I have one problem.I want to pass config parameters in oneConfig.ini My Config.ini file is like: --no-create --sysconfdir=/home/manoj/RadiusServer --with-logdir=/home/manoj/RadisuServerWhen I w run config file like ./configure Config.iniBut radius server was configured as

Re: How can i change Configure file.

2005-12-05 Thread Nicolas Baradakis
Manojkumar Patel wrote: My Config.ini file is like: --no-create --sysconfdir=/home/manoj/RadiusServer --with-logdir=/home/manoj/RadisuServer When I w run config file like ./configure Config.ini But radius server was configured as default setting. But I want to change default

rlm_ldap filter problem

2005-12-05 Thread Norbert Wegener
When I set my vars to the values below, ldapsearch succeeds: server=TDE002.mydomain.NET^M identity=[EMAIL PROTECTED]^M password=!QAY2wsx3edc4^M basedn=dc=TDE002,dc=mydomain,dc=NET^M

Re: Fall-through and different NAS IP Settings

2005-12-05 Thread Joe Maimon
Jonathan De Graeve wrote: How do you explain this then? I have a NAS that DOESN'T sent NAS-IP-Address attribute to the radius server (only nas-identifier) but all my huntgroups based on NAS-IP-Address work without any problem... Is this then somewhere in the code? If (!NAS-IP-Address

RE: solaris 8 compilation problem of pam_radius

2005-12-05 Thread Reiko U.
hallo peter, i'd compiling-problems with freeradius-1.0.5 on solaris10 (sparc). Following config solved the problem: To getting run freeradius-1.0.5 on

FW: How can i change Configure file.

2005-12-05 Thread Manojkumar Patel
Hi I make configuration with following syntex $ xargs ./configure Config.ini But my FreeRadiussercer is take logfile and sysconfdir as default. Thanks Manoj -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nicolas Baradakis Sent: Monday, December

SQL Call-Check Authentication (again :( )

2005-12-05 Thread florian broder
Hi. I'm still having a hard time of implementing the Calling-Station-Id Authentication. Basis is a Cisco Catalyst with Mac-Authentication-Bypass turned on. Alan DeKok told me, that I can use sql.conf: #Use Stripped-User-Name, if it's there. #Else use User-Name, if it's

Re: FreeRadius and Interim Packets

2005-12-05 Thread Matt
Ok, well now hold on a second. It's not simply the sending/receiving/logging of interim packets that determines whether or not the RADIUS server has interim packet support. For a RADIUS server to fully support interim packets, it needs to monitor each session for the receipt of interim packets.

RE: SQL Call-Check Authentication (again :( )

2005-12-05 Thread Seferovic Edvin
Well - I am not a developer but it seems that is a restriction of the SQL module. If you comment out that part of the code and recompile freeradius, it should work as the file-based-auth ;) Regards, Edvin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: Accounting proxy to multiple hosts

2005-12-05 Thread Nicolas Baradakis
Deon van der Merwe wrote: - I only want the response from the real RADIUS server to be sent back to the originator - the responses from the other (replication) servers can be dropped/ignored Is this possible to do? Is there some better options that you might know of? You might look at

Re: How can i change Configure file.

2005-12-05 Thread Joe Maimon
Nicolas Baradakis wrote: Manojkumar Patel wrote: My Config.ini file is like: --no-create --sysconfdir=/home/manoj/RadiusServer --with-logdir=/home/manoj/RadisuServer When I w run config file like ./configure Config.ini But radius server was configured as default setting. But I want

Re: FreeRadius and Interim Packets

2005-12-05 Thread Joe Maimon
Matt wrote: Ok, well now hold on a second. It's not simply the sending/receiving/logging of interim packets that determines whether or not the RADIUS server has interim packet support. For a RADIUS Like the man said Yes. It works. You enable it by installing the server. Did you

RE: solaris 8 compilation problem of pam_radius

2005-12-05 Thread Peter Bergmann
hello Reiko, thanks for your help. During the time I saw another hint in the archive: In file md5.h change the line #define uint32 u_int32_t to #define uint32 uint32_t did it :-) Best regards Peter --- Ursprüngliche Nachricht --- Von: Reiko U. [EMAIL PROTECTED] An:

further ldap problems

2005-12-05 Thread Norbert Wegener
Although I can query an AD server via ldapsearch without problems, I do not get it working using freeradiusd. I do get rlm_ldap: search failed. In the logs first I see: rlm_ldap: Bind was successful later there is: ... ldap_chase_referrals^M read1msg: V2 referral chased, mark request

EAP-TTLS/PAP and proxying

2005-12-05 Thread Samuel Degrande
Hello. I have one other question concerning proxying, and once again excuse me if I don't use the good terminology. I use EAP-TTLS/PAP between a 802.1X supplicant and a radius server. I would like to proxy the authentication to an other radius server. So, is it possible to 'decapsulate' the

Re: SQL Call-Check Authentication (again :( )

2005-12-05 Thread Lewis Bergman
florian broder wrote: --#Else use hard-coded string DEFAULT as the user name.-- sql_user_name = %{Stripped-User-Name:-%{User-Name:-DEFAULT}} So, it's really a limitation in sql, rather that a misconfiguration? Would be nice, if anyone can confirm this! Did you really

Re: sqltrace.log

2005-12-05 Thread Lewis Bergman
TK Lew wrote: hi all :: Is it adviseable to turn on the sqltrace.log file under production environment ? It grows pretty large. I wouldn't do it. I turn it off as soon as I know it works. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: RADIUS Auth-Type

2005-12-05 Thread Bohannan, Chad W
I don't think that is the issue. The NAS authenticates my users just fine so long as the /etc/raddb/users file specifies the users Auth-Type= System. What I want to figure out is how to make the authentication request proxy out to the AD server. Based on the tutorial test results everything

Re: FreeRadius and Interim Packets

2005-12-05 Thread Matt
Ok, I'm just checking because I've received different answers from different people. So the radius server will A) track sessions and will B) send a stop packet if no interim packet is received for the radius interim packet responce or what? I'm finding very little information googeling for it,

Re: FreeRadius and Interim Packets

2005-12-05 Thread Joe Maimon
Matt wrote: Ok, I'm just checking because I've received different answers from different people. So the radius server will A) track sessions and will B) send a stop packet if no interim packet is received for the radius interim packet responce or what? I'm finding very little information

Re: SQL Call-Check Authentication (again :( )

2005-12-05 Thread florian broder
Hi,On 12/5/05, Lewis Bergman [EMAIL PROTECTED] wrote: sql_user_name = %{Stripped-User-Name:-%{User-Name:-DEFAULT}}Did you really mean to put in a :- instead of a := ?Yes. It's part of the standard sql.conf. Not edited by me! I thought of commenting that part out, and recompiling it. But I think,

Re: FreeRadius and Interim Packets

2005-12-05 Thread Alan DeKok
Matt [EMAIL PROTECTED] wrote: Ok, well now hold on a second. It's not simply the sending/receiving/logging of interim packets that determines whether or not the RADIUS server has interim packet support. For a RADIUS server to fully support interim packets, it needs to monitor each session

Re: EAP-TTLS/PAP and proxying

2005-12-05 Thread Alan DeKok
Samuel Degrande [EMAIL PROTECTED] wrote: I use EAP-TTLS/PAP between a 802.1X supplicant and a radius server. I would like to proxy the authentication to an other radius server. So, is it possible to 'decapsulate' the authentication protocol from EAP on the first radius server, and only send

Re: Accounting proxy to multiple hosts

2005-12-05 Thread Deon van der Merwe
Hi Nicolas, This looks exactly like what we need... thanks allot for the pointer! On 12/5/05, Nicolas Baradakis [EMAIL PROTECTED] wrote: Deon van der Merwe wrote: - I only want the response from the real RADIUS server to be sent back to the originator - the responses from the other

(no subject)

2005-12-05 Thread debik
When i try to authenticate on my Xp client this message is in the log and the Acces-Reject is send modcall: entering group authenticate for request 5 rlm_eap: Request found, released from the list rlm_eap: EAP/peap rlm_eap: processing type peap rlm_eap_peap: Authenticate rlm_eap_tls:

Re: Accounting proxy to multiple hosts

2005-12-05 Thread Alan DeKok
Deon van der Merwe [EMAIL PROTECTED] wrote: I have successfully been running freeradius as an accounting proxy. Next step is to be able to proxy to multiple hosts... actually it will be a proxy to the real RADIUS server and then (what I can only describe as...) replication of the accounting

Filter-Id denying access

2005-12-05 Thread Josh
I have been successfully authenticating individual users between a PIX 515 VPN and FreeRadius server. I'm using mysql as the data storage on the radius server. Recently I began changing the way I manage the ACLs on the PIX and began setting up user specific ACLs that get set after logging in via

RE: RADIUS Auth-Type

2005-12-05 Thread Bohannan, Chad W
Alan, You seem to be one of the most knowledgeable folks on the list. Can you provide any input? All help is appreciated. Chad. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bohannan, Chad W Sent: Friday, December 02, 2005 12:51 PM To: FreeRadius users

Attribute and authorization problem

2005-12-05 Thread Josh
I'm sorry if you received this twice. This was caught by my spam guard... not sure why and am not sure if it made it to everyone. I'm changing the subject... See below. --- Josh [EMAIL PROTECTED] wrote: I have been successfully authenticating individual users between a PIX 515 VPN and

FreeRadius Authentication Protocol

2005-12-05 Thread Hamid Salim
Hi, I have a FreeRadius EAP-TLS working enviornment. Going forward, I would like to avoid installing client certificates on every new mobile client and maintaining the current installs. I think the solution will be EAP-TTLS. However, I would like to get input from the experts about best

Signal 10

2005-12-05 Thread Doug Hardie
I have a primary and backup freeradius server running on different machines. For the last couple days they have both been receiving a signal 10 at almost the same time. The secondary server gets the signal exactly 10 seconds after the primary. The time between the signals varies from a

Free Radius and Squid

2005-12-05 Thread Sean Ali
Hello, I'm very new to free raduis and would like to know if it will run with squid proxy server. If so how would this work? What I am looking to do is to allow users to access the internet via the transparent squid proxy for limited time sessions. Eg. a user who wishes to use the system

RE: Free Radius and Squid

2005-12-05 Thread Seferovic Edvin
AFAIK - NO - it is way to simple to work like that. Squid is only a cache. You could redirect an user to a login site with your firewall script, after he logs in, you could redirect him to squid ( at least his http traffic ). But again AFAIK there is no radius client module for squid. Nor

Re: Signal 10

2005-12-05 Thread Alan DeKok
Doug Hardie [EMAIL PROTECTED] wrote: I have a primary and backup freeradius server running on different machines. For the last couple days they have both been receiving a signal 10 at almost the same time. Signal 10 is SIGBUS: Bus error. It's usually indicative of bad memory. I

RE: Free Radius and Squid

2005-12-05 Thread Dusty Doris
AFAIK - NO - it is way to simple to work like that. Squid is only a cache. You could redirect an user to a login site with your firewall script, after he logs in, you could redirect him to squid ( at least his http traffic ). But again AFAIK there is no radius client module for squid. Nor

Re: EAP-TTLS/PAP and proxying

2005-12-05 Thread Samuel.Degrande
Alan DeKok wrote: Samuel Degrande [EMAIL PROTECTED] wrote: I use EAP-TTLS/PAP between a 802.1X supplicant and a radius server. I would like to proxy the authentication to an other radius server. So, is it possible to 'decapsulate' the authentication protocol from EAP on the first radius

Re: What are the advantage and disadvantage about ntlm_auth and LDAP?

2005-12-05 Thread Phil Mayers
darkblue wrote: There two type of method to integrate freeradius with AD, ntlm_auth and ldap, with help by experts such as Alan DeKok and Nicolas Baradakis , I had been setup the 802.1x+freeradius+ntlm_auth+AD. and I wonder what are the advantage and disadvantage about ldap and ntlm_auth.LDAP

Update on Samba and PEAP Machine Authentication

2005-12-05 Thread Michael Griego
The Samba team has recently released Samba version 3.0.21rc2. The 3.0.21 releases include the necessary fixes to Samba to allow for PEAP machine authentication, so those versions of Samba can be used without requiring the patches previously posted to the list. --Mike - List

Re: RADIUS Auth-Type

2005-12-05 Thread Phil Mayers
Bohannan, Chad W wrote: I don't think that is the issue. The NAS authenticates my users just fine so long as the /etc/raddb/users file specifies the users Auth-Type= System. What I want to figure out is how to make the Then the NAS is using PAP. Auth-Type == System is handled by rlm_unix, and

XP auth + PEAP

2005-12-05 Thread debik
Have enybody connect the client running Windows XP SP2 to the radius server with peap auth ??? - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Filter-Id denying access

2005-12-05 Thread Zoltan Ori
On Monday 05 December 2005 13:37, Josh wrote: insert into radcheck (UserName,Attribute,op,Value) values ('josh','Filter-Id','=','myvpntest'); Filter-Id should be a reply item. Zoltan Ori - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

RE: XP auth + PEAP

2005-12-05 Thread King, Michael
Several clients From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of debik Sent: Monday, December 05, 2005 6:30 PM To: FreeRadius users mailing list Subject: XP auth + PEAP Have enybody

persistent ldap connection

2005-12-05 Thread Alexei Vasilyev
Freeradius uses persistent ldap connection. There are many reasons for this. But we have freeradius installed on server in dmz, and ldap-server in inside-zone. It is used just for vpn (1-2 times per day). Cisco PIX destroyes not used connections, so freeradius need to reconnect to ldap server.

Re: XP auth + PEAP

2005-12-05 Thread debik
http://www.freeradius.org/list/users.html __ NOD32 Informacje 1.1312 (20051205) __ Wiadomosc zostala sprawdzona przez System Antywirusowy NOD32 http://www.nod32.com lub http://www.nod32.pl - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html