[prev in list] [next in list] [prev in thread] [next in thread] 

List:       turba
Subject:    [turba] Pb with self bindings on LDAP server
From:       Sébastien_Abeilhou <sebastien.abeilhou () ac-toulouse ! fr>
Date:       2007-04-23 12:12:02
Message-ID: 20070423121143.111C0C60F5 () mta2 ! ac-toulouse ! fr
[Download RAW message or body]

Hi,
 
I use turba. I've personnal addressbook in a SQL Database, and i share a
LDAP adressbook.
 
I want my users connect on the LDAP server with their self dn.
 
How does i configure the source.php of turba to do this ?
Must i use a hook ?
 
/// source.php extract
 
$cfgSources['localldap'] = array(
    //'title' => _("Shared Directory"),
    'title' => 'MyOrganisation',
    'type' => 'ldap',
    'params' => array(
        'server' => 'myhost.mydomain.com,
        'port' => 389,
        'tls' => false,
        'root' => 'my_suffixe',
        'bind_dn' => '',  
        'bind_password' => '',
        'sizelimit' => 200,
        'dn' => array('cn'),
        'objectclass' => array('top',
                               'person',
                               'organizationalPerson','inetOrgPerson'),
        'charset' => 'iso-8859-1',
        // check if all required attributes for an entry are set and add
them
        // if needed.
        'checkrequired' => false,
        // string to put in missing required attributes.
        'checkrequired_string' => ' ',
        'version' => 3
    ),
 
Where can i find documentation about this section ?
 
Regards.

-- 
Turba mailing list - Join the hunt: http://horde.org/bounties/#turba
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: turba-unsubscribe@lists.horde.org
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic