Hi at all,
I've some problem with ldap groups on a fresh installation of SOGo 1.3.5a; I'm
able to search my groups to add them on calendars and address books, but if I
try to search for any groups to invite to an events, it doesn't show up ...

In my log file I've seen a strange string:

"POST /SOGo/so/xxxxxx/Contacts/allContactSearch?excludeGroups=1&search=sis
HTTP/1.1"

why 'excludeGroups' is true ?? And could it be my problem ??

This is my configuration:

sogod SOGoDraftsFolderName Drafts
sogod SOGoVacationEnabled YES
sogod SOGoUserSources '(
    {
        CNFieldName = cn;
        IDFieldName = uid;
        MailFieldNames = (
            mail,
            mailAlternateAddress
        );
        UIDFieldName = uid;
        baseDN = "ou=People,dc=xxxxx,dc=it";
        bindAsCurrentUser = YES;
        canAuthenticate = YES;
        displayName = "xxxxx Directory";
        encryption = SSL;
        filter = "accountStatus=active";
        hostname = ldap.xxxxx.it;
        id = public;
        isAddressBook = YES;
        passwordPolicy = NO;
        type = ldap;
    },
    {
        CNFieldName = cn;
        IDFieldName = cn;
        UIDFieldName = cn;
        baseDN = "ou=Groups,dc=xxxxx,dc=it";
        bindDN = "";
        bindPassword = "";
        canAuthenticate = YES;
        displayName = "xxxx Groups";
        filter = "objectClass=posixGroup";
        hostname = ldap.xxxx.it;
        id = publicgroup;
        isAddressBook = YES;
        type = ldap;
    }
)'
sogod SOGoSieveScripts YES
sogod SOGoIMAPServer imap.xxxx.it
sogod SOGoLanguage English
sogod SOGoCalendarDefaultRoles '(
    PublicViewer,
    ConfidentialDAndTViewer
)'
sogod SOGoProfileURL
mysql://sogo:sogopasswd@localhost:3306/sogo/sogo_user_profile
sogod SOGoAppointmentSendEmailNotification YES
sogod SOGoTimeZone Europe/Rome
sogod SOGoMailingMechanism sendmail
sogod OCSSessionsFolderURL
mysql://sogo:sogopasswd@localhost:3306/sogo/sogo_sessions_folder
sogod SOGoTrashFolderName Trash
sogod SOGoSieveServer sieve://imap.xxxxx.it:2000
sogod SOGoSuperUsernames '(
    gxxxx,
    zxxxx
)'
sogod SOGoMailDomain xxxxx.it
sogod SOGoForwardEnabled YES
sogod OCSFolderInfoURL
mysql://sogo:sogopasswd@localhost:3306/sogo/sogo_folder_info
sogod WOSendMail /usr/sbin/sendmail
sogod SOGoSentFolderName Sent


And my group ldif:

dn: cn=sxx,ou=Groups,dc=xxxx,dc=it
gidNumber: 8xx
objectClass: posixGroup
objectClass: top
objectClass: sambaGroupMapping
objectClass: extensibleObject
cn: sis
sambaGroupType: 2
sambaSID: S-1-5-21-700137210-84901560-xxxxx-xxxxx
displayName: sxxx
description: Sxxx members
memberUid: mxxxxx
memberUid: rixxxxx
memberUid: dexxxxx
memberUid: loxxxxx
memberUid: raxxxx
mail: [email protected]


 Anyone have any clue ???

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

Reply via email to