How long is the nas-table cached by freeradius?

2005-06-03 Thread Evert Meulie
Hi all! Just wondering about the following: If a change is made in the nas-table of the radius-db, how long does it take for the freeradius daemon to start using this updated info? Or is the nas-table only read at freeradius (re)start? Regards, Evert begin:vcard fn:Evert Meulie

Re: PEAP with Freeradius 1.02 on Linux

2005-06-03 Thread Stephen Donovan
After much searching and trouble shooting tips from a couple of members of this list. I eventully found a solution to my problem for getting PEAP to work with Free-Radius. An entry from my raddb/users file looked like this: user User-Password == user-pass, Called-Station-ID == RSNA:SSID

Re: Authenticate to eDirectory

2005-06-03 Thread carnold5
One possible reason could be that the user you are building the radius server as does not have the appropriate file system permissions to create files within the /usr/local directory. I should have stated that i am logged in and running this as root. You can also get the FreeRADIUS RPMs for SLES

radclient: received response to request we did not send.

2005-06-03 Thread Juan Nin
Alan, Sorry I don't reply to your original mail, but I received it at home, and now I'm at work. My problem was I was receiving this error: # /bin/echo 'Framed-IP-Address=192.168.1.197' | /home/radius/bin/radclient -d /home/radius/etc/raddb/ -x aaa.aaa.aaa.aaa disconnect secret Sending

Calling-Station-ID not sent by pam_radius_auth.

2005-06-03 Thread Christiaan Ehlers
for request 1 Processing the accounting section of radiusd.conf modcall: entering group accounting for request 1 radius_xlat: '/usr/local/var/log/radius/radacct/10.0.0.1/detail-20050603' rlm_detail: /usr/local/var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d expands to /usr/local/var

FreeRADIUS + MPPE for PPTP VPN clients

2005-06-03 Thread Alexei Monastyrnyi
Hi List. I have a Q about MS-CHAP and MPPE configuration for FreeRADIUS. OS and software versions Servers OS Solaris 9 SPARC FreeRADIUS 1.0.2 OpenLDAP 2.2.24 SAMBA 3.0.11 Network gateways Cisco PIX 506, IOS 6.3(4) PPTP VPN Clients Windows 2K/XP, MAC OSX. The RADIUS server we're talking

'Segmentation fault' loading rlm_sql_postgresql

2005-06-03 Thread Achim Friedland
Hello, is there a known problem with freeradius 1.0.2 and rlm_sql_postgresql? Load the sql.conf just makes my freeradius segfaulting... thx... achim # radiusd -A -X Starting - reading configuration files ... reread_config: reading radiusd.conf Config: including file:

RE: shared secret problem

2005-06-03 Thread Kris
Novell/SuSE development has an updated package in testing that fixed my problem. I would assume it will be available shortly. While I do not have a continuing support package with them yet, they took care of this problem promptly. Consider me one satisfied user. --Kris -Original

Re: Configuring maximum number of password attempts

2005-06-03 Thread Alexei Monastyrnyi
Hi. From FreeRADIUS debug I can conclude that if first does search against LDAP with given username and base DN and then, if the search is successful, binds with given credentials. Both posixAccount and shadowAccount in LDAP does not have any attributes to count bad passwords and block users

Re: How long is the nas-table cached by freeradius?

2005-06-03 Thread Alan DeKok
Evert Meulie [EMAIL PROTECTED] wrote: Just wondering about the following: If a change is made in the nas-table of the radius-db, how long does it take for the freeradius daemon to start using this updated info? Or is the nas-table only read at freeradius (re)start? It's only read at

Re: radclient: received response to request we did not send.

2005-06-03 Thread Alan DeKok
Juan Nin [EMAIL PROTECTED] wrote: You told me the problem is I'm sending packet to port 1700 and receiving the reply from port 1645... but how can I fix this?? You can't. The NAS is broken. Alan DEKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Calling-Station-ID not sent by pam_radius_auth.

2005-06-03 Thread Alan DeKok
Christiaan Ehlers [EMAIL PROTECTED] wrote: If this is not supported by the accounting, is there a way to get it from the authentication section? Source code modifications. Find the code in the authentication section that adds Calling-Station-Id, and add the same code to the accounting

Re: FreeRADIUS + MPPE for PPTP VPN clients

2005-06-03 Thread Alan DeKok
Alexei Monastyrnyi [EMAIL PROTECTED] wrote: My Q is: should I use ntlm_auth program for getting NTLM passwords? No, you use ntlm_auth to do the authentication. If yes, should my RADIUS server be join a SAMBA domain which it is trying to use? No, ntlm_ath talks to winbindd, which

Re: 'Segmentation fault' loading rlm_sql_postgresql

2005-06-03 Thread Alan DeKok
Achim Friedland [EMAIL PROTECTED] wrote: is there a known problem with freeradius 1.0.2 and rlm_sql_postgresql? Load the sql.conf just makes my freeradius segfaulting... It's a libltdl problem. It can't find the postgres libraries on your system, as they're probably installed in a

RE: 'Segmentation fault' loading rlm_sql_postgresql

2005-06-03 Thread Christiaan Ehlers
Title: RE: 'Segmentation fault' loading rlm_sql_postgresql Hi, Managed to find the code and plug it into the right place... (I am NO C programmer!) All compiled well and the CALLING_STATION_ID is getting passed on to the server... Here is the diff if anybody is interested in doing the same

FreeRADIUS 1.0.3 has been released

2005-06-03 Thread Alan DeKok
We have released version 1.0.3 of FreeRADIUS. ftp://ftp.freeradius.org/pub/radius/freeradius-1.0.3.tar.gz ftp://ftp.freeradius.org/pub/radius/freeradius-1.0.3.tar.gz.sig Changelog: * Return EAP-Fail in Access-Reject, rather than an empty Access-Reject * Escape more strings

error at end of make install

2005-06-03 Thread Thor Spruyt
Hi, I just ran a quick test on Centos 3.4 for freeradius-1.0.3. Successfully did ./configure and make, but then just at the end of make install there's an error. Making install in main... gmake[4]: Entering directory `/home/thor/freeradius-1.0.3/src/main' /home/thor/freeradius-1.0.3/libtool

Re: error at end of make install

2005-06-03 Thread Alan DeKok
Thor Spruyt [EMAIL PROTECTED] wrote: I just ran a quick test on Centos 3.4 for freeradius-1.0.3. Successfully did ./configure and make, but then just at the end of make install there's an error. Ok. The fix is pretty simple, I'll have a fix on Monday. Alan DeKOk. - List

No Calling-Station-Id in Auth-Request

2005-06-03 Thread open source
hey guys I have been trying to authenticate user based on mac-address. But the problem is my pppd is not sending the mac address of clients in it's Auth-Request. I'm using following softwares: (i) rp-ppoe (ii) pppd-2.4.1 (iii) ppp-2.4.1-vanilla-radclient-v2.1.patch (iv) freeradius-1.0.2 Can