summaryrefslogtreecommitdiff
path: root/plugins/kolab_core/config.inc.php.dist
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-21 10:29:57 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-05-21 10:29:57 +0000
commitfa2d393cc420adec1bb6d9a44aa2071a29f412af (patch)
treefd67c0d8602e903069abbb44a5dc329a5d15d790 /plugins/kolab_core/config.inc.php.dist
parentce076e953378e1c3867d9ebf64fc614b56281a22 (diff)
Removed kolab plugins; they will be maintaied and published in the Kolab project
git-svn-id: https://svn.roundcube.net/trunk@4797 208e9e7b-5314-0410-a742-e7e81cd9613c
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>';
-
-?>