View Issue Details

IDProjectCategoryView StatusLast Update
0005714SOGoWeb Calendarpublic2023-03-22 08:23
Reporterds Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status newResolutionopen 
PlatformServerOSDebianOS Version11
Product Version5.8.0 
Summary0005714: Preventing a user from being found in the calendar subscription search
Description

Dear SOGo-Team,

we would like to prevent the SuperUser from being found in the calendar subscription search.

We managed to prevent that user from being found in the shared address book.
To this end the sogo.conf configuration has two sections in SOGoUserSources for searching in ldap.

SOGoUserSources = (
        {
id = "ldap_auth";
type = ldap;
...
canAuthenticate = YES;
isAddressBook = NO;
        },
        {
id = "ldap_addressbook";
type = ldap;
...
canAuthenticate = NO;
isAddressBook = YES;
filter = "(NOT mail='')"

But this approach does not the prevent the SuperUser (characterized by not having an e-mail address) being found in the subscription search.

Is there a way to hide that user?

Thanks
Kind regards

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-03-16 07:59 ds New Issue
2023-03-22 08:23 sebastien Severity tweak => feature