Hello all!

Looking to re-configure SOGo to use Groups but seem to be overlooking something which is preventing groups from properly working. Our LDAP group appears to have the right attributes set as well as the SOGo config, but when we add a group to an event it is not expanded out to its memberUID's (or members).

Here is the test LDAP (relevant attributes) entry and SOGo config

# Test Department, Departments, potsdam.edu
dn: ou=Test Department,ou=Departments,o=potsdam.edu
mail: [email protected]
gidNumber: 1587
cn: Test Department
objectClass: top
objectClass: organizationalunit
objectClass: spotdepartment
objectClass: posixgroup
objectClass: extensibleobject
ou: Test Department
memberUid: fred
memberUid: bob
memberUid: joe


    {
        CNFieldName = cn;
        IDFieldName = cn;
        UIDFieldName = cn;
        baseDN = "ou=Departments,o=potsdam.edu";
        bindDN = "cn=*****";
        bindPassword = "*****";
        canAuthenticate = YES;
        displayName = Departments;
        hostname = "********";
        id = departments;
        isAddressBook = YES;
        port = 389;
    }

Also tried adding groupOfUniqueNames with member entries and still no dice.

Thoughts?

-Ron

--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to