From: Michael E. <men...@ka...> - 2002-11-23 15:21:18
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).
Thanks
Mike
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.