mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-19 20:33:20 +03:00
Updated FAQ (markdown)
8
FAQ.md
8
FAQ.md
@@ -1144,12 +1144,16 @@ Solution: Please change scope from one to sub.
|
||||
<img width="572" alt="image" src="https://github.com/user-attachments/assets/b2ac168d-5bb5-4afc-a24f-65e63828a6fc" />
|
||||
|
||||
> I got "I/O error: User not found" error when using some user names
|
||||
|
||||
|
||||
>
|
||||
> The issue was caused by the LDAP configuration missing the correct username attribute. As a result, we were only able to log in using the display name instead of the sAMAccountName.
|
||||
> The issue was caused by the LDAP configuration missing the correct `Username Attribute`. As a result, we were only able to log in using the display name instead of the sAMAccountName.
|
||||
>
|
||||
> 
|
||||
>
|
||||
> It happened to work for the "cc" account because the display name and sAMAccountName were identical. In my case, however, the display name was "AA BB" while the sAMAccountName was "aa", and I had only been attempting to log in using the sAMAccountName, which is why my user couldn't be found.
|
||||
>
|
||||
> I’ve now updated the configuration to use sAMAccountName as the username attribute, and everything is working as expected.
|
||||
> I’ve now updated the configuration to use sAMAccountName as the `Username Attribute`, and everything is working as expected.
|
||||
|
||||
# Unstable connection and "Failed to connect via rendezvous server: Please try later" on Windows server running RustDesk server
|
||||
|
||||
|
||||
Reference in New Issue
Block a user