xrdp session autologin? #3409
-
Hi, I want to use xrdp with a single session, where the user is already logged-in. The idea is for any RDP client to login to the xrdp service, and immediately get in into the machine, with no question asked. I have the following configuration in
If I use an RDP client and configure it to provide dummyUser/dummyPassword then it works exactly as expected. I couldn't find any option to do the kind of autologin I am looking for (bypass the blue xrdp login screen). Could you please advise where I'd have to patch if I wanted to add an insecure (but I would document it as such) option called probably autosession=true ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
We've discussed autologin in the past - the most recent discussion is in #3305. That contains code which will let you get started. Be aware, that this isn't a feature we'd consider merging into the main product, because of the reasons outlined in the above PR and linked issues. We're always happy to chat about this however. |
Beta Was this translation helpful? Give feedback.
Hi @es-fabricemarie
We've discussed autologin in the past - the most recent discussion is in #3305. That contains code which will let you get started.
Be aware, that this isn't a feature we'd consider merging into the main product, because of the reasons outlined in the above PR and linked issues. We're always happy to chat about this however.