On Feb 29, 2016, at 3:16 PM, Peter Lambrechtsen <peter@crypt.co.nz> wrote:
Nope, that doesn't work either on 3.0.11 :(
Then it's 3.1 only.
Unless there is some other way to have a variable that isn't a VSA in Request or Control can be passed into various modules (ldap, sql, perl, files) and used within those modules easily. I haven't seen a way to easily do that without poking the value I want into a temp VSA.
Yeah, that's a problem.
In this case I was hoping to be clever re-using a single LDAP module with it's threads and set the required Variable / VSA before calling the LDAP module I need. This is because I have a fairly complex structure in LDAP, and have noticed an issue where having a duplicate CN in two different parts of the hierarchy for various reasons on 3.0.10 caused a segfault, now in 3.0.11 it just returns a fail which is fine.
Better... just not perfect. :( Alan DeKok.