dbeaver / dbeaver/cloudbeaver

LDAP group mapping

Open
#4,124 8 comments 0 reactions 1 assignee Claimed by @HocKu7 View on GitHub
wait for response xf:ldap
Dominant language
TypeScript
Stars
5.1k
Forks
563
Avg merge
3d 9h
Merged PRs (30d)
59

Description

Hi,
The ldap group mapping worked perfectly for me for a very long time but this is no longer the case now (I don't know since which version, I haven't had any new users to test...).
Do you see anything in my configuration that might no longer work?

It's annoying if updates break things like that :/

` "authConfigurations": [
{
"id": "ldap",
"provider": "ldap",
"displayName": "LDAP",
"disabled": false,
"iconURL": "",
"description": "",
"parameters": {
"ldap-host": "[hidden]",
"ldap-port": "389",
"ldap-login": "sAMAccountName",
"ldap-dn": "dc=interne,dc=[hidden],dc=com",
"ldap-identifier-attr": "CN",
"ldap-bind-user": "cn=[hidden],ou=services,dc=interne,dc=[hidden],dc=com",
"ldap-bind-user-pwd": "[hidden]",
"ldap-filter": "(CN=*)"
}
}
],
`

and :

Image

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.