Hi Kri�s(tof, I'm using build: 2001102808 and it supports displaying address book cards where the data source is an LDAP server. My problem is that I can't get 'xmozillausehtmlmail' to work. (see: http://mozdev.org/ftp/pub/sun/SummaryPatchII.txt it also works since release 0.9.5 for regular nightly builds)
The rest of the attributes are working "fine" (with some exceptions - they are case sensitive http://bugzilla.mozilla.org/show_bug.cgi?id=105103 ) I don't want to open a bug before I'm not sure I haven't made any mistake defining the LDAP attributes. Cheers Roland Kri�s(tof Petr wrote: > Hi, > does one of you know if 'xmozillausehtmlmail' is working or not? > > I created my own LDAP schema extension xmozilla.schema. It hold the > following object class and attributes: Roland Felnhofer wrote: >> Hi, >> does one of you know if 'xmozillausehtmlmail' is working or not? >> >> I created my own LDAP schema extension xmozilla.schema. It hold the >> following object class and attributes: >> >> # req. core >> >> # attribute defs >> >> attributetype ( 1.3.6.1.4.1.9131.2.1.1 >> NAME ( 'xmozillanickname' 'nickname' ) SUP name ) >> >> attributetype ( 1.3.6.1.4.1.9131.2.1.2 >> NAME ( 'xmozillausehtmlmail' ) >> SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 >> SINGLE-VALUE ) >> >> attributetype ( 1.3.6.1.4.1.9131.2.1.3 >> NAME 'xmozillauseconferenceserver' >> SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 >> SINGLE-VALUE ) >> >> attributetype ( 1.3.6.1.4.1.9131.2.1.4 >> NAME 'xmozillaanyphone' >> SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 ) >> >> # objectClass defs >> >> objectclass ( 1.3.6.1.4.1.9131.2.2.1 >> NAME 'xmozilla' >> SUP organizationalPerson >> STRUCTURAL >> MAY ( >> xmozillanickname $ >> xmozillausehtmlmail $ >> xmozillauseconferenceserver $ >> xmozillaanyphone ) ) >> >> regardless if I set, don't set xmozillausehtmlmail: TRUE or >> xmozillausehtmlmail: FALSE , the address card always says 'Unknown' >> >> Help appreciated >> Cheers >> >> Roland >> >> PS: I didn't try to change or set the LDAP attribut via the Mozilla's >> address card ;-) in case somebody thinks I'm stupid enought not to know >> that Mozilla currently supports only LDAP read access. >>
