[turba] Fwd: Turba not displaying some fields

Chuck Hagenbuch chuck at horde.org
Mon Jul 21 11:39:39 PDT 2003


----- Forwarded message from webmaster at sybatech.com -----
    Date: Mon, 21 Jul 2003 13:36:49 -0500 (CDT)
    From: webmaster at sybatech.com
Reply-To: webmaster at sybatech.com
 Subject: Turba not displaying some fields
      To: chuck at horde.org

Hello-
I was wondering if you can help me with my Turba question.

I have the following setup:
Horde: 2.2.3
Passwd: 2.2
PHP Version: 4.3.2
Turba: 1.2

Turba's sources.php has the following entry:
$cfgSources['localldap'] = array(
    'title' => 'Mydomain Directory',
    'type' => 'ldap',
    'params' => array(
        'server' => 'localhost',
        'port' => 389,
        'root' => 'dc=mydomain,dc=net',
        'bind_dn' => 'cn=manager,dc=mydomain,dc=net',
        'bind_password' => '**********',
        'dn' => array('cn'),
        'objectclass' => 'inetOrgPerson',
        'version' => 3
    ),
    'map' => array(
        '__key' => 'dn',
        'name' => 'displayName',
        '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('bobl'),
    'export' => true
);

############################################################################################################

#Openldap 2.1.12 entry:

dn: uid=steveg,ou=Users,dc=mydomain,dc=net
sn: steveg
uidNumber: 1000
gidNumber: 100
homeDirectory: /home/vmail/domains
loginShell: /bin/bash
gecos: Steve Gosh
objectClass: inetOrgPerson
objectClass: posixAccount
objectClass: sambaAccount
objectClass: JammMailAccount
userPassword:: ******************
uid: steveg
pwdLastSet: 0
logonTime: 0
logoffTime: 0
kickoffTime: 0
pwdCanChange: 0
pwdMustChange: 0
displayName: steveg
cn: steveg
description: Steve Gosh
smbHome: \\PDC-SRV\homes
homeDrive: D:
profilePath: \\PDC-SRV\profiles\steveg
rid: 3000
primaryGroupID: 201
lmPassword: *******************************
ntPassword: *******************************
acctFlags: [UX         ]
scriptPath: default.cmd
mail: steveg at mydomain.com
mailbox: mydomain.com/steveg/
delete: FALSE
accountActive: TRUE
lastChange: 1045889940
homePostalAddress: Unknown
homePhone: 217-000-0000
mobile: 217-000-0000

############################################################################################################


When I do a search in Turba only the email and Mobile Phone show up.  The
Name, Home Address, Home Phone, Work Phone show up as blank.
Do you have any ideas why?

Thanks






----- End forwarded message -----


-chuck

--
Charles Hagenbuch, <chuck at horde.org>
They're just looking at a wall of meat.


More information about the turba mailing list