Hi,

I have to manage ressources and groups, so I have 3 id in my SOGoUserSources. The default is : pref("sogo-integrator.autocomplete.server.urlid", "public"); How do I set it in my case to can access to these 3 sources in Thunderbird like from the sogo web interface ?

   sogod SOGoUserSources '(
        {
            CNFieldName = cn;
            IDFieldName = uid;
            SOGoLDAPQueryLimit = 10;
            SearchFieldNames = (
                sn,
                displayname
            );
            UIDFieldName = uid;
            baseDN = "ou=people,dc=univ-lille1,dc=fr";
            canAuthenticate = YES;
            displayName = "People Lille1";
            hostname = ldap;
            id = people_lille1;
            isAddressBook = YES;
            port = 389;
        },
        {
            CNFieldName = cn;
            IDFieldName = uid;
            KindFieldName = kind;
            MultipleBookingsFieldName = Multiplebookings;
            SOGoLDAPQueryLimit = 10;
            SearchFieldNames = (
                sn,
                displayname
            );
            UIDFieldName = uid;
            baseDN = "ou=services,dc=univ-lille1,dc=fr";
            canAuthenticate = YES;
            displayName = "Ressources Lille1";
            hostname = ldap;
            id = ressources_lille1;
            isAddressBook = YES;
            port = 389;
        },
        {
            CNFieldName = cn;
            IDFieldName = cn;
            SOGoLDAPQueryLimit = 10;
            UIDFieldName = cn;
            baseDN = "ou=groups,dc=univ-lille1,dc=fr";
            canAuthenticate = YES;
            hostname = "ldap.univ-lille1.fr";
            id = groupes_lille1;
            isAddressBook = YES;
            port = 389;
        }
   )'

Thanks in advance

Dominique


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

Reply via email to