Ldap

I am trying to connect to LDAP. When I have the following lines in wildfire.xml, I can start the server, but no users can login, the local admin login does not work either. I am wondernig if I did anything wrong? I do not see anything in the error log file. Can I check from anywhere if the connection is working? Thank you in advance.

first your authorizedUsername field must be a user in active directory, the local wildfire default admin account is no longer valid. So put a valid AD user in that field.

here is my ldap config which is geared towards MS Active Directory. If you search the forums, there are plenty examples of people’'s config for OpenLDAP and MS Active Directory… quite a few with search filters… in your config you do not need to specify a domain like you are logging into a system DOMAIN\user

Thanks. I got the AD to work.