summaryrefslogtreecommitdiff
path: root/plugins/kolab_core/config.inc.php.dist
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2010-11-27 14:10:11 +0000
committerthomascube <thomas@roundcube.net>2010-11-27 14:10:11 +0000
commita05ff65dd2e5740f524e94ab642f26a4bdaa4781 (patch)
treefa1cc9db71fa2103417e44c86e2989b5b7289a40 /plugins/kolab_core/config.inc.php.dist
parent5fec6de4216883e625d7e166f862985d00c99d4a (diff)
Remove plugins under development
Diffstat (limited to 'plugins/kolab_core/config.inc.php.dist')
-rw-r--r--plugins/kolab_core/config.inc.php.dist8
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/kolab_core/config.inc.php.dist b/plugins/kolab_core/config.inc.php.dist
deleted file mode 100644
index b6ac25a4d..000000000
--- a/plugins/kolab_core/config.inc.php.dist
+++ /dev/null
@@ -1,8 +0,0 @@
-<?php
-
-// Sample configuration for Kolab LDAP binding used by Kolab_Storage
-$rcmail_config['kolab']['ldap']['basedn'] = 'dc=kolabserver,dc=local';
-$rcmail_config['kolab']['ldap']['phpdn'] = 'cn=nobody,cn=internal,dc=kolabserver,dc=local';
-$rcmail_config['kolab']['ldap']['phppw'] = '<ldap-pwd-goes-here>';
-
-?>