[turba] OpenLDAP question
eculp at encontacto.net
eculp at encontacto.net
Sun Feb 2 18:28:36 PST 2003
Quoting Dan Tulovsky <dant at wetsnow.com>:
| Hi.
|
| I am trying to setup Turba for a shared address book using LDAP (openldap
| 2.2.12) to store the information.
|
| It mostly seems to work, but I have trouble with two fields. This is my
| map:
I don't see the map but the problem is almost always in the capitalization
or spelling between sources.php and attributes.php. I suggest making them
all lower case.
ed
P.S. a couple of lines as example that alternate between sources.php and
attributes.php
sources.php:'name' => 'cn',
$attributes['name'] = array(
'type' => 'text',
'desc' => _("Name")
);
sources.php:'alias' => 'givenname',
$attributes['alias'] = array(
'type' => 'text',
'desc' => _("Nick or firstname")
);
-------------------------------------------------
More information about the turba
mailing list