Hello team, I am a beginner in the use of Graylog Server, I tried to configure Graylog LDAP but it does not work, I am running Graylog version 3.1. I did the connection test and it worked perfectly but when i tried testing with a user, it failed.
I am occupying FreeIPA as an LDAP server.
I perform the following query on the FreeIPA server:ldapsearch -z 0 -H ldap://freeipa.hugo.com:389 -W -D “uid=hugo,cn=users,cn=accounts,dc=freeipa,dc=hugo,dc=com” -b “dc=freeipa,dc=hugo,dc=com” “(objectclass=*)”.
And it shows me information, I can detect that the error is from my search pattern, but how do I know which is the correct search pattern?
I verify the groups to which it belongs and my search pattern with the ldapsearch command, but they are in the same place, however in the test it only shows me the information of a single user even if I try it with others