[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Mapping fields with Microsoft.



Mike

Just tried it again to confirm - Windows Address Book (aka "Outlook" etc)
will display:

Line1\nLine2
as:
Line1\nLine2

whereas:
Line1$$Line2
is displayed as:
Line1
Line2

So if you want the same attributes to display in "Outlook" and in your web
page - yes it looks like you will have to deal with the $$ in your CGI.

I seem to remember reading that $$ is a standard for delimiting multi-line
attribute values in LDAP, not sure where...

Graeme.

----- Original Message -----
From: "Mike Coughlan" <mcoughlan@gothambroadband.com>
To: <openldap-software@OpenLDAP.org>
Sent: Friday, September 29, 2000 6:46 AM
Subject: RE: Mapping fields with Microsoft.


> Can someone give me a sanity check for Note #4 in the How Do LDAP
Attributes
> Map to Address Book Fields "Notes" from the FAQ?
>
> Does Note 4 really say that I need to deliniate newlines with $ instead od
> "\n", in the Outlook address fields!?
>
> I'm using Mozilla:LDAP:Conn to create a CGI web entry screen for LDAP
data.
> Do I really need to parse $'s in for newlines in the Street Address
textarea
> form field?
>
> TIA,
>
> Mike C
>
>
> Notes
> -----
> (4) Replaces embedded "$"s with line separators, displaying as separate
> lines
>     in scrollable region.
>
>
>
>