[turba] Issues with LDAP and Personal Address Book.

Adam Tauno Williams adam at morrison-ind.com
Thu Jan 18 07:58:45 PST 2007


Please post replies TO THE LIST and not to me personally.

On Fri, 2On 1/19/07, Adam Tauno Williams <adam at morrison-ind.com> wrote:
> uid=20070119004910.195wmx3n9sdc at 192.168.0.33,ou=avenardj,ou=personal_addressbook,ou=OxObjects,dc=hydrix,dc=com
> - exist?>
> > Your RDN in the above example is "cn=First"
> No it doesn't.

Hence error 32

> Each time I try to add a new entry, this
> uid=20070119004910.195wmx3n9sdc at 192.168.0.33 change constantly.
> I have no idea why it's trying to create a new uid every single time ...

I think it is trying to be helpful and create a unique key.

This is configured in your sources.

The head of our LDAP source looks like - 
$cfgSources['personal_ldap_contacts'] = array(
    'title' => _("Personal Directory (Contacts)"),
    'type' => 'ldap',
    'params' => array(
        'server' => 'littleboy.morrison.iserv.net',
        'tls' => true,
        'root' => 'ou=Contacts,ou=' .
$GLOBALS['prefs']->getValue('ldap_usercn') .
',ou=addressBooks,ou=Mail,ou=SubSystems,o=Morrison Industries,c=US',
        'bind_dn' => $GLOBALS['prefs']->getValue('ldap_userdn'),
        'bind_password' => Auth::getCredential('password'),
        'dn' => array('cn'),
        'objectclass' => array('top',
                               'person',
                               'inetOrgPerson',
                               'calEntry',
                               'organizationalPerson',
                               'officePerson',
                               'evolutionPerson',
                               'mHybridPerson'),
        'scope' => 'one',
        'charset' => 'utf-8',
        'version' => 3
    ),




More information about the turba mailing list