From: <mi...@st...> - 2003-05-15 15:00:18
|
Michael Engelhart wrote: > So there's no way to dynamically create organzitaionalUnits > into an existing schema using python-ldap. Off course you can dynamically create entries of object class organizationalUnit. > I have to manually add a dn before I can add entries to it. Is that > correct? Please make sure to fully understand the LDAP data model before start coding: entries, attributes, naming, schema, etc. A good book might be of great help. Ciao, Michael. |