Hello, we are facing a really weird problem.
Sophos dont display group from a user in http.log
2017:08:22-09:31:30 vpn httpproxy[25653]: id="0001" severity="info" sys="SecureWeb" sub="http" name="http access" action="pass" method="GET" srcip="172.16.28.25" dstip="216.58.202.194" user="fabio.lima" group="" ad_domain="BY7" statuscode="204" cached="0" profile="REF_DefaultHTTPProfile (Default Web Filter Profile)"
We already do alot of things, like, re-join domain, exclude user, re-join with another user, update sophos to latest version(9.503-3), but nothing work.
We also have an ticket with Sophos support, open for like 4 weaks, and it be escalonate now for GES team.
We got debug this, its seens to be a problem with winbind.
In user prefetch, sophos find the user, but dont put they on winbind.
2017:08:28-00:00:02 vpn user_prefetch[2124]: <=========================================================================
2017:08:28-00:00:02 vpn user_prefetch[2124]: Retrieving server configuration
2017:08:28-00:00:02 vpn user_prefetch[2124]: -> using internal configuration from Confd
2017:08:28-00:00:03 vpn user_prefetch[2124]: Using contexts from confd object
2017:08:28-00:00:03 vpn user_prefetch[2124]: ldap server:
2017:08:28-00:00:03 vpn user_prefetch[2124]: server: 192.168.25.225
2017:08:28-00:00:03 vpn user_prefetch[2124]: port: 389
2017:08:28-00:00:03 vpn user_prefetch[2124]: ssl: 0
2017:08:28-00:00:03 vpn user_prefetch[2124]: bind_dn: CN=sophos.ad,CN=Users,DC=by7,DC=corp
2017:08:28-00:00:03 vpn user_prefetch[2124]: update: 1
2017:08:28-00:00:03 vpn user_prefetch[2124]: contexts:
2017:08:28-00:00:03 vpn user_prefetch[2124]: CN=internet_moderado,OU=Grupos,OU=Seven IT,DC=by7,DC=corp
2017:08:28-11:56:28 vpn user_prefetch[26198]: Context 'CN=internet_moderado,OU=Grupos,OU=Seven IT,DC=by7,DC=corp' is a group. Adding group members:
2017:08:28-11:56:28 vpn user_prefetch[26198]: searching 'CN=Fabio de Lima,OU=Infraestrutura,OU=Usuarios,OU=Seven IT,DC=by7,DC=corp'
And as we can see below, this command dont show users.
wbinfo --group-info="internet_moderado"
internet_moderado:x:15000:
Expected:
wbinfo --group-info="internet_moderado"
internet_moderado:x:15000:user1,user2,user3,user4
This thread was automatically locked due to age.