Hi! I'm looking for a zope-ldap howto. In particular I need to use a ldap connection in a zpt and I set Connection and Filter LDAP correctly (in test page) but not in a zpt (I have a key error on ldap filter) Anyone can help me? Thanks, Fabio -- Dott. Fabio Marcone 2T srl Telefono +39 - 0871- 540154 Fax +39 - 0871- 571594 Indirizzo Viale B. Croce 573, 66013 Chieti Scalo (CH)
On Apr 22, 2005, at 11:38, Fabio Marcone wrote:
Hi! I'm looking for a zope-ldap howto. In particular I need to use a ldap connection in a zpt and I set Connection and Filter LDAP correctly (in test page) but not in a zpt (I have a key error on ldap filter)
Anyone can help me?
If you are talking specifically about the ZopeLDAP product, that's been deprecated years ago and has not seen any maintenance for 4 years or so. jens
I don't know.... I install it using debian Sarge package. but exists documentation about it? or exist another similar product? I need to access and modify a ldap directory from zope. Do you think I have to do it from python? Thanks, Fabio Alle 12:46, venerdì 22 aprile 05, Jens Vagelpohl ha scritto:
On Apr 22, 2005, at 11:38, Fabio Marcone wrote:
Hi! I'm looking for a zope-ldap howto. In particular I need to use a ldap connection in a zpt and I set Connection and Filter LDAP correctly (in test page) but not in a zpt (I have a key error on ldap filter)
Anyone can help me?
If you are talking specifically about the ZopeLDAP product, that's been deprecated years ago and has not seen any maintenance for 4 years or so.
jens
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Dott. Fabio Marcone 2T srl Telefono +39 - 0871- 540154 Fax +39 - 0871- 571594 Indirizzo Viale B. Croce 573, 66013 Chieti Scalo (CH)
I think I read that some people have successfully used exUserFolder (XUF) for linking Zope and LDAP users. Go to: http://sourceforge.net/search/index.php? type_of_search=mlists&group_id=36318&forum_id=190 And search on LDAP. Andrew Milton (author of XUF) is very helpful. Just post to the exuserfolder-users list. I'm using XUF to sync with users stored in PostgreSQL and found the product to be great. HTH Dr
I don't know.... I install it using debian Sarge package.
but exists documentation about it? or exist another similar product?
I need to access and modify a ldap directory from zope.
Do you think I have to do it from python?
Thanks, Fabio
Alle 12:46, venerdì 22 aprile 05, Jens Vagelpohl ha scritto:
On Apr 22, 2005, at 11:38, Fabio Marcone wrote:
Hi! I'm looking for a zope-ldap howto. In particular I need to use a ldap connection in a zpt and I set Connection and Filter LDAP correctly (in test page) but not in a zpt (I have a key error on ldap filter)
Anyone can help me?
If you are talking specifically about the ZopeLDAP product, that's been deprecated years ago and has not seen any maintenance for 4 years or so.
jens
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Dott. Fabio Marcone
2T srl Telefono +39 - 0871- 540154 Fax +39 - 0871- 571594 Indirizzo Viale B. Croce 573, 66013 Chieti Scalo (CH) _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
On Apr 22, 2005, at 13:52, David wrote:
I think I read that some people have successfully used exUserFolder (XUF) for linking Zope and LDAP users.
Go to: http://sourceforge.net/search/index.php? type_of_search=mlists&group_id=36318&forum_id=190
And search on LDAP. Andrew Milton (author of XUF) is very helpful. Just post to the exuserfolder-users list. I'm using XUF to sync with users stored in PostgreSQL and found the product to be great.
The original poster does not seem to talk about a user folder, but about a product to manipulate LDAP directories directly from within Zope. The standard for LDAP-enabled user folders on the other hand is LDAPUserFolder: http://www.dataflake.org/software/ldapuserfolder/ jens
On Apr 22, 2005, at 13:32, Fabio Marcone wrote:
I don't know.... I install it using debian Sarge package.
but exists documentation about it? or exist another similar product?
I need to access and modify a ldap directory from zope.
Do you think I have to do it from python?
If you are not seeking user folder functionality then I would suggest doing it from python. jens
On 4/22/05, Jens Vagelpohl <jens@dataflake.org> wrote:
If you are not seeking user folder functionality then I would suggest doing it from python.
Or use CPS, which has LDAP directories where you can do this easily. :-D -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/
On Fri, 2005-04-22 at 12:46 +0200, Jens Vagelpohl wrote:
On Apr 22, 2005, at 11:38, Fabio Marcone wrote:
Hi! I'm looking for a zope-ldap howto. In particular I need to use a ldap connection in a zpt and I set Connection and Filter LDAP correctly (in test page) but not in a zpt (I have a key error on ldap filter)
Anyone can help me?
If you are talking specifically about the ZopeLDAP product, that's been deprecated years ago and has not seen any maintenance for 4 years or so.
Hi, I actually use the LDAPUserFolder (release 1.6) product with Zope-2.6.1. I plan to upgrade to Zope-2.7.x in a few months. Is this product always maintained and functional with Zope-2.7 ? Thanks, Thierry
On Apr 22, 2005, at 15:32, Thierry FLORAC wrote:
I actually use the LDAPUserFolder (release 1.6) product with Zope-2.6.1. I plan to upgrade to Zope-2.7.x in a few months. Is this product always maintained and functional with Zope-2.7 ?
ZopeLDAP != LDAPUserFolder LDAPUserFolder has no connection to ZopeLDAP. LDAPUserFolder has been maintained for over 4 years and is continuing to be developed. See http://www.dataflake.org/software/ldapuserfolder/ (That's also the first Google hit if you search for LDAPUserFolder) jens
participants (5)
-
David -
Fabio Marcone -
Jens Vagelpohl -
Lennart Regebro -
Thierry FLORAC