This file is indexed.

/usr/share/pyshared/ldap/schema/__init__.py is in python-ldap 2.4.10-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
11
12
"""
ldap.schema -  LDAPv3 schema handling

See http://www.python-ldap.org/ for details.

\$Id: __init__.py,v 1.7 2009/07/26 11:09:58 stroeder Exp $
"""

from ldap import __version__

from ldap.schema.subentry import SubSchema,SCHEMA_ATTRS,SCHEMA_CLASS_MAPPING,SCHEMA_ATTR_MAPPING,urlfetch
from ldap.schema.models import *