hei Thomas I think this is fixed in SVN since before 0.7... but the fix is not in 0.7... can that be?
the problem is that the GUI is not showing more than one address fields even when configured as home and work in the LDAP fieldmap.
fact is, I can reproduce this in 0.7 as Feisar and Andreas Oster, but I observe that it works well in SVN...
could it be that it is a new bug in 0.7 or is the fix not in 0.7?
thanks Andreas
-------- Original-Nachricht -------- Betreff: Re: [RCU] question regarding fieldmap for LDAP addressbook in RC 7 Datum: Thu, 29 Dec 2011 13:36:12 +0000 Von: feisar f3isar@gmail.com An: users@lists.roundcube.net
my question was, what do you see in the gui? -> a dropdown left from the address? or even something like "Address"? if you change the dropdown, do it not change? or what does not work? Andreas
Hi, did this get resolved?
I too am having trouble with the alternative work/home addresses. The email and phone number fields work as expected but there is no 'Add Field> Address' option (only email, phone and website in my case).
I'm not really sure what the config should look like but here is mine (using the evolutionPerson schema). There are a couple of things commented out but that's just from previous experimentation:
'fieldmap' => array( // Roundcube => LDAP
// Main information
'firstname' => 'gn',
'jobtitle' => 'businessRole',
'name' => 'cn',
'organization' => 'o',
//'photo' => 'jpegPhoto',
'prefix' => 'title',
'surname' => 'sn',
// Contact Properties
'email' => 'mail',
'phone:home' => 'homePhone',
'phone:work' => 'telephoneNumber',
'phone:mobile' => 'mobile',
// Work address
'address:work' => 'street',
//'zipcode:work' => 'postalCode',
//'locality:work' => 'l',
// Home address
'address:home' => 'homePostalAddress',
//'zipcode:home' => 'postalAddress',
//'locality:home' => 'otherPostalAddress',
//'region:home' => 'st',
//'country:home' => 'co',
'website' => 'labeledURI',
// Personal information tab
'anniversary' => 'anniversary',
'birthday' => 'birthDate',
'manager' => 'managerName',
'spouse' => 'spouseName',
// Notes tab
'notes' => 'note',
),
List info: http://lists.roundcube.net/users/ BT/f0a00374
List info: http://lists.roundcube.net/dev/ BT/aba52c80
On 29.12.2011 16:03, Andreas Dick wrote:
fact is, I can reproduce this in 0.7 as Feisar and Andreas Oster, but I observe that it works well in SVN...
could it be that it is a new bug in 0.7 or is the fix not in 0.7?
It looks that r5377 and r5379 wasn't backported into release-0.7 branch. Could you confirm that these patches are applying cleanly and are fixing the issue?
Am Freitag, 30. Dezember 2011, 12.29:07 schrieb A.L.E.C:
On 29.12.2011 16:03, Andreas Dick wrote:
fact is, I can reproduce this in 0.7 as Feisar and Andreas Oster, but I observe that it works well in SVN...
could it be that it is a new bug in 0.7 or is the fix not in 0.7?
It looks that r5377 and r5379 wasn't backported into release-0.7 branch. Could you confirm that these patches are applying cleanly and are fixing the issue?
yes, I can confirm: this both patches fix the problem I found once and Thomas fixed the code... but I do not know the reason why he did not transfere it to 0.7, maybe he had a reason? Andreas _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/aba52c80