Hello,

We are in the process of evaluation. So far so good!

I have a small bug though. I used thunderbird 17.0.6 and the sogo connector
17.0.5. Sogo server is 2.0.5

When I book a resource like a meeting room, the icon beside of the meeting room
stays an envelope for "individual". I thought it would change automatically to
the room icon because the kind is location.

I setup the kind field name in the conf.

SOGoUserSources = (
    {
      type = ldap;
      CNFieldName = cn;
      IDFieldName = uid;
      UIDFieldName = uid;
      baseDN = "ou=users,dc=ist,dc=ac,dc=at";
      bindDN = "cn=blah,ou=whatever,dc=ist,dc=ac,dc=at";
      bindPassword = *******;
      canAuthenticate = YES;
      displayName = "IST authentication";
      hostname = ldap://completely.obfuscated.local:389;
      id = auth;
      isAddressBook = YES;
      KindFieldName = Kind;
      MultipleBookingsFieldName = Multiplebookings;
    }

Here is a ldap entry:

cn: meeting-room
objectClass: posixAccount
objectClass: inetOrgPerson
objectClass:organizationalPerson
objectClass: person
objectClass: CalendarResource
objectClass: calEntry
objectClass: top
sn: meetingroom
.
.
.
mail:
Kind: location
Multiplebookings: 1

Is the icon suppose to change by itself? If not, it would be very cool if it
can. :)

Thanks for your help

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

Reply via email to