We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
is there a way to get the clientname of a rdp session?
it seems the info is only written into the logfile:
xrdp/libxrdp/xrdp_sec.c
Line 1629 in 627da8d
xrdp-sesadmin only shows a session id, i.e.:
Session ID: 21728 Session type: 3 Screen size: 1680x1050, color depth 16 Idle time: 0 day(s) 0 hour(s) 0 minute(s) Connected: 2020/01/27 12:46
in xrdp.log this is logged:
[20190724-15:20:13] [INFO ] connected client computer name: clientname
even with this info its not reliable to get the clientname for a session: i.e. when clients login at the same time.
idk if the other protocols support a clientname, but the client ip at least should be available in an env var and/or for xrdp-sesman.
The text was updated successfully, but these errors were encountered:
related to #1408 i guess
Sorry, something went wrong.
No branches or pull requests
is there a way to get the clientname of a rdp session?
it seems the info is only written into the logfile:
xrdp/libxrdp/xrdp_sec.c
Line 1629 in 627da8d
xrdp-sesadmin only shows a session id, i.e.:
Session ID: 21728
Session type: 3
Screen size: 1680x1050, color depth 16
Idle time: 0 day(s) 0 hour(s) 0 minute(s)
Connected: 2020/01/27 12:46
in xrdp.log this is logged:
[20190724-15:20:13] [INFO ] connected client computer name: clientname
even with this info its not reliable to get the clientname for a session: i.e. when clients login at the same time.
idk if the other protocols support a clientname, but the client ip at least should be available in an env var and/or for xrdp-sesman.
The text was updated successfully, but these errors were encountered: