Hi Chris and Gustavo. Perhaps a DEFAULT like Paste:
[DEFAULT]
base_dn = o=mycompany,c=US
On Oct 27, 2008, at 8:40 PM, Chris McDonough wrote:
I'd argue that saying:
[plugin:ldapauthentication]
base_dn = o=mycompany,c=US
[plugin:ldapgroups]
base_dn = o=mycompany,c=US
[plugin:ldappermissions]
base_dn = o=mycompany,c=US
... wouldn't really be so bad. I could live with it. And needing
to change it
in only one place would be almost solved entirely if you could do:
%define BASE_DN = o=mycompany,c=US
[plugin:ldapauthentication]
base_dn = ${BASE_DN}
[plugin:ldapgroups]
base_dn = ${BASE_DN}
I'm not married to who.ini format, BTW. It's just what we have.
_______________________________________________
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev