6 Jun
2016
6 Jun
'16
7:07 p.m.
On Jun 6, 2016, at 6:36 PM, Mike Ely <me@mikeely.org> wrote:
Are you referring to backticks? Outside that, I couldn't find a hint in "man unlang" (after reading it front to back three times) that made reference to external shell scripts.
Yes. Most of what you're doing can be done in "unlang". Or, running an external program can be done in a module. See the "exec" module, or the "ntlm_auth" module for examples
Also, what's the method for passing the array into unlang - the equivalent to ARGV?
You can't pass arrays. See the "exec" module for examples. Alan DeKok.