[Zope] Dumb question: Can Zope be used as a LDAP server?

Eron Lloyd elloyd@lancaster.lib.pa.us
Sun, 8 Dec 2002 10:08:51 -0500


Twisted (http://www.twistedmatrix.com) is where you would want to be for=20
something like this. At some point in Zope 3, Twisted and Zope may become=
=20
more aware of eachother, so my suggestion is to help develop a Twisted-ba=
sed=20
LDAP server, which could then easily communicate with Zope.

Hope this helps,

Eron

On Sunday 08 December 2002 09:56 am, Stephan Richter wrote:
> On Sunday 08 December 2002 09:43, Luca Olivetti wrote:
> > Dirk Datzert wrote:
> > > Hi Luis,
> > >
> > > Zope is an application server, where you can run your own
> > > LDAP-administration software.
> > >
> > > But the LDAP-Server is a standalone server which is not zope !
> > >
> > > You can bind users in zope against users in LDAP (with LDAPUserFold=
er)
> > > but this did not mean that zope is a LDAP-Server.
> >
> > Yes, but imagine the opposite: that you have a contacts database in z=
ope
> > and want it to be useable by, say, mozilla or any other mail client t=
hat
> > can query ldap servers for its address book.
>
> Well, start an effort to write an LDAP server on top of Zope. LDAP is a
> complex protocol; I would be glad to see a Zope-based server. There is =
an
> LDAP server module for Twisted you might want to check out for a start.
>
> Regards,
> Stephan