[turba] ADDRESS BOOK FIELDS NOW SHOWING UP
webmaster at sybatech.com
webmaster at sybatech.com
Sat Aug 9 17:19:03 PDT 2003
I have:
Horde: 2.2.3
IMP: 3.2.1
Turba: 1.2
PHP Version: 4.3.2
The following configuration on the Turba sources.php file:
$cfgSources['localldap'] = array(
'title' => 'mycompany Directory',
'type' => 'ldap',
'params' => array(
'server' => 'localhost',
'port' => 389,
'root' => 'dc=mycompany,dc=net',
'bind_dn' => 'cn=manager,dc=mycompany,dc=net',
'bind_password' => 'devasher',
'dn' => array('cn'),
'objectclass' => 'inetOrgPerson',
'objectclass' => 'posixAccount',
'objectclass' => 'sambaAccount',
'objectclass' => 'JammMailAccount',
'version' => 3
),
'map' => array(
'__key' => 'dn',
'name' => 'gecos',
'email' => 'mail',
'homePhone' => 'homePhone',
'workPhone' => 'homePhone',
'cellPhone' => 'mobile',
'homeAddress' => 'homePostalAddress'
),
'search' => array(
'name',
'email',
'homePhone',
'workPhone',
'cellPhone',
'homeAddress'
),
'strict' => array(
'dn'
),
'public' => true,
'readonly' => true,
'admin' => array('jonl'),
'export' => true
);
Everything works great except for the fact that Home Address, Home Phone,
Work Phone are not showing up.
An entry in ldap looks like the one below. Any ideas whay those fields
are not showing up?
Thanks in advance
dn: uid=willv,ou=Users,dc=mycompany,dc=net
sn: willv
uidNumber: 1008
gidNumber: 201
homeDirectory: /home/vmail/domains
loginShell: /bin/bash
gecos: Will Vaughn
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: sambaAccount
objectClass: JammMailAccount
delete: FALSE
accountActive: TRUE
lastChange: 1045889940
homePostalAddress: 23 Main streen
homePhone: 217-455-0555
mobile: 217-230-5500
mail: willv at mycompany.com
userPassword:: ***************
uid: willv
pwdLastSet: 1059153083
logonTime: 0
logoffTime: 2147483647
kickoffTime: 2147483647
pwdCanChange: 0
pwdMustChange: 2147483647
displayName: willv
cn: willv
description: Will Vaughn
smbHome: \\PDC-SRV\homes
homeDrive: D:
scriptPath: default.cmd
profilePath: \\PDC-SRV\profiles\willv
rid: 3016
primaryGroupID: 201
-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/
More information about the turba
mailing list