mirror of
https://github.com/YunoHost-Apps/sogo_ynh.git
synced 2024-09-03 20:26:07 +02:00
Fix calendar and contact sharing
This commit is contained in:
parent
f33f0abc87
commit
00fa5f0ea5
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@
|
||||||
SOGoMailAuxiliaryUserAccountsEnabled = NO;
|
SOGoMailAuxiliaryUserAccountsEnabled = NO;
|
||||||
SOGoTrustProxyAuthentication = YES;
|
SOGoTrustProxyAuthentication = YES;
|
||||||
SOGoSuperUsernames = (__ADMINUSER__);
|
SOGoSuperUsernames = (__ADMINUSER__);
|
||||||
|
/* Default Calendar and Contacts Permissions */
|
||||||
|
SOGoCalendarDefaultRoles = ("PublicViewer", "ConfidentialDAndTViewer");
|
||||||
|
SOGoContactsDefaultRoles = ("ObjectViewer");
|
||||||
/* LDAP authentication */
|
/* LDAP authentication */
|
||||||
SOGoUserSources = (
|
SOGoUserSources = (
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue