This file is indexed.

/usr/share/doc/pyro/examples/user_passwd_auth/Readme.txt is in pyro-examples 1:3.14-1.1.

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
Example of username + password connection Authentication.

This example uses a custom connection validator that
checks username + password before a client can connect.
Notice that you don't have to restrict yourself to a single
string that is passed as identification, it can be any 
python object (in this case, a login/password tuple, 
where the password is munged to avoid storing it in plaintext).

The connection validator is used both by client and server.