[Zope-CMF] LDAP integration

Dieter Maurer dieter at handshake.de
Tue Sep 2 21:40:51 EDT 2003


Martin Richtarsky wrote at 2003-9-1 15:59 +0200:
 > I want to associate documents created by users with data from that
 > users' LDAP account. For example, each submitted document should contain
 > the creators' full name (not just login) so that it is possible to do a
 > string search on this field.
 > 
 > I already have an LDAPUserFolder. What is the best way to go about this,
 > ie how do I access LDAP and add fields to documents?

Define additional attributes for the LDAP properties you would
like to access. "LDAPUserFolder" will automatically fetch these
properties from LDAP and make them available as attributes
of your user objects such that you can access them via
"user/<yourAttribute>".


Dieter



More information about the Zope-CMF mailing list