[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: addr book for outlook+mozilla
Also 1 thing for which Im to lazy to figure out :-) : mozilla uses
countryname attribute for country.
in core.schema there are line:
attributetype ( 2.5.4.6 NAME ( 'c' 'countryName') SUP name
SINGLE-VALUE )
So in ldap entry, attribute c holds value, and when i manually search
with either filter c=e* or countryName=e* it always finds value stored.
But mozilla does'nt show that value in address card.
Now i changed that line in core.schema to
attributetype ( 2.5.4.6 NAME ( 'countryName' 'c') SUP name
SINGLE-VALUE )
and immediately mozilla shows countryName value in addr card.
it's really cool, when theres:
attributetype ( 2.5.4.6 NAME ( 'c' 'countryName') SUP name SINGLE-VALUE )
then only outlook shows country on address card.
when its
attributetype ( 2.5.4.6 NAME ( 'countryName' 'c') SUP name SINGLE-VALUE )
then only mozilla shows country name on card.
really cooll.... can anyone maybe explain whats goin on and how to fix
it ???