On Thu, Aug 28, 2014 at 6:06 AM, sskaje <sskaje at gmail.com> wrote: > It's a long mail with lots of code and logs, for short: > Issue 1: case insensitive match should be used in parse_reply() from src/worker-auth.c > Issue 2: groups read from cert is not assigned to ws->groupname, makes group selecting message prompted all the time. Thanks for reporting that. About issue 1, I've committed a fix which should do the trick. About issue 2. Could you elaborate on your use-case? Did you select the group that was set with select-default-group? I found an issue in that case and committed a fix and a test case. regards, Nikos