|
From: <jer...@li...> - 2005-07-20 12:16:15
|
Thanks, it works well. I'll try to create function to delete properly an objectClass, preserve=20 same Attributes between schema. I can post the function... if you want to integrate it into Python-Ldap. It can be useful. Michael Str=F6der a =E9crit : >J=E9r=F4me Wax wrote: > =20 > >>Can I retrieve all required and sufficient attributes for a specific >>schema with Python-Ldap ? >> =20 >> > >There's a undocumented module ldap.schema. See Demo/schema.py for a >couple of examples. But first you should understand all the nits and >bits about correct usage of LDAPv3 subschema subentries. > >Note: The API of ldap.schema might change in the future. I.e. I'm still >thinking about changing the ill-designed error handling for non-existent >schema elements. > >Ciao, Michael. > > =20 > |