On Tue, Apr 01, 2003 at 12:17:40PM +0100, Gavin Hamill wrote: > > This sounds like either a source-hacking job, or a little shim bash script > with 'tr' to translate the backtick into a double-quote to pass on to the > real wb_group
It turned out to be a very simple source tweak..
I just changed line 78 of
helpers/external_acl/winbind_group/wb_check_group.c from
case '"':
to
case '`':
And this is now working marvellously =)
Thanks to everyone to helped out on this!
Cheers,
Gavin.
