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 ) )

but 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 
Mozilla currently supports only LDAP read access.


Reply via email to