On Tue, Oct 30, 2012 at 4:11 AM, Valentin Haenel <valentin.haenel at gmx.de> wrote: > + else if (!strcmp(name, "authz-exec")) > + ctx.cfg.authorization_helper = xstrdup(value); The way it should work is: Config var: authorization-helper Code var: authorization_helper