make "memberOf" Searchfilter configurable #1583
Closed
Labels
Comments
have build a small fix for this
|
This will be in the upcoming Graylog 1.3 release. Thank you for the report and the diff! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
we cannot use Ldap group Mapping because we are using a Sun Directory Server,
the Ldapsearch
ldapsearch -x -LLL -h ldap.server -b"dc=company,dc=tld" '(uid=user.name)' memberOf
returns an empty Result.
Searching for
ismemberOf
instead, returns all the Groups.The memberOf Filter seems to be hardcoded in
graylog2-server/src/main/java/org/graylog2/security/ldap/LdapConnector.java
Line 135 and 154
Since this will be quite rare, maybe a configuration Setting in server.conf will suffice?
best regards
Serge
The text was updated successfully, but these errors were encountered: