gtd.schema
changeset 29 d9e766baf8cd
parent 28 596f455184cd
child 31 08812cce27f4
equal deleted inserted replaced
28:596f455184cd 29:d9e766baf8cd
    43 
    43 
    44 objectClass (
    44 objectClass (
    45     gtdObjectClass:3 NAME 'gtdMailRecipient' DESC 'mail attributes associated to person'
    45     gtdObjectClass:3 NAME 'gtdMailRecipient' DESC 'mail attributes associated to person'
    46     SUP top
    46     SUP top
    47     AUXILIARY
    47     AUXILIARY
    48     MAY ( gtdMailPrimaryAddress $ mail $ gtdMailForwardingAddress $ description ) )
    48     MAY ( gtdMailPrimaryAddress $ gtdMailAddress $ gtdMailGroup $ gtdMailForwardingAddress $ description ) )
    49 
    49 
    50 
    50 
    51 # vim:sts=4 sw=4 aw ai sm:
    51 # vim:sts=4 sw=4 aw ai sm: