View Issue Details

IDProjectCategoryView StatusLast Update
0005714SOGoWeb Calendarpublic2023-10-09 08:25
Reporterds Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
Status feedbackResolutionopen 
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

Christian Mack

Christian Mack

2023-10-05 14:46

developer   ~0017339

You can change the default sharing privileges on all of his calendars to "none".
Such calendars can not be subscribed to.
But the user will be found, even if there are no calendars to subscribe to.

Issue History

Date Modified Username Field Change
2023-03-16 07:59 ds New Issue
2023-03-22 08:23 sebastien Severity tweak => feature
2023-10-05 14:46 Christian Mack Note Added: 0017339
2023-10-09 08:24 sebastien Assigned To => Christian Mack
2023-10-09 08:24 sebastien Status new => feedback
2023-10-09 08:25 sebastien Assigned To Christian Mack =>