On Mon, 22 Oct 2018 16:00:16 +0200
Rene Schroth wrote:

> In the SOGo Installation manual 
> https://sogo.nu/files/docs/SOGoInstallationGuide.html I read about a 
> further attrbute called 'MultipleBookingsFieldName'. BUT: LDAP does
> not provide this attribute!

If one modified the schema, maybe it would work, I don't know. I'm
using LDAP for users, but mySQL for ressources:


 {
        type = sql;
        id = Ressourcen;
        displayName = "Ressourcen";
        viewURL = "mysql://sogo:pass@localhost:3306/sogo/sogo_users";
        canAuthenticate = YES;
        isAddressBook = YES;
        userPasswordAlgorithm = md5;
        KindFieldName = kind;
        MultipleBookingsFieldName = multiple_bookings;
        listRequiresDot = NO;
      } 


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

Reply via email to