[Repoze-dev] repoze.who.plugins.ldap not working

2009-08-24 Thread André Roth
Hello, I'd like to use LDAP authentication for tg2 using our university's LDAP server. This server needs bind authentication, which is not supported yet by the repoz.who.plugin. I'm willing to develop this, however I'm struggling in setting the whole thing up.. The demo application is not really

Re: [Repoze-dev] Template Inheritance with repoze.bfg.jinja2

2009-08-24 Thread Mitchell Garnaat
I'm not explicitly specifying a Loader. Perhaps that's my problem? I'm just getting started with repoze.bfg so silly mistakes are a given. I looked briefly at the code behind the jinja2 support and it seemed that it was using a hardcoded FunctionLoader. Is there a way to override that?

Re: [Repoze-dev] owrap layout through zcml

2009-08-24 Thread Chris McDonough
I like this. Some variations: - Have IOWrap be a multiadapter on context and request, so we can vary the o-wrap based on request type too (e.g. IManagementRequest vs. IRetailRequest). - If IOWrap can't be adapted, just return the result of the view (instead of throwing a component lookup