Showing the user display name instead of sAMAccountName for Windows client #628
Unanswered
kellersurfing
asked this question in
Feature Request
Replies: 3 comments 1 reply
-
|
since name @device should be uniqe it would be better to make it something like this: test, user (rustdesk-DE) (tuser@device) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
You should add a DisplayName column in the user options to display the user's name instead of the login name, and then display the DisplayName when the user connects. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
https://github.com/rustdesk/rustdesk-server-pro/releases/tag/1.7.6 display name |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible for Windows clients to display the display name of the user instead of the sAMAccountName in the webgui/addressbook?
sAMAccountName: tuser
Display name : test, user (rustdesk-DE)
Currently it looks like this: tuser@device
Is it possible to display it like this: test, user (rustdesk-DE)@device
The display name can be read out via the registry. The entry is stored here:
HKEY Local (always contains the last logged in user) :
Machine:HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI
ValueName: LastLoggedOnDisplayName
Beta Was this translation helpful? Give feedback.
All reactions