This file is indexed.

/etc/ircd/iauth.conf is in ircd-irc2 2.11.2p2+dfsg-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
26
27
28
29
30
31
32
33
34
35
36
37
# If iauth timeouts, then reject user
notimeout

# This makes the IRC server require that iauth performs the authentication
# in order for a new user connection to be accepted
required

# Perform ident lookups
module rfc931

# Modules below this keyword will work in delayed execution mode.
# This means client will be allowed to enter irc and if any module below
# decides it shouldn't have, this client will be removed.
#delayed

# Check and reject open SOCKS proxies
#module socks
#	port = 1080
#	option = reject,paranoid
#	reason = Denied access (insecure proxy found)

#module socks
#	port = 559
#	option = reject,paranoid
#	reason = Denied access (insecure proxy found)

# Check and reject HTTP CONNECT proxies on port 8080
#module webproxy
#	port = 8080
#	option = reject
#	reason = Denied access (insecure proxy found)

# Check and reject HTTP CONNECT proxies on port 3128
#module webproxy
#	port = 3128
#	option = reject,careful
#	reason = Denied access (insecure proxy found)