summaryrefslogtreecommitdiff
path: root/plugins/kolab_core/config.inc.php.dist
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-01-12 15:54:35 +0000
committerthomascube <thomas@roundcube.net>2011-01-12 15:54:35 +0000
commita32679e69f7d6c265f85015677743272740dcc8e (patch)
tree69059a5afa49d4c21f18bf8b4533f4e510286d73 /plugins/kolab_core/config.inc.php.dist
parent62a83b3bd5813885d964d9fd1509d52bb9c4f12c (diff)
Unlinked externals, removed development stuff and updated versionsv0.5@4408
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>';
-
-?>