From: Michael Str?d. <str...@us...> - 2002-08-30 14:34:28
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/30 07:34:27 Modified files: Lib/ldap : schema.py Log message: All SchemaElement classes have attribute schema_attribute containing the name of the attribute in the sub schema sub entry. SCHEMA_CLASS_MAPPING is directly derived from looking at these class attributes. Added classes DITStructureRules, DITContentRules and NameForms. SchemaElement.__init__() sets oid and desc class attributes. |