parent
863b4cc2d2
commit
ad8399358b
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
||||
// SOGo configuration |
||||
|
||||
<?php echo TB_PREF;?>("calendar.autorefresh.timeout", 5);
|
||||
<?php echo TB_PREF;?>("calendar.caldav.sched.enabled", true);
|
||||
<?php echo TB_PREF;?>("calendar.alarms.showmissed", false);
|
||||
<?php echo TB_PREF;?>("ldap_2.autoComplete.useDirectory", true);
|
||||
<?php echo TB_PREF;?>("ldap_2.autoComplete.directoryServer", "ldap_2.servers.Utilisateurs");
|
||||
<?php echo TB_PREF;?>("sogo-integrator.autocomplete.server.urlid", "Utilisateurs");
|
||||
|
||||
// End of SOGo config |
Loading…
Reference in new issue