On 7/22/10 10:10 PM, Ludovic Marcotte wrote:
Davide Bozzelli wrote:
 On 7/21/10 5:48 PM, Ludovic Marcotte wrote:

* inviting a group of contacts is now possible, where each contact will be extracted when the group is resolved
*
Regarding to group support: Is it possible with the 1.3 to add a group in the calendar's permissions, or a group is still resolved in all it's members and then added to the calendar's permission ?
LDAP groups are supported for permissions.

Regards,

Does this feature works out of a box ?

When i tried to add a group to a calendar's permission it turns in listing ALL the user members of the group.

I've defined the following ldap source ( i've eliminated the bindpass)

 SOGoUserSources = (
            {
                CNFieldName = cn;
                IDFieldName = uid;
                IMAPHostFieldName = mailHost;
                MailFieldNames = (
                    mail,
                    mailalias
                );

                Bindfield = (
                    mail,
                    mailalias
                );


                BindFields = mail;
                UIDFieldName = uid;
                baseDN = "ou=Users,dc=acme,dc=com";
                bindDN = "cn=Manager,dc=acme,dc=com";
                bindPassword = br3nt4;
                canAuthenticate = YES;
                displayName = "Internal Addresses";
                hostname = ldap.server;
                filter   = "(mailenable=OK)";
                id = shared;
                isAddressBook = YES;
                port = 389;
     port = 389;
            } ,

             {
               CNFieldName = cn;
               IDFieldName = cn;
               UIDFieldName = cn;
               filter = "(objectClass=mailGroup)";
               baseDN = "ou=Groups,dc=acme,dc=com";
               bindDN = "cn=Manager,dc=acme,dc=com";
               bindPassword = br3nt4;
               canAuthenticate = NO;
               displayName = "Group Addresses";
               hostname = ldap.server;
               id = publicgroup;
               isAddressBook = YES;
               port = 389;
               type = ldap;
           }


Thx for help.

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

Reply via email to