deb-python-pyldap/Doc/ldap-schema.rst

1.9 KiB

:pyldap.schema Handling LDAPv3 schema

This module deals with schema information usually retrieved from a special subschema subentry provided by the server. It is closely modeled along the directory information model described in the following RFC with which you should make yourself familiar when trying to use this module:

4512 - Lightweight Directory Access Protocol (LDAP): Directory Information Models

:pyldap.schema.subentry Processing LDAPv3 subschema subentry

Dictionary where the keys are the OIDs of LDAP syntaxes known to be not human-readable when displayed to a console without conversion and which cannot be decoded to a :pytypes.UnicodeType.

Functions

ldap.schema.subentry.urlfetch

Classes

ldap.schema.subentry.SubSchema

:pyldap.schema.models Schema elements

ldap.schema.models.Entry

ldap.schema.models.SchemaElement

ldap.schema.models.AttributeType

ldap.schema.models.ObjectClass

ldap.schema.models.MatchingRule

ldap.schema.models.MatchingRuleUse

ldap.schema.models.DITContentRule

ldap.schema.models.NameForm

ldap.schema.models.DITStructureRule

Examples for ldap.schema

import ldap.schema