Restricting Access to a Group in OpenLDAP

Hi,

I’‘m running Wildfire 3.0.1 using OpenLDAP as my user storage. I’‘m trying to restrict access to a specific group, called Jabber. I’‘ve seen a couple of posts relating to this (mostly using AD) but I can’'t get it to work using OpenLDAP. Can you suggest a search filter (or otherwise) to get this to work?

The following is an excerpt from my wildfire.xml:

The following is an excerpt from my LDAP database:

  1. Jabber, Groups, example.org

dn: cn=Jabber,ou=Groups,dc=example,dc=org

cn: Jabber

objectClass: posixGroup

objectClass: top

gidNumber: 110

memberUid: user1

memberUid: user2

  1. user1, Users, example.org

dn: uid=user1,ou=Users,dc=example,dc=org

uid: user1

loginShell: /bin/bash

homeDirectory: /home/user1

gidNumber: 100

uidNumber: 545

displayName: User One

objectClass: inetOrgPerson

objectClass: posixAccount

Are you sure that you have your LDAP providers enabled? Your config should look something like this:

Yes I have that in the provider section:

Just to clarify, it does list my users and groups from LDAP, but it returns all my users. I would like to restrict it to a specific group which has a list of users in it.

Thanks