Graham Leggett wrote:
Chuck Murcko wrote:
We'll be putting proxy back in before 2.0 releases. Nothing else is coming out, and two core modules will be dependent on proxy, hence...
The serve-ldap-attributes part of the ldap modules will depend on mod_proxy. The plan is to allow you to use proxypass like so:
ProxyPass /somedir/ ldap://hostname/someldapurl
These can then be embedded inside mod_include so you create a page that does this:
"Hello John Smith, welcome to the page"
without using any complex scripting or other nonsense.
why wouldn't you just implement a custom include tag to get the name Hello <!--#ldap get="name" -->, welcome to the page
Regards, Graham
