Hello,

I use Owncloud 7 and as ldap-Server openDJ 2.7
I use LDAP user and group backend 0.4.3
I make all settings in owncloud to connect to the LDAP-Server, but it don't work.

I have edited the <owncloud>/config/config.php
<?php
define("DEBUG", true);
$CONFIG = array (
  'instanceid' => 'oc7911592889',
  'passwordsalt' => 'fe9f738427334885247b832a0368a9',
  'trusted_domains' =>
  array (
    0 => 'neuro.informatik.uni-ulm.de',
  ),
  'datadirectory' => '/srv/www/htdocs/owncloud/data',
  'dbtype' => 'mysql',
  'version' => '7.0.0.8',
  'dbname' => 'owncloud',
  'dbhost' => 'localhost',
  'dbtableprefix' => 'oc_',
  'dbuser' => 'owncloud',
  'dbpassword' => '123atgfd',
  'installed' => true,
  'mail_smtpmode' => 'php',
  'mail_smtpname' => 'root',
  'mail_smtppassword' => '123atgfd',
  'ldapIgnoreNamingRules' => false,
  'logdateformat' => 'F d, Y H:i:s',
  'logtimezone' => 'Europe/Berlin',
);

Is it possible to get more loginformation for this problem?

--
Mit freundlichen Grüßen
Hans-Georg Glöckler

_______________________________________________
Devel mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/devel

Reply via email to