diff --git a/conf/backend/config-carddav.php b/conf/backend/config-carddav.php index 2d24cc3..a2809d2 100644 --- a/conf/backend/config-carddav.php +++ b/conf/backend/config-carddav.php @@ -49,7 +49,7 @@ define('CARDDAV_PROTOCOL', 'https'); // Server name -define('CARDDAV_SERVER', 'localhost'); +define('CARDDAV_SERVER', 'BAIKALDOMAIN'); // Server port define('CARDDAV_PORT', '443'); @@ -63,22 +63,21 @@ define('CARDDAV_PORT', '443'); // %u: replaced with the username // %d: replaced with the domain // Add the trailing / -define('CARDDAV_PATH', '/caldav.php/%u/'); - +define('CARDDAV_PATH', 'BAIKALPATH/card.php/addressbooks/%u/'); // Server path to the default addressbook // Mobile device will create new contacts here. It must be under CARDDAV_PATH // %u: replaced with the username // %d: replaced with the domain // Add the trailing / -define('CARDDAV_DEFAULT_PATH', '/caldav.php/%u/addresses/'); +define('CARDDAV_DEFAULT_PATH', 'BAIKALPATH/card.php/addressbooks/%u/default'); // Server path to the GAL addressbook. This addressbook is readonly and searchable by the user, but it will NOT be synced. // If you don't want GAL, comment it // %u: replaced with the username // %d: replaced with the domain // Add the trailing / -define('CARDDAV_GAL_PATH', '/caldav.php/%d/GAL/'); +define('CARDDAV_GAL_PATH', ''); // Minimal length for the search pattern to do the real search. define('CARDDAV_GAL_MIN_LENGTH', 5); @@ -106,4 +105,4 @@ define('CARDDAV_SUPPORTS_FN_SEARCH', false); // If your carddav server needs to use file extension to recover a vcard. // Davical needs it // SOGo official demo online needs it, but some SOGo installation don't need it, so test it -define('CARDDAV_URL_VCARD_EXTENSION', '.vcf'); \ No newline at end of file +define('CARDDAV_URL_VCARD_EXTENSION', '.vcf');