Group Permissions
Posted: Tue Jul 07, 2020 9:10 pm
Hi, I've created a group and trying to limit their access to TCP port 3389 only. I've entered the network and service information in my "Access Control" section for the group, here is the output from ./sacli UserPropGet:
{
"RemoteDesktopOnly": {
"access_to.0": "+SUBNET:192.168.1.0/20:tcp/3389",
"c2s_dest_s": "false",
"c2s_dest_v": "false",
"group_declare": "true",
"prop_autologin": "false",
"prop_deny": "false",
"prop_superuser": "false",
"type": "group"
},
"user@domain.com": {
"conn_group": "RemoteDesktopOnly",
"type": "user_connect"
}
}
But group members are still able to access other services outside of TCP 3389. Not sure what I'm missing, any thoughts?
{
"RemoteDesktopOnly": {
"access_to.0": "+SUBNET:192.168.1.0/20:tcp/3389",
"c2s_dest_s": "false",
"c2s_dest_v": "false",
"group_declare": "true",
"prop_autologin": "false",
"prop_deny": "false",
"prop_superuser": "false",
"type": "group"
},
"user@domain.com": {
"conn_group": "RemoteDesktopOnly",
"type": "user_connect"
}
}
But group members are still able to access other services outside of TCP 3389. Not sure what I'm missing, any thoughts?