Author |
|
solkmaaker Senior Member
Joined: 28 June 2020
Online Status: Offline Posts: 163
|
Posted: 04 August 2020 at 2:55pm | IP Logged
|
|
|
Hi
DAV does not honor settings from OverrideUserSettings.config.json
Example:
2 domains: corporate.com and private.com and both domains are listed under same tenant. Domain private.com is defined in OverrideUserSettings.config.json (before mail server for this domain is created) as so:
Code:
{
"Disabled": [
false,
"bool"
],
"Domains": [
[
{
"name": "private.com",
"modules": [
"CorporateCalendar",
"SharedContacts",
"TeamContacts"
]
}
],
"array"
]
}
|
|
|
If you look in webmail, everything is OK, user@private.com does not see calendar or contact sharing at all.
But if you connect to DAV server as user@private.com you can see all "shared with all" calendar events and also all shared contacts that are from corporate.com domain.
Is this bug, or is my logic on this wrong?
(should i create private.com domain under separate tenant?)
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 04 August 2020 at 11:50pm | IP Logged
|
|
|
The purpose of this module was to disable frontend access to particular sets of features, disabling those on DAV level would be an entirely different and probably much more complex task.
Note this is a community forum, you can use our HelpDesk if you need help from Afterlogic team directly. Thank you.
--
Regards,
Igor, Afterlogic Support
|
Back to Top |
|
|