This file is indexed.

/etc/freeradius/modules/cui is in freeradius 2.1.12+dfsg-1.2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# -*- text -*-
#
#  $Id$

#
#  Write Chargeable-User-Identity to the database.
#
#  Schema	raddb/sql/mysql/cui.sql
#  Queries	raddb/sql/mysql/cui.conf
#
sql cui {
	database = "mysql"
	driver = "rlm_sql_${database}"
	server = "localhost"
	login = "db_login_name"
	password = "db_password"
	radius_db = "db_name"
#	sqltrace = yes
#	sqltracefile = ${logdir}/cuitrace.sql
	num_sql_socks = 5
	connect_failure_retry_delay = 60
	cui_table = "cui"
	sql_user_name = "%{User-Name}"
#$INCLUDE sql/${database}/cui.conf
}