How to compile freeradius with sqlcounter module on debian/ubuntu

2006-01-19 Thread Gabriele Vidali
hi, I'm trying to compile freeradius with sqlcounter module on my ubuntu dapper with no success. Actually I can compile it but at the end I have no rlm_sqlcounter-x.x.so in my /usr/lib/freeradius directory. This is how I proceeded: * apt-get source freeradius * apt-get build-dep

Re: How to compile freeradius with sqlcounter module on debian/ubuntu

2006-01-19 Thread Joe Maimon
Gabriele Vidali wrote: hi, I'm trying to compile freeradius with sqlcounter module on my ubuntu dapper with no success. Actually I can compile it but at the end I have no rlm_sqlcounter-x.x.so in my /usr/lib/freeradius directory. This is how I proceeded: * apt-get source freeradius *

Re: How to compile freeradius with sqlcounter module on debian/ubuntu

2006-01-19 Thread Nicolas Baradakis
Gabriele Vidali wrote: I'm trying to compile freeradius with sqlcounter module on my ubuntu dapper with no success. You could try to build a Debian package from the latest release: $ wget ftp://ftp.freeradius.org/pub/radius/freeradius-1.1.0.tar.gz $ tar zxf freeradius-1.1.0.tar.gz $ cd

mschap and users file

2006-01-19 Thread André Lemos
Right now I'm only using mschap and the users file to authenticate a user, but I'm getting: modcall: entering group Auth-Type for request 7 rlm_mschap: No User-Password configured. Cannot create LM-Password. rlm_mschap: No User-Password configured. Cannot create NT-Password. rlm_mschap:

Ippool and NAS

2006-01-19 Thread Johansson, Daniel
Title: Ippool and NAS Hi Freeradius users. I have compiled and installed the 1.1.0 version of Freeradius and made the basic configurations and everything works fine. Now I have 5 NAS boxes that is accessing the radius server the problem is that I want each NAS to use a set if ipadresses.

Simple Question about LDAP

2006-01-19 Thread Armin Krämer
Whee can i define that freeradius should look at the ldap database for user accounts and not at the users list? Greetings Armin - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Re: Ippool and NAS

2006-01-19 Thread Kai Geek
Hello, where you radius server and users config file ? - Original Message - From: Johansson, Daniel [EMAIL PROTECTED] To: freeradius-users@lists.freeradius.org Subject: Ippool and NAS Date: Thu, 19 Jan 2006 15:18:59 +0100 Hi Freeradius users. I have compiled and installed

RE: Simple Question about LDAP

2006-01-19 Thread Seferovic Edvin
Hi, you can adjust the LDAP section in radiusd.conf file to your LDAP server ( it's a directory rather than a database ;) ). When you have configured the connection between freeradius and LDAP, add ldap to autentication section and test it with radtest if you get an Access-Accept for an user from

Re: Simple Question about LDAP

2006-01-19 Thread Michael Schwartzkopff
Am Donnerstag, 19. Januar 2006 15:49 schrieb Armin Krämer: Whee can i define that freeradius should look at the ldap database for user accounts and not at the users list? Greetings Armin Read rlm_ldap in the doc directory. -- Dr. Michael Schwartzkopff MultiNET Services GmbH Bretonischer

Question about dialup-admin

2006-01-19 Thread Miguel Angel Quiles
I've downloaded dialup-admin. I've changed few values from the admin.conf file, such as mysql username and password, and path to the different directories. I also created the badusers table in the radius in the mysql. I opened a web browser and I can see the accounting is working ok, but I can´t

Windows PPTP and Cisco VPN Concentrator

2006-01-19 Thread ALMEIDA Antonio Jose
Hello, I'm trying to implement one pptp vpn between one windows xp and one vpn concentrator. I've no problems with the Cisco vpn client but I get this error when I try the windows software: In the software: The PPP link control protocol was terminated. In the vpn concentrator: User []

Re: mschap and users file

2006-01-19 Thread Alan DeKok
=?ISO-8859-1?Q?Andr=E9_Lemos?= [EMAIL PROTECTED] wrote: Right now I'm only using mschap and the users file to authenticate a user, but I'm getting: ... Read the REST of the debug log. It will show you that the entries you added to the users file aren't being matched. although on my users

Re: Ippool and NAS

2006-01-19 Thread Alan DeKok
Johansson, Daniel [EMAIL PROTECTED] wrote: Now I have 5 NAS boxes that is accessing the radius server the problem is that I want each NAS to use a set if ipadresses. So for NAS(1) the radius should return ippool(1) and so on. That can be done. I have looked at the FAQ and have been

Re: mschap and users file

2006-01-19 Thread Phil Mayers
André Lemos wrote: Right now I'm only using mschap and the users file to authenticate a user, but I'm getting: modcall: entering group Auth-Type for request 7 rlm_mschap: No User-Password configured. Cannot create LM-Password. rlm_mschap: No User-Password configured. Cannot create

Re: Ippool and NAS

2006-01-19 Thread Phil Mayers
Johansson, Daniel wrote: Hi Freeradius users. I have compiled and installed the 1.1.0 version of Freeradius and made the basic configurations and everything works fine. Now I have 5 NAS boxes that is accessing the radius server the problem is that I want each NAS to use a set if ipadresses.

how to set crypted password in 'users' file?

2006-01-19 Thread Min Qiu
Hi all, I'm able to make clear text password work by adding entry in 'users' file: mqiuAuth-Type := Local, User-Password == clear-text However, cut and past the crypted password from /etc/shadow to the entry failed: mqiuAuth-Type := Local, User-Password ==

RE: CIsco Pix and FreeRadius....

2006-01-19 Thread Mearl Danner
Read the comments in radiusd.conf. [EMAIL PROTECTED] 1/18/2006 10:49:23 am Done that fixed the issueNow I want to use ldap with freeradius is that possible? Tripp Sills Senior Network Engineer - Information Technology [EMAIL PROTECTED] Direct Mail Express 2441 Bellevue Avenue Extension

Problem translating users file to Postgre DB

2006-01-19 Thread Andrew Teixeira
Hello, I tried to port my users file to PostgreSQL today, but I am having a great deal of confusing trouble trying to get it to work. I am using the postgresql.conf file that came with Freeradius 1.1.0 and am having no trouble getting Freeradius to connect to Postgre. My problem comes when

Re: how to set crypted password in 'users' file?

2006-01-19 Thread Alan DeKok
Min Qiu [EMAIL PROTECTED] wrote: However, cut and past the crypted password from /etc/shadow to the entry failed: mqiuAuth-Type := Local, User-Password == $1$CWOjXm2v$dzjrc385t1iQXMN0 UseL Crypt-Password := $1$CWOjXm... Alan DeKok. - List info/subscribe/unsubscribe? See

1.0.5 PEAP issue with Edirectory

2006-01-19 Thread Anup Parkhi
Hi, Enviornment: FreeRadius version: 1.0.5 OS: Red Hat Linux ES3 Directory: Edirectory Auth-Type: EAP PEAP (EAP-MD5 worked though) I built FreeRadius 1.0.5 with (--with-edir). While sending EAP-PEAP request, the freeradius crashed. gdb backtrace indicated a problem in libssl. I was using

file detail

2006-01-19 Thread Alvaro Quiñones
Hi I run radiusd and the service up without errors, however i try to see file detail and it not appear. /usr/local/var/log/radius/radacct/ users are authenticating, but file detail is not create.Why ?? where is the problem? Thanks Alvaro - List info/subscribe/unsubscribe? See

Re: file detail

2006-01-19 Thread Alan DeKok
=?ISO-8859-1?Q?Alvaro_Qui=F1ones?= [EMAIL PROTECTED] wrote: I run radiusd and the service up without errors, however i try to see file detail and it not appear. /usr/local/var/log/radius/radacct/ users are authenticating, but file detail is not create.Why ?? where is the problem? Is your

Re: LEAP

2006-01-19 Thread Sayantan Bhowmick
Hi , Please use the latest version of FreeRADIUS (1.1.0). This includes the the eDirectory integration and you should be able to set up LEAP authentication with it. Please refer to the following links which contain documentation on eDirectory integration with FreeRADIUS.

Question about Session start

2006-01-19 Thread San
Dear All, I have implemented freeradius in Redhat box. And I have some questions about it. It have searched the web but still can't find a clue or i just missed it :(. Also my questions are: 1. How do we start the session? I have send the request to the server and got access_accepted. And as I

Re: Debian + Exec-Program = Zombie process

2006-01-19 Thread George Chelidze
Alan DeKok wrote: George Chelidze [EMAIL PROTECTED] wrote: Zombies add up even when I recompile without --without-threads option. That sounds like a serious problem. Looking at the source, I don't see why, though. If I understood things correctly, if I compile radius without threads