4 Oct
2019
4 Oct
'19
6:23 a.m.
On Fri, 2019-10-04 at 09:01 +0200, R3DNano wrote:
I appreciate the help, Alan, but, after checking, double checking and even grep'ing all my files under raddb, I cannot find any uncommented line that makes reference to "SQL-Group" Could this be a bug? I'm on 3.0.11
The warning is clear. It tells you that you've asked for group membership checking but not set group_membership_query, and therefore it isn't going to happen. (You must have removed it from the configuration, as it's there by default.) If you don't want to check groups, set "read_groups = no". -- Matthew