Hi everyone!
I just learned of NethServer about two months ago and I have been working with it on and off during that time. It really is an incredible system and I want to thank all of you for your work on it!
I’m new around here, and I think possibly groups are not working on my system for web filtering.
I found the exact same problem I’m having - already fixed - right here:
Some data on my system:
NethServer release 7.3.1611
I have several users and one group. I can change the “Default” profile and this will effect all of the users as it should.
If I assign a user to a group though, and assign a filter only to that group it will not filter any more or any less than the Default profile. Meaning (to me) that it isn’t assigned to the group or that it doesn’t know that the user is part of a group.
If I assign the profile directly to the user it will filter it properly.
I checked for the fix that was brought up in that post and it looks like it was implemented on my system
This is what mine looks like:
src src_somegorupprofile {
unix group “somegroup”
}
As I’m typing this I found something odd…
This is from the ufdbguardd.log file:
2017-05-21 16:11:04 [14854] source “src_profilesomegroup” {
2017-05-21 16:11:04 [14854] user james@somegroup.com
2017-05-21 16:11:04 [14854] user alyssa@somegroup.com
2017-05-21 16:11:04 [14854] }
So it looks to me like it dumps the users from the somegroup.com group but does not remove the domain.
Looking further down in the ufdbguardd.log file at what it does when I only assign one user to the profile (rather than a group):
2017-05-21 16:11:58 [15324]
2017-05-21 16:11:58 [15324] source “src_profilesomegroup” {
2017-05-21 16:11:58 [15324] user alyssa
2017-05-21 16:11:58 [15324] }
It did remove the domain and it filters everything properly.
I think this is a bug, but if I just messed something up - I’d love to get help with fixing it!
Thanks a lot for your help!