Hi, > C:\FreeRADIUS.net\bin>radiusd.exe -d ../etc/raddb -AX > Starting - reading configuration files ... > reread_config: reading radiusd.conf > Configuration directory ../etc/raddb is globally writable. Refusing to start > due to insecure configuration. > Errors reading radiusd.conf > > what wrong about it?
I think the error message you are seeing is fairly self-evident. the config directory is globally writable - meaning anyone on the system can make changes to it - this is very bad. you need to use windows file/directoy permissions to ensure that it is only writable by admin or admin group. alan - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

