This file is indexed.

/usr/lib/python2.7/dist-packages/ipalib/pkcs10.py is in python-ipalib 4.7.0~pre1+git20180411-2ubuntu2.

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
from __future__ import print_function
import sys

print(
    "ipalib.pkcs10 module is deprecated and will be removed in FreeIPA 4.6. "
    "To load CSRs, please, use python-cryptography instead.",
    file=sys.stderr
)