mirror of
https://github.com/dbeaver/cloudbeaver.git
synced 2026-03-04 08:52:27 -05:00
LDAP group mapping #1057
Labels
No labels
AS
can't reproduce
can't reproduce
deployment
development
documentation
duplicate
duplicate
ee
enhancement
external
new driver
performance
third party issue
wait for response
wait for review
wontfix
x:Oracle
x:cassandra
x:clickhouse
x:db2
x:duckdb
x:greenplum
x:h2
x:h2gis
x:hana
x:hive
x:intersystems
x:kyuubi
x:maria
x:mongo
x:mysql
x:postgresql
x:presto
x:sql server
x:sqlite
x:teradata
x:trino
xf:accessibility
xf:administration
xf:authentication
xf:aws
xf:commit-mode
xf:connection
xf:data editor
xf:datatransfer
xf:dba
xf:driver management
xf:erd
xf:filters
xf:i18n
xf:i18n
xf:installer
xf:json
xf:ldap
xf:local config
xf:log viewer
xf:metadata
xf:metadata editor
xf:navigator
xf:okta
xf:query manager
xf:resource manager
xf:scripts
xf:sql editor
xf:tasks
xf:ui/uix
xo: Firefox
xo:eclipse
xo:internet explorer
xo:macos
xp:major
xrn:internal
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudbeaver#1057
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @valentintraen on GitHub (Feb 10, 2026).
Originally assigned to: @HocKu7 on GitHub.
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 :
@EvgeniaBzzz commented on GitHub (Feb 10, 2026):
@valentintraen could you, please, remind me what were the features in your ldap settings?
memberOf?Mapping for
memberis working for me now.@valentintraen commented on GitHub (Feb 10, 2026):
Yes, memberOf.
I deployed cloudbeaver in production in version 25.2.0 or 25.2.1, and it sure worked for several subsequent versions.
@valentintraen commented on GitHub (Feb 10, 2026):
https://github.com/dbeaver/cloudbeaver/issues/2715#issuecomment-2931123554
From that date it worked for me
@EvgeniaBzzz commented on GitHub (Feb 10, 2026):
memberOfis also working for me.Please provide us with some extra information:
memberOfattribute definitely being used?ldapsearchqueries showing that this user is definitely a member of the group@valentintraen commented on GitHub (Feb 12, 2026):
LDAP server version (Active Directory, OpenLDAP, or something else) -> Active Directory
Logs of the user authentication process for the user who is not being mapped ->
Is the memberOf attribute definitely being used? -> yes (in logs : Found 1 groups by memberOf attribute)
Full DN of the user who is not being mapped (it can be masked, the important thing is that the structure is clear), and full DN of the group ->
This is a user with whom it worked perfectly before.
@HocKu7 commented on GitHub (Feb 12, 2026):
@valentintraen could you please try to connect to Global Catalog and try again? Usually it has 3268 port for AD
@valentintraen commented on GitHub (Feb 17, 2026):
Good morning,
For security reasons, this port is not open to our servers and cannot be opened.
I don't understand the purpose of all these tests since it worked perfectly before :/