radiusd error AFTER ok
    Drew S. Dupont 
    dsdupont at alumni.indiana.edu
       
    Mon Nov 14 14:34:20 CET 2005
    
    
  
Well, it seems to have been an issue with the setuid part of the 
helper app. I changed it from:
if (!(initsetuid(1)))
                 exit(1);
to
if (!(initsetuid(0)))
                 exit(1);
and it now seems to work. Strange that it worked before switching 
hardware, but at least it is working now.
Thanks,
Drew S. Dupont
-- 
------------------------------------------------------------------------------------------------------
   Drew S. Dupont		           dsdupont at alumni.indiana.edu
   AIM: NetWhizOne		           FWD #: 271144
   YIM: dsdupont
------------------------------------------------------------------------------------------------------
    
    
More information about the Freeradius-Users
mailing list