|
From: Christian W. <chr...@we...> - 2002-02-23 13:55:22
|
Hello Michael, thank you for your reply. I'm looking for a way to get the schema definitions out of an OpenLDAP server, because I've extended my schema for special services like qmail and qmailControl, and I want to have a mechanism to get all the possible attributes of an objectclass out of a schema definition. It should not depending on if I used this objectclass allready. Thank you for you support. Greetings Christian Am Freitag, 22. Februar 2002 19:26 schrieben Sie: > Christian Wiese wrote: > > is there a way to get all possible attributes of an objectclass with > > python-ldap? > > Normally it's returned in the results if you do a normal search > operation. > > If it's not present in the entry's dictionary some ACLs might be in > effect which is very unlikely for objectClass attribute though. > > Ciao, Michael. |