From: Michael Str?d. <str...@us...> - 2002-08-08 18:07:32
|
CVSROOT: /cvsroot/python-ldap Module name: python-ldap Changes by: stroeder 2002/08/08 11:07:32 Modified files: Demo : schema.py Lib/ldap : schema.py Log message: Implemented new method SubSchema.avail_objectclasses() which returns a list of names of all available object classes. SubSchema.all_attrs() has argument attr_type_filter which lets you filter the returnd argument by class attributes. schema_func_wrapper() contains a fake OID handling code for broken LDAP servers in combination with broken OpenLDAP libs. Note that the code is only in effect if schema_allow==ALLOW_ALL. |