0
Closed

An easier way to setup a single user to access a single machine.

dan bendon 7 years ago updated by anonymous 7 years ago 1

An easier way to setup a single user to access a single machine, without having to setup up a session group, role & user. Or at least a way to automatically create these and hide them away to save making the site wide setting messy.

+1

It's allready possible... :)

Use a custom property (in this case no 4) and then add a SC-username in that property on a machine... then you can create a group like with this query:

Host = $USERNAME OR CustomProperty4 LIKE '*' + $USERNAME + '*'