[turba] attributes - help

Terry Davis tdavis@birddog.com
Wed, 5 Sep 2001 10:22:19 -0500


Here is my attributes.php:
$attributes['name'] = _("Name");
$attributes['alias'] = _("Alias");
$attributes['email'] = _("Email");
$attributes['title'] = _("Title");
$attributes['businessCategory'] = _("Department");
$attributes['postalAddress'] = _("Work Address");
$attributes['telephoneNumber'] = _("Work Phone");
$attributes['mobile'] = _("Mobile Phone");
$attributes['facsimileTelephoneNumber'] = _("Fax");

Here is my sources.php:
    'map' => array(
        '__key' => 'dn',
        'name' => 'cn',
        'email' => 'mail',
        'alias' => 'givenname',
        'businessCategory' => 'businessCategory',
        'postalAddress' => 'postalAddress',
        'telephoneNumber' => 'telephoneNumber',
        'mobile' => 'mobile',
        'facsimileTelephoneNumber' => 'facsimileTelephoneNumber'

The results page is only showing Name, Email, and Alias.

What am I missing?
thank you!
-- 
Terry Davis
Systems Administrator
BirdDog Solutions, Inc.
(402) 829-6059


Quoting Chuck Hagenbuch <chuck@horde.org>:

> Quoting Terry Davis <tdavis@birddog.com>:
> 
> > $attributes['businessCategory'] = _("Department");
> > $attributes['postalAddress'] = _("Work Address");
> > $attributes['telephoneNumber'] = _("Work Phone");
> > $attributes['mobile'] = _("Mobile Phone");
> > $attributes['facsimileTelephoneNumber'] = _("Fax");
> 
> Also, a bunch of these are duplicates of existing fields - it sounds like
> you
> just need to map them correctly in config/sources.php.
> 
> -chuck
> 
> --
> Charles Hagenbuch, <chuck@horde.org>
> Some fallen angels have their good reasons.
> 
> -- 
> Turba mailing list: http://horde.org/turba/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: turba-unsubscribe@lists.horde.org
> 


-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/