Re: [Zope-dev] Newbie: manage_add DTML access to product variables

2002-02-08 Thread R. David Murray
On Tue, 5 Feb 2002, John Hall wrote: 1. How do I format an object to use in a dtml-in loop? (I'm thinking it needs to be a list of dict's). dtml-in will accept four differen formats: a list of objects with attributes, a list of values, a list of dicts, or a list of pairs. A list of

[Zope-dev] Newbie: manage_add DTML access to product variables

2002-02-05 Thread John Hall
I'm fairly new to Zope and Python, so please forgive me if this is a stupid question. I'm trying to add a new exUserFolder authentication plugin using LDAP. I've copied the Radius plugin for the most part and have almost everything working except I wanted to have a list of possible methods

Re: [Zope-dev] Newbie: manage_add DTML access to product variables

2002-02-05 Thread Jens Vagelpohl
did you look at the LDAPUserFolder? jens On Tuesday, February 5, 2002, at 05:46 , John Hall wrote: I'm fairly new to Zope and Python, so please forgive me if this is a stupid question. I'm trying to add a new exUserFolder authentication plugin using LDAP. I've copied the Radius plugin

Re: [Zope-dev] Newbie: manage_add DTML access to product variables

2002-02-05 Thread John Hall
Yes, I did. It does not authenticate using the method I need. The LDAP server is not under my administrative control and I cannot add any additional fields for LDAPUserFolder's use. Since I would have to write my own auth routine anyway, I thought that exUserFolder would be a better platform