Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

__init__.py 263B

12345678910
  1. """
  2. ldap.schema - LDAPv3 schema handling
  3. See https://www.python-ldap.org/ for details.
  4. """
  5. from ldap import __version__
  6. from ldap.schema.subentry import SubSchema,SCHEMA_ATTRS,SCHEMA_CLASS_MAPPING,SCHEMA_ATTR_MAPPING,urlfetch
  7. from ldap.schema.models import *