This file is indexed.

/usr/share/opensips/pi_http/group-table is in opensips-http-modules 2.2.2-3build4.

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
	<!-- Declaration of grp table-->
	<db_table id="grp">
		<table_name>grp</table_name>
		<db_url_id>mysql</db_url_id>
		<column><field>id</field><type>DB_INT</type></column>
		<column><field>username</field><type>DB_STR</type></column>
		<column><field>domain</field><type>DB_STR</type></column>
		<column><field>grp</field><type>DB_STR</type></column>
		<column><field>last_modified</field><type>DB_DATETIME</type></column>
	</db_table>
	<!-- Declaration of re_grp table-->
	<db_table id="re_grp">
		<table_name>re_grp</table_name>
		<db_url_id>mysql</db_url_id>
		<column><field>id</field><type>DB_INT</type></column>
		<column><field>reg_exp</field><type>DB_STR</type></column>
		<column><field>group_id</field><type>DB_INT</type></column>
	</db_table>