This file is indexed.

/usr/lib/python2.7/dist-packages/saml2/entity_category/incommon.py is in python-pysaml2 4.0.2-0ubuntu3.

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
__author__ = 'rolandh'

RESEARCH_AND_SCHOLARSHIP = "http://id.incommon.org/category/research-and-scholarship"

RELEASE = {
    "": ["eduPersonTargetedID"],
    RESEARCH_AND_SCHOLARSHIP: ["eduPersonPrincipalName",
                               "eduPersonScopedAffiliation", "mail",
                               "givenName", "sn", "displayName"]
}