|
From: <mi...@st...> - 2005-07-20 09:36:58
|
J=E9r=F4me Wax wrote: > Can I retrieve all required and sufficient attributes for a specific > schema with Python-Ldap ? 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. |