New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make "memberOf" Searchfilter configurable #1583
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: