When you have LDAP turned on, the authorizedUsernames field should contain at least one username that’‘s in LDAP. The user you created during setup will no longer work after you’'re connected to LDAP.
If I recall correctly, when I first setup Wildfire and hooked it up to my AD, I remember having a problem with using an OU much in the same way you are. Try changing your baseDN to just the dc=domainname, dc=com(local or whatever).
For my adminDN, I used username@domainname.whatever, so administrator@testdomain.local. Although that account just needs read permissions to the domain AD, so administrator isn’'t required. User the password for that account in the adminPassword.
Once that is done, set your authorizedusername to any samaccountname you want to use as an “administrator”. The samAccountName is the NT style account name, aka just the username.
For your groupMemberField, you may want to set that to member instead of memberUID.
Lastly, set posixMode to false, I’'ve read posts saying it needed to be set to true, but those people were/are using openLDAP and not ActiveDirectory.
well I decided to uninstall WiFi and reinstall and start over. Here is my current config;
I believe it was the BaseDN and posixMode tags that needed to be corrected, in my case. Now I just need to figure out if I can get the BaseDN narrowed down to look at a specified folder and then get Groups figured out.