Hi! Is it possible to show permissions in octal, not decimal ? Module: Loaded detail detail: detailfile = "/opt/radiusd_credit/var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d" detail: header = "%{request:User-Name} %t" detail: detailperm = 384 detail: dirperm = 493 detail: locking = no -- -=AV=-
Hi Which module will be executed when a RADIUS access request packet comes to the RADIUS server?? Ie., steps in handling the access request packets... Thanks Sumithra On 7/12/05, Alexander Voropay <alec@artcoms.ru> wrote:
Hi!
Is it possible to show permissions in octal, not decimal ?
Module: Loaded detail detail: detailfile = "/opt/radiusd_credit/var/log/radius/radacct/%{Client-IP-Address}/detail-%Y%m%d" detail: header = "%{request:User-Name} %t" detail: detailperm = 384 detail: dirperm = 493 detail: locking = no
-- -=AV=- - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/devel.html
-- "If u look at what u dont have in life, u dont have anything But if u look at what u have in life, u have everything.....!!"
sumi <sumi.rs@gmail.com> wrote:
Which module will be executed when a RADIUS access request packet comes to the RADIUS server?? Ie., steps in handling the access request packets...
Have you tried reading the documentation? Alan DeKok.
"Alexander Voropay" <alec@artcoms.ru> wrote:
Is it possible to show permissions in octal, not decimal ?
No. They're stored as integers, and the configuration file code is abstracted such that printing these numbers as octal would be a lot of work. If you supply a patch, we'll see. Alan DeKok.
participants (3)
-
Alan DeKok -
Alexander Voropay -
sumi