Hello again:
On 08.04.2012 00:41, Achim wrote:
In addition, the input mask for "Adress" shows 4 text boxes (street, postal, l, c fields), but the one for Region (st field) only shows a placeholder string "{region}" (no text box, just the text).
First, that comment was of course supposed to go under the previous point about adding an address.
Second, this was solved by adding a mapping to the LDAP fieldmap in main.inc.php
'region' => 'st'
The UI now shows a text box, the value is passed in the "st"-field of the resulting array.
However, adding/updating an address still fails.
Best regards, Achim