Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rlm_detail(5) [debian man page]

rlm_detail(5)							 FreeRADIUS Module						     rlm_detail(5)

NAME
rlm_detail - FreeRADIUS Module DESCRIPTION
The rlm_detail module writes radius packets to 'detail' files. It is primarily used for storing accounting information, but can be used in other sections to write packet details as well. The file format is similar to that of the old Livingston servers, and many 'detail' file parsers should work with FreeRADIUS. The main configuration items to be aware of are: detailfile The file name in which to store the radius packet records. NOTE: this variable is run through dynamic string expansion, and can include FreeRADIUS variables to create a dynamic filename. %{radacctdir}/%{Client-IP-Address}/detail-%Y%m This will create one file per month, for each client. This accomplishes 'file rotation' automatically from within the server. detailperm The file permissions of the detailfile. If omitted, the default is 0600. dirperm The directory permissions of the directory where the detail files are created. The default is 0755. locking This option is set to 'yes' or 'no'. By default it is 'no'. Set this to yes to enable file locking, which is used with the 'radrelay' program. CONFIGURATION
modules { ... detail { detailfile = %A/%{Client-IP-Address}/detail-%Y%m detailperm = 0600 dirperm = 0755 locking = no } ... } ... accounting { ... detail ... } SECTIONS
authorization, accounting, pre_proxy, post_proxy, post_authentication FILES
/etc/raddb/radiusd.conf SEE ALSO
radiusd(8), radiusd.conf(5) AUTHORS
Chris Parker, cparker@segv.org 5 February 2004 rlm_detail(5)

Check Out this Related Man Page

rlm_detail(5)							 FreeRADIUS Module						     rlm_detail(5)

NAME
rlm_detail - FreeRADIUS Module DESCRIPTION
The rlm_detail module writes radius packets to 'detail' files. It is primarily used for storing accounting information, but can be used in other sections to write packet details as well. The file format is similar to that of the old Livingston servers, and many 'detail' file parsers should work with FreeRADIUS. The main configuration items to be aware of are: file The file name in which to store the radius packet records. NOTE: this variable is run through dynamic string expansion, and can include FreeRADIUS variables to create a dynamic filename. %{radacctdir}/%{Client-IP-Address}/detail-%Y%m This will create one file per month, for each client. This accomplishes 'file rotation' automatically from within the server. perm The file permissions of the file. If omitted, the default is 0600. dirperm The directory permissions of the directory where the detail files are created. The default is 0755. locking This option is set to 'yes' or 'no'. By default it is 'no'. Set this to yes to enable file locking, which is used with the 'radrelay' program. CONFIGURATION
modules { ... detail { filename = %A/%{Client-IP-Address}/detail-%Y%m permissions = 0600 dir_permissions = 0755 locking = no } ... } ... accounting { ... detail ... } SECTIONS
authorization, accounting, pre_proxy, post_proxy, post_authentication FILES
/etc/raddb/radiusd.conf SEE ALSO
radiusd(8), radiusd.conf(5) AUTHORS
Chris Parker, cparker@segv.org 27 June 2013 rlm_detail(5)
Man Page

9 More Discussions You Might Find Interesting

1. Programming

Hi Folks UTL_FILE Issue.

Hi Folks UTL_FILE Issue. I want to do detail study about the UTL FILE package could any one please provide me some of the best detail utl package links to go through and implement in my project will be very help full thanks a ton!!! Rgds Ann. (1 Reply)
Discussion started by: Haque123
1 Replies

2. UNIX for Dummies Questions & Answers

Product instalaltion detail

Hi all experts, I want to find out what oracle product has come with the server and their version detail. We have Solaris 10. Can you tell me what Unix command will full fill this requirement? Thanks, AJ -----Post Update----- please help -----Post Update----- please help guys (1 Reply)
Discussion started by: ma466
1 Replies

3. UNIX for Advanced & Expert Users

FreeRADIUS VMPS Configuration

I could use some help with freeradius configuration. If there is any expert user out there kind enough to give me a hand, would really appreciate it. Goal: We are trying to use the freeRADIUS server's VMPS integration feature. Unfortunately the wiki pages do not have real life deployment... (0 Replies)
Discussion started by: mushfiqul
0 Replies

4. AIX

locking down unused or unwanted ports in AIX

We have a system and we have modified the /etc/ind.conf and the /etc/services and the /etc/rc.tcpip file to turn off specific applications. I need to know what is the correct procedure for locking down unused ports that still appear to be in a listen mode even... (1 Reply)
Discussion started by: admaix
1 Replies

5. UNIX for Advanced & Expert Users

mandatory & record locking using client server architecture

Hi I want a program of employee database locking with mendatory & record locking using client server architecture .there are two type of clients one which has all permissions of read/write called supervisor & another can only read the file.employee data base should contain 1) name 2)ID 3)BU... (1 Reply)
Discussion started by: rluha
1 Replies

6. Shell Programming and Scripting

Creating variable by for loop

i have a file 'detail' which contains cat detail 111111 222222 333333 444444 but detail may be 4 line file.6 line file or 8 line file like cat detail 111111 222222 333333 444444 555555 666666 777777 888888 so i want a declare a loop which assign the value of first line in one... (11 Replies)
Discussion started by: rakeshtomar82
11 Replies

7. Shell Programming and Scripting

Script to loop through the files

Hi Experts, Need some help regarding a requirement -- I may get any number of zipped files in a month (max 36). each of those wil contain a detail file and a header file. Also when the files arrive, there will already be previous days file lying around. What I am trying to do is count the... (5 Replies)
Discussion started by: ashkul123
5 Replies

8. Shell Programming and Scripting

Compare file1 header count with file2 line count

What I'm trying to accomplish. I receive a Header and Detail file for daily processing. The detail file comes first which holds data, the header is a receipt of the detail file and has the detail files record count. Before processing the detail file I would like to put a wrapper around another... (4 Replies)
Discussion started by: pone2332
4 Replies

9. UNIX and Linux Applications

Having too many connections could affect performance ?

Good evening, i need your help please I will try to describe the scenario briefly: In a Telecom Production system application receives a certain files called CDRs(call detail records) to be processed by doing some operating systems operations and then database operations like creating indexes... (4 Replies)
Discussion started by: alexcol
4 Replies