Dear Seth Green:
I have already logged a bug report on this.
http://bugs.horde.org/ticket/10843
Regards,
ANANT.
- Message from Seth Green -
Date: Thu, 5 Jan 2012 13:54:46 + (UTC)
From: Seth Green
Subject: Re: [imp] Autoexpand not working for additinal field of LDAP
> > - Message from asa isac.gov.in -
> > Date: Mon, 31 Oct 2011 18:35:03 +0530
> > From: ANANT S ATHAVALE isac.gov.in>
> > Subject: [imp] Autoexpand not working for additinal field of LDAP
> > To: horde lists.horde.org
&
ifies the fields that should be returned.
$sparams['fields'] contains the fields that should be used for
searching.
- Message from ANANT S ATHAVALE -
Date: Tue, 01 Nov 2011 16:20:18 +0530
From: ANANT S ATHAVALE
Subject: Re: [imp] Autoexpand not working for additinal
--
Date: Tue, 01 Nov 2011 16:20:18 +0530
From: ANANT S ATHAVALE
Subject: Re: [imp] Autoexpand not working for additinal field of LDAP
To: imp@lists.horde.org
To further add to this, I added var_dump($fields) in lib/IMP.php and
got the following output during compose.
array(3
[45]=> string(12) "pgpPublicKey" [46]=> string(14)
"smimePublicKey" [47]=> string(9) "imaddress" [48]=> string(10)
"imaddress2" [49]=> string(10) "imaddress3" } ["localldap"]=> array(3)
{ [0]=> string(4) "name&
but not for staffnumber
which is also one of the attributes in LDAP.
Regards,
ANANT.
- Message from a...@isac.gov.in -
Date: Mon, 31 Oct 2011 18:35:03 +0530
From: ANANT S ATHAVALE
Subject: [imp] Autoexpand not working for additinal field of LDAP
To: ho...
Dear List,
I am testing Horde Groupware Webmail Edition 4.0.3.
imp/config/prefs.local.php
$_prefs['search_sources']['value'] = json_encode(array('localsql',
'localldap','favourites'));
$_prefs['search_sources']['locked'] = true;
$_prefs['search_fields']['locked'] = true;
$_prefs['add_source'