Hi,
I found that if I invite an event participant to [email protected], it
doesn't work, but if I invite him to [email protected], everything works
correctly. I dont know why ...
participant ldap entries:
uid: hisuid
alias: [email protected]
alias: [email protected]
SOGoUserSources = (
{
type = ldap;
CNFieldName = cn;
UIDFieldName = uid;
IDFieldName = uid; // first field of the DN for direct binds
#MailFieldNames = ("alias", "mail");
MailFieldNames = ("alias");
SearchFieldNames = (uid, sn, displayName, alias, cn);
filter = "(objectClass='person' AND stav<>'OFF')";
bindFields = (uid); // array of fields to use for indirect binds
scope = SUB;
baseDN = "dc=zzz,dc=cz";
bindDN = "cn=manager,ou=accounts,dc=zzz,dc=cz";
bindPassword = ccccccccc;
canAuthenticate = YES;
displayName = "ZZZ addressbook";
hostname = ldaps://ldap.zzz.cz:636";
id = public;
isAddressBook = YES;
mapping = {
displayname = ("cn", "displayName");
mail = ("alias", "mail");
};
},
Best regards
Michal Boruvka
On 06. 05. 25 11:51, Christoph Zechner ([email protected]) wrote:
Hi,
On 11/06/2024 10:16, Michal Boruvka ([email protected]) wrote:
Hello,
When I invite someone to an event, the person has possibility accept
or decline the event in email in Thunderbird.
But if the given person looks into the calendar in Thunderbird and
synchronizes the calendars, the given event appears here, but there
is no possibility to accept or reject it.
And now when a person returns to the email in thunderbird, there is
written that the event has already been processed.
On the sogo website, a person can still accept or reject an event,
but not in thunderbird.
I also have the same problem, files a bug [1], bun unfortunately
nothing happened so far...
Best regards
Christoph Zechner
[1] https://bugs.sogo.nu/view.php?id=5962
Can you help me?
Best regards
Michal Boruvka