I have been trying to set up a RDP connection using xrdp and have been having significant trouble getting a working configuration.
When a user logs on, I need it to connect with a new session. So workflow is like my Ubuntu machine has three users, say lin1 ,lin2 ,lin3. Every time a user connects remotely to my Ubuntu machine, he must connect with new session.
Say if first user connect he must logged in to lin1 user and if second user connect at same, he must logged in with lin2 user and so on. So that each user can maintain there separate session, and also multiple user can log in at same time.
What changes to the default configuration do I need to make in order for this to work?
For details refer this. I need to implement something like this in linux