Hello everyone! I’m using NethServer 8 as an AD administrator for a domain (nettreck.local). AD authentication OK!, User search OK! However, when searching for groups I can’t list the group name. I can display all groups using: (&(objectcategory=group)) or (&(objectclass=group)) But not only the groups of Openfire users (g_u_openfire). Has anyone used this filter? In Microsoft AD everything was ok. But in Nethserver I couldn’t.
I’ve never used NethServer, but can you try to combine filters, like this: (&(objectclass=group)(cn=g_u_openfire)) ? I’m not sure which the appropriate identifiers are.
Ok! This example is exactly what I have in AD and it’s working ok! However, I’m changing my AD admin to NethServer, and in this new scenario it’s not working. Users, Ok! Groups, no!
OpenLDAP is not a direct replacement for AD. Some of what I reference in the link is AD specific. Having said that, looks like OpenLDAP may not use objectclass=group. From my brief search, it looks like its groupOfNames or groupOfUniqueNames . I’m not an opeldap user, so I’m not 100% on this.