personal_ldap

View: New views
2 Messages — Rating Filter:   Alert me  

personal_ldap

by PeterE59 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

i configured Turba to use openldap Adressbooks. I used the
sources.php.dist and modified it for my needs.

For 'localldap' all works fine. But the 'personal_ldap' Adressbook never
appears in the adressbook list of the Horde Menu.

My cfgSource Section looks like this:


$_ldap_uid = Auth::getBareAuth();
$_ldap_basedn = 'dc=erbar,dc=eu';
$cfgSources['personal_ldap'] = array(
     'title' => _("My Address Book"),
     'type' => 'ldap',
     'params' => array(
         'server' => 'ldapadmin.erbar.eu',
         'port' => 389,
         'tls' => true,
         'root' => 'ou=' . $_ldap_uid . ',ou=personal,ou=adressen,' .
$_ldap_basedn,
         'bind_dn' => 'uid=' . $_ldap_uid . ',' . $_ldap_basedn,
         'bind_password' => Auth::getCredential('password'),
         'dn' => array('cn'),
         'objectclass' => array('top',
                                'person',
                                'organizationalPerson',
                                'inetOrgPerson',
                                'mozillaAbPersonAlpha'
                                ),
         'charset' => 'utf-8',
         'version' => 3
     ),
...

What's wrong?

Than you for your help.

Greetings
Peter
--
Turba mailing list - Join the hunt: http://horde.org/bounties/#turba
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe@...

Re: personal_ldap solved

by PeterE59 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

delete adressbook prefs in database, everything work fine.
Peter Erbar schrieb:

> Hi,
>
> i configured Turba to use openldap Adressbooks. I used the
> sources.php.dist and modified it for my needs.
>
> For 'localldap' all works fine. But the 'personal_ldap' Adressbook never
> appears in the adressbook list of the Horde Menu.
>
> My cfgSource Section looks like this:
>
>
> $_ldap_uid = Auth::getBareAuth();
> $_ldap_basedn = 'dc=erbar,dc=eu';
> $cfgSources['personal_ldap'] = array(
>      'title' => _("My Address Book"),
>      'type' => 'ldap',
>      'params' => array(
>          'server' => 'ldapadmin.erbar.eu',
>          'port' => 389,
>          'tls' => true,
>          'root' => 'ou=' . $_ldap_uid . ',ou=personal,ou=adressen,' .
> $_ldap_basedn,
>          'bind_dn' => 'uid=' . $_ldap_uid . ',' . $_ldap_basedn,
>          'bind_password' => Auth::getCredential('password'),
>          'dn' => array('cn'),
>          'objectclass' => array('top',
>                                 'person',
>                                 'organizationalPerson',
>                                 'inetOrgPerson',
>                                 'mozillaAbPersonAlpha'
>                                 ),
>          'charset' => 'utf-8',
>          'version' => 3
>      ),
> ...
>
> What's wrong?
>
> Than you for your help.
>
> Greetings
> Peter

--
Turba mailing list - Join the hunt: http://horde.org/bounties/#turba
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe@...