Yes, another thread about getting things working with Active Directory. I’ve spent the past few days going over documentation, reading up on Active Directory, trying various things, and reading tons and tons of forum posts about these issues, but still I have problems.
Running on Windows SBS2003, AD is using all kinds of default settings (as in all of them, with the exception of added groups and users, obviously).
I have the following settings:
Base DN
OU=SBSUsers,OU=Users,OU=MyBusiness,DC=,DC=local
User filter:
(&(objectCategory=person)(objectClass=user)(!(userAccountControl:1.2.840.113556. 1.4.803:=2)))
This works, as the test button only returns actual users (not user templates) and only non-disabled accounts.
The problem occurs when I get to the group setting page.
I’ve created a security group called Openfire and placed all of the users into this group (we have about 30 employees, so that’s how many entries we’re working with, minus the disabled accounts).
I can’t seem to get it to NOT give me an error about no groups being found. I’ve tried adding groups to both the base dn and the user filter (which I felt didn’t make sense, but it was worth a shot, right?)
I feel like I’m missing something, perhaps something obvious, but it seems like it doesn’t matter what I put in group filter, I always get
No groups were found using the specified configuration. Try changing the base DN,group filter or member field.
What am I doing wrong?
Openfire 3.6.4 on Windows Small Business Server 2003