roundcubemail-plugins-kolab/plugins/kolab_core/config.inc.php.dist

9 lines
310 B
Text
Raw Normal View History

<?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>';
?>