Hi John,

thanks for your hint. Unfortunately it still doesn't work. - The 
preferred message format remains 'Unknown'.

I defined 'xmozillausehtmlmail' as INTEGER

attributetype ( 1.3.6.1.4.1.9131.2.1.2
          NAME ( 'xmozillausehtmlmail' )
          SYNTAX 1.3.6.1.4.1.1466.115.121.1.27
          SINGLE-VALUE )

and I tried defining it as STRING

attributetype ( 1.3.6.1.4.1.9131.2.1.2
          NAME ( 'xmozillausehtmlmail' )
          SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
          SINGLE-VALUE )


I set 'xmozillausehtmlmail' = 2 but in the address card preferred 
message format remains 'Unknown'

Any other ideas or shell I open a bug.

Cheers
Roland


John Marmion wrote:

> Hi Roland,
> 
> I believe it is working. The mork database stores:
> 
> 0: unknown
> 1: plain
> 2: html
> 
> So it is not a boolean value.
> 
> 
>>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.
>>
>>
>>
> 
> 
> ------------------------------------------------------
> [EMAIL PROTECTED]
> Sun Microsystems Ireland
> Boole House, East Point Business Park, Dublin 3
> Ph: +353 1 819 9235 
> ------------------------------------------------------
> 
> 
> 



Reply via email to