[turba] Problem with LDAP source
Sebastian Calero Laguia
scalero at datadec.es
Tue Feb 18 16:46:58 PST 2003
I want to configure a LDAP source to turba. I add this lines to my
"sources.php":
// LDAP
$cfgSources['netcenter'] = array(
'title' => _("MyLDAP"),
'type' => 'ldap',
'params' => array(
'server' => 'srv-du-orapre',
'port' => 389,
'root' => 'ou=mypyme.net,o=datadec-online',
'dn' => array('cn'),
'objectclass' => 'posixAccount',
'filter' => '',
'charset' => 'iso-8859-1'
),
'map' => array(
'__key' => 'cn',
'name' => 'uid',
'email' => 'gecos'
),
'search' => array(
'name',
'email'
),
'strict' => array(
'uid'
),
'public' => true,
'readonly' => true,
'export' => false
);
I am working with horde and turba 18-02-2003 nightly snapshot and when I go
to list my contacts in my Apache "error_log" appears these lines:
----------------------------------------------------------------------------
-----------------------------------------------------------------------
[Tue Feb 18 16:26:08 2003] [error] PHP Notice: Undefined property: source
in /u01/hosting/mymensajes/horde/turba/lib/List.php on line 44
/u01/hosting/mymensajes/horde/turba/lib/List.php(44) : Notice - Undefined
property: source
[Tue Feb 18 16:26:08 2003] [error] PHP Fatal error: Call to undefined
function: getvalue() in /u01/hosting/mymensajes/horde/turba/
lib/List.php on line 44 /u01/hosting/mymensajes/horde/turba/lib/List.php(44)
: Fatal error - Call to undefined function: getvalue()
----------------------------------------------------------------------------
-----------------------------------------------------------------------
And turba not show my LDAP entries. Does anyone obtain the same results?
+Thanks.
Sebastian Calero
Datadec Online.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Sebastian Calero Laguia.vcf
Type: text/x-vcard
Size: 2027 bytes
Desc: not available
Url : http://lists.horde.org/archives/turba/attachments/20030218/ffe9c7a5/SebastianCaleroLaguia-0001.vcf
More information about the turba
mailing list