Dear all,
I have a question about particular user permissions (copy & paste) on a node.
I’ve set up a test environment with the following structure:
etsc1: NoMachine Enterprise Terminal Server Cluster
etsc2: NoMachine Enterprise Terminal Server Cluster
etsn1: NoMachine Terminal Server Node
etsn2: NoMachine Terminal Server Node
I added two rules to the cluster to disable copy & paste for “user1”:
/etc/NX/nxserver --ruleadd --class feature --type server-clipboard --value no --user user1
/etc/NX/nxserver --ruleadd --class feature --type server-clipboard --value no --user user1
However, I noticed that when “user1” logs into the cluster and starts a session on “etsc1 or etsc2 (local node),” it works! But when “user1” starts a session on “etsn1 / etsn2,” they can still copy and paste.
I attempted to edit server.cfg (EnableClipboard none) on “etsn1 / etsn2,” which worked, but it disabled copy and paste for all users. Additionally, running the –ruleadd command on the node didn’t execute.
Thank you all for your patience and assistance. I truly appreciate it.