|
From: <mi...@st...> - 2002-11-24 13:16:20
|
Michael Engelhart wrote: > Is there anyway in python-ldap to retrieve the schema or an allowed > attribute list from a directory (possibly an empty directory - no > entries yet added). Yes, dig into ldap.schema added in python-ldap 2.0.0pre06 (not yet documented and possibly still subject to changes). See http://python-ldap.sourceforge.net/pydoc/ldap.schema.html and Demo/schema.py Ciao, Michael. |