Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1841208
dav.inc.php.sample
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
dav.inc.php.sample
View Options
<?php
/*
+-------------------------------------------------------------------------+
| Configuration for the Kolab DAV server |
| |
| Copyright (C) 2013, Kolab Systems AG |
| |
| This program is free software: you can redistribute it and/or modify |
| it under the terms of the GNU Affero General Public License as |
| published by the Free Software Foundation, either version 3 of the |
| License, or (at your option) any later version. |
| |
| This program is distributed in the hope that it will be useful, |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| GNU Affero General Public License for more details. |
| |
| You should have received a copy of the GNU Affero General Public License|
| along with this program. If not, see <http://www.gnu.org/licenses/>. |
| |
+-------------------------------------------------------------------------+
*/
$rcmail_config = array();
// Log DAV requests to <log_dir>/davdebug
$rcmail_config['base_uri'] = null;
// Log DAV requests to <log_dir>/davdebug
$rcmail_config['kolab_dav_debug'] = false;
// User agent string written to kolab storage MIME messages
$rcmail_config['useragent'] = 'Kolab DAV Server libkolab/' . RCUBE_VERSION;
// Roundcube plugins. Not all are supported here.
$rcmail_config['kolabdav_plugins'] = array('kolab_auth');
// Type of Auth cache. Supported values: 'db', 'apc' and 'memcache'.
// Note: This is only for username canonification map.
$rcmail_config['kolabdav_auth_cache'] = 'apc';
// lifetime of the Auth cache, possible units: s, m, h, d, w
$rcmail_config['kolabdav_auth_cache_ttl'] = '1h';
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Aug 25, 2:32 PM (1 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
257663
Default Alt Text
dav.inc.php.sample (2 KB)
Attached To
Mode
R5 irony
Attached
Detach File
Event Timeline
Log In to Comment