3 Jul
2014
3 Jul
'14
8:07 a.m.
Adam Bishop wrote:
I’ve been playing with rlm_exec a little, and have noticed that it doesn’t seem to handle multi line attributes nicely.
It does if you put commas at the end of each line.
In my case, there are multiple SAML-AAA-Assertions in a single response, however only the last line (</saml:Assertion>) is stuffed into an environment variable.
Hmm... the environment variables are *input* to the script, not output. (i.e. reqyest, not response) What have you tried? What does the debug output say? Alan DeKok.