Problem with crypt passwords matching

2012-08-15 Thread Robert Haskins
I am running Freeradius 2.1.12 on a Centos box. I am able to authenticate from the server command line, and from a Cisco ASR1k BRAS via the command line. However, when I attempt to authenticate customers from the DSL network, I get a reject, even though the crypt'd passwords match! Here is a

Re: Problem with crypt passwords matching

2012-08-15 Thread Robert Haskins
What do you mean by editing the passwd module? As for the users lines, here is what is in that file (first line is 169 and the last one is 186): DEFAULT Auth-Type == System Fall-Through == 1 DEFAULT Service-Type == Framed-User Framed-IP-Address == 255.255.255.254,

Compiling freeradius.org 2.0.3 on Red Hat 7.3

2008-04-23 Thread Robert Haskins
I'm trying to compile freeradius.org version 2.0.3 on Red Hat 7.3, and I'm getting the following error: /usr/local/src/radius/freeradius-server-2.0.3/src/freeradius-devel/rad_assert.h:26: warning: `used' attribute directive ignored In file included from ../../eap.h:34, from

Re: copying accounting

2004-06-15 Thread Robert Haskins
I thought radrelay was the way to replicate accounting to other servers. Alexander Serkin wrote: Replicate-To-Realm seem to do what i want. Copying accounting matching the check item in acct_users to the realm specified while storing this accounting locally. Am i right? Alexander Serkin wrote: Is

Re: Dialup Admin, problems with apache (httpd) and php

2004-05-14 Thread Robert Haskins
I had the same problem. Its really a PHP/apache config error. I had to add a line like this in my httpd.conf to get dialupadmin to work: AddType application/x-httpd-php .php3 Good luck! Evan Stenmark wrote: Apache (httpd) is not working with php it seems in the httpd.conf I made the

Re: Freeradius GUI admin headaches

2004-05-05 Thread Robert Haskins
Can you point me to, or do you have an example MySQL query I could use for gathering unique user/month count data from the totacct/mtotacct tables? There doesn't seem to be anything in the stock dialupadmin program that does anything with these tables, though I know next to nothing about MySQL

Re: HowTos, FAQs?

2004-04-29 Thread Robert Haskins
I reviewed this book in my ISPadmin column for Usenix ;login: in August, 2003. Unfortunately, the review only available to members until August, 2004 when non-members can view it. It is available here: http://www.usenix.org/publications/login/2003-08/pdfs/haskins.pdf But I didn't care for the

Re: Freeradius GUI admin headaches

2004-04-12 Thread Robert Haskins
I have had dialup_admin working for about a month now. It does take a little bit of configuring. And, it makes some assumptions (like that your RADIUS server is running on the same machine as dialup_admin), but it does indeed work and work well. I only use it for tracking RADIUS accounting

Re: Radius and Syslog

2004-02-12 Thread Robert Haskins
I have attempted to get freeradius to output log info to syslog rather than radiusd.log, but it does not seem possible. GAUDIN Thomas wrote: Hello, I search to configure freeradius with syslog. Actually, my server doesn't want to start with my parameters. Thanks. - List

Re: Freeradius 0.9.3 and syslog?

2004-02-02 Thread Robert Haskins
documentation on what the settings in radiusd.conf need to be, to make it write to anything other than radiusd.log (or similar). At least, I cannot locate any documentation. Christopher Kotran wrote: I have but it is problematic. CK - Original Message - From: Robert Haskins [EMAIL

Freeradius 0.9.3 and syslog?

2004-02-01 Thread Robert Haskins
I am trying to enable Freeradius 0.9.3 to work with syslog. I see a number of posts on the list regarding syslog, but no one seems to have gotten it working. Has anyone been able to get it to work? Thanks for the help! - List info/subscribe/unsubscribe? See

Errors compiling freeradius-0.9.3 under Solaris 8

2004-01-24 Thread Robert Haskins
Has anyone been able to compile freeradius-0.9.3 under Solaris 8? Any help you could provide would be great. I have looked through the archives of the list, and I can't find anything related. I got errors on the following rlm modules so I removed the source completely: rlm_eap rlm_sql

Re: Errors compiling freeradius-0.9.3 under Solaris 8

2004-01-24 Thread Robert Haskins
Installing the gnu libtool 1.5 (http://www.gnu.org/software/libtool/) fixes the issue. Robert Haskins wrote: Has anyone been able to compile freeradius-0.9.3 under Solaris 8? Any help you could provide would be great. I have looked through the archives of the list, and I can't find anything