[horde] some trouble adding contacts on turba via openldap
A. Schulze
sca at andreasschulze.de
Thu Jul 21 07:35:15 UTC 2016
Have a look in the log your ldap server writes. Maybe you have schema checking enabled and not included the horde schema.
> Am 21.07.2016 um 08:35 schrieb Spyros Tsiolis <stsiol at yahoo.co.uk>:
>
> Hello again,
>
> If I try to add a new contact on turba via openldap, it comes back with
> and error message :
>
> "There was an error adding the new contact
> Contact your system administrator for
> further help"
>
> Now the system admin is me , so . . . :-)
> Anywhoo, here's the "turba/config/backends.php" contents :
>
> ---------------------------------------------------------------------------
> $cfgSources['localldap'] = array(
> // Disabled by default
> 'disabled' => false,
> 'title' => _("Shared Directory"),
> 'type' => 'ldap',
> 'params' => array(
> 'server' => 'hordeserver.home.local',
> 'port' => 389,
> 'tls' => false,
> 'root' => 'ou=contacts,dc=hordeserver,dc=home,dc=local',
> 'bind_dn' => 'cn=admin,dc=hordeserver,dc=home,dc=local',
> // For Active Directory:
> // 'bind_dn' => 'username at example.com',
> 'bind_password' => '<PASS_HERE>',
> 'sizelimit' => 200,
> // For Active Directory:
> ---------------------------------------------------------------------------
>
> Now here everything is fine since I checked and re-checked.
> Normally as I understand it, the system should grab the username ("admin")
> and the password ("<PASS_HERE>") and do its stuff.
> It works from the shell ("ldapsearch -x -b blah blah blah") and it works via
> phpldapadmin.
>
> Am I missing something ?
>
> TIA,
> s.
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
More information about the horde
mailing list