AskQuestionsHere
[TWilson]: Has anyone tried to get ZopeLDAP working with Novell's NDS? This is a project I plan to work on this summer, and I'd love to get some pointers.
tsarna: _open() sets self.openc when it opens the connection. This causes stray ZODB writes on the first LDAP operation. Any plans to fix this?
- jshell: This should be fixed in 1.0b3
I've installed 1.0b3, and I can add a ZLDAP connection and browse the directory, but I can't edit the attributes of any of the entries even though I bind the connection as the rootdn with the correct password. Is ZopeLDAP supposed to support adding/editing entries, or only browsing and filtering at this point? Thanks.
- jshell: See Programming ZopeLDAP
[lstep]: How can I use the sort feature in <dtml-in XXXX> ? If I try to use it, Zope tells me that the instance is unhashable ?! For example :
<dtml-in expr="c2a_annuaire(val = 'foo*')" sort=sn> [...] </dtml-in>