Urr <[EMAIL PROTECTED]> wrote: > From radiusd.conf detail section: > > detailperm = 0660 > > This should make logfile user+group read+writable, right? > But file is generated as > > -rw-r----- 1 radius radius 3317 Sep 15 23:59 radacct200409152359.log
See "man umask". It's a C function call, not a program, but something on your system is setting the file creation mask. FreeRADIUS tries to create files with the permissions specified in "detailperm", but the operating system can over-ride that. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

