Replies: 2 comments
-
Is this a standard files-based system, with the group membership being defined in When
Have a look to see if you're getting that message. It's also interesting you're part of the |
Beta Was this translation helpful? Give feedback.
-
I was having a similar issue today. Added my user to the "sudo" group. I then ran "sudo apt update/upgrade" and rebooted. This resolved my issue. Whether the patching or the reboot made the difference I unfortunately do not know, but xrdp login works as expected now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a simple question but I've been banging my head for some time and can't find a solution: group memberships don't get loaded when I login (to xfce) via xrdp.
I'm a member of multiple groups and if I ssh onto machine, they work. If I sudo, they work.
If I xrdp onto it, I'm just a member of (me) and "users".
If I open a terminal in xrdp session and sudo [my_username], I get the groups.
I need the groups in GUI (without sudoing to myself).
I tried altering the startvm.ini to make sure it reads bash:
exec /bin/bash --login -c /etc/X11/Xsession
I have profile stiff in startvm.ini:
And I tried adding pam_unix to /etc/pam.d/xrdp-sesman:
Nothing works. So...what have I missed?
I'm using debian stable, so:
I saw a similar discussion, but that was for an old version in 2021, so I guess it must be me doing something wrong.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions