Login to Cisco devices through freeradius

Andrew Hood freeradius at andyhood.net
Sat Mar 21 03:31:06 CET 2009


A.L.M.Buxey at lboro.ac.uk wrote:

> chown -R radiusd:radiusd /etc/raddb
> 
> chmod -R 755 /etc/raddb/certs

Yuck - marking data files executable. I'd start with:

 find /etc/raddb/certs -type d -exec chmod 755 {} \;
 find /etc/raddb/certs \! -type d -exec chmod 644 {} \;

and fix any program file that should be 755

-- 
REALITY.SYS not found: Universe halted.



More information about the Freeradius-Users mailing list