Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xrdp doesn't initiase user login correctly on *BSD. #2225

Closed
Parakleta opened this issue Apr 15, 2022 · 1 comment · Fixed by #2473
Closed

xrdp doesn't initiase user login correctly on *BSD. #2225

Parakleta opened this issue Apr 15, 2022 · 1 comment · Fixed by #2473

Comments

@Parakleta
Copy link

xrdp-sesman should call out to the setusercontext method to do the proper setup from the login class capabilities database. This probably should happen in env_set_user.

You can see roughly what the behaviour could look like by examining the session handling code in https://github.com/freedesktop/xdm

@matt335672
Copy link
Member

OK - thanks.

The link is useful too. For my own reference (or whoever implements this), the symbol HAVE_SETUSERCONTEXT is set in https://github.com/freedesktop/xdm/blob/master/configure.ac, and referred to primarily in https://github.com/freedesktop/xdm/blob/master/xdm/session.c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants