rustdesk / rustdesk/rustdesk-server-pro

Issue with LDAPS Port 636

Open
#188 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
317
Forks
119
PR merge metrics
No merged PRs in 30d

Description

Hello!

it seems that Version 1.1.14 does not allow LDAPS (fully encrypted using Port 636) but LDAP over TLS using STARTTLS (Port 389)

My Active Directory LDAP does not allow STARTTLS because it works by establishing a normal - i.e. unsecured - connection with the LDAP server before a handshake negotiation between the server and client is carried out.

I tried to connect to my LDAP Server using:

LDAP Host: ldaps://ldapserver.local, LADP Port: 636
LDAP Host ldapserver.local, LDAP Port: 636

But i always getting this error: Failed to update Ldap: failed to connect to ldap server

Isnt LDAPS implemented yet? Can someone check or confirm this?

Thank you!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file, test, or entry point is named. Start by reproducing the failure with the reported LDAPS host and port 636, compare it with LDAP over STARTTLS on port 389, and trace the server's LDAP connection handling; done means confirming whether LDAPS is supported and identifying the cause of the failed connection.

Written by the indexing model from the issue text.

Assessment

Domain
authentication
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.