LDAP integration improvements
- Dominant language
- TypeScript
- Stars
- 5.1k
- Forks
- 563
- Avg merge
- 3d 9h
- Merged PRs (30d)
- 59
Description
**Is your feature request related to a problem? Please describe.**
CloudBeaver 24.1.0 finally got LDAP support. However, according feedback LDAP integration lack of main functionally to use it properly at this moment.
**Describe the solution you'd like**
1) Missing configuration of the bind user (service account) to the LDAP server.
In general, an LDAP query looks something like this: `ldapsearch -x -D "" -w "" -b "" "" -H ":"`. From the current configuration looks like the bind user is not used at all.
2) Missing configuration of the unique identifier for the user.
Depending on the LDAP this attribute could be uid, sAMAccountName, mail, etc. At this moment no clue what is being used in CloudBeaver LDAP authentication.
3) Impossible to map LDAP users with the CloudBeaver Teams.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.