FR 2.0.3 gives duplicate NULL realm error

John Horne john.horne at plymouth.ac.uk
Mon Apr 7 17:56:18 CEST 2008


On Mon, 2008-04-07 at 15:51 +0100, John Horne wrote:
>
> I have been running FR 2.0.2 (built from source) for a short while with
> no problems. I have now upgraded to 2.0.3 (built from Fedora 9 source
> RPM). When I try and start radiusd (using 'radiusd -X' I get the
> following error:
> 
>     realm NULL {
>    /etc/raddb/proxy.conf[107]: Duplicate realm "NULL"
>     } # realm NULL
> 
Okay, I sorted this one out myself. The proxy.conf file had:

   realm DEFAULT {
      ...
   }

   realm NULL {
      ...
   }

It seems that radiusd doesn't like the NULL realm after the DEFAULT. I
swapped these two around, and radiusd started up fine.

> 
> I'm not sure why the 'radiusd -X' output gives as the very last line
> '} # realm NULL'. 
>
The code shows that it always does this (replacing 'NULL' for the
relevant realm name).


John.

-- 
---------------------------------------------------------------
John Horne, University of Plymouth, UK  Tel: +44 (0)1752 233914
E-mail: John.Horne at plymouth.ac.uk       Fax: +44 (0)1752 233839



More information about the Freeradius-Users mailing list