From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Tue, 30 Oct 2012 10:30:00 -0600 Subject: [PATCHv3 2/3] Add ability to authorize viewing a repository In-Reply-To: <1351591890-13605-3-git-send-email-valentin.haenel@gmx.de> References: <1350378927-10834-1-git-send-email-valentin.haenel@gmx.de> <1351591890-13605-3-git-send-email-valentin.haenel@gmx.de> Message-ID: On Tue, Oct 30, 2012 at 4:11 AM, Valentin Haenel 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