hsm.schema
changeset 13 34f637817d54
parent 12 f38fc6fb3e8d
child 14 9964313c710d
equal deleted inserted replaced
12:f38fc6fb3e8d 13:34f637817d54
    88     AUXILIARY
    88     AUXILIARY
    89     MAY ( hsmInitialPassword 
    89     MAY ( hsmInitialPassword 
    90 	$ hsmGender
    90 	$ hsmGender
    91 	$ hsmNID
    91 	$ hsmNID
    92 	$ hsmDateOfBirth $ hsmPlaceOfBirth 
    92 	$ hsmDateOfBirth $ hsmPlaceOfBirth 
    93 	$ hsmDateOfCreation $ hsmDateOfDeletion $ hsmDateOfExpiration ) )
    93 	$ hsmDateOfCreation $ hsmDateOfDeletion $ hsmDateOfExpiration 
       
    94 	$ description ) )
    94 
    95 
    95 objectClass (
    96 objectClass (
    96     hsmObjectClass:2 NAME 'hsmMailReject' DESC 'mail reject cause'
    97     hsmObjectClass:2 NAME 'hsmMailReject' DESC 'mail reject cause'
    97     SUP top
    98     SUP top
    98     STRUCTURAL
    99     STRUCTURAL
    99     MUST ( rfc822MailBox $ hsmDateOfCreation $ hsmDateOfDeletion $ hsmDateOfExpiration $ hsmMailRejectText ) )
   100     MUST ( rfc822MailBox $ hsmDateOfCreation $ hsmDateOfDeletion $ hsmDateOfExpiration $ hsmMailRejectText $ description ) )
   100 
   101 
   101 objectClass (
   102 objectClass (
   102     hsmObjectClass:3 NAME 'hsmMailRecipient' DESC 'mail attributes associated to person'
   103     hsmObjectClass:3 NAME 'hsmMailRecipient' DESC 'mail attributes associated to person'
   103     SUP top
   104     SUP top
   104     AUXILIARY
   105     AUXILIARY
   105     MAY ( hsmMailPrimaryAddress $ mail $ hsmMailHost $ hsmMailForwardingAddress ) )
   106     MAY ( hsmMailPrimaryAddress $ mail $ hsmMailHost $ hsmMailForwardingAddress $ description ) )
   106 
   107 
   107 objectClass (
   108 objectClass (
   108     hsmObjectClass:4 NAME 'hsmMailAlias' DESC 'alias for email recipient'
   109     hsmObjectClass:4 NAME 'hsmMailAlias' DESC 'alias for email recipient'
   109     SUP top
   110     SUP top
   110     STRUCTURAL
   111     STRUCTURAL
   111     MUST ( cn )
   112     MUST ( cn )
   112     MAY ( hsmMailMember $ hsmDateOfCreation $ hsmDateOfDeletion $ hsmDateOfExpiration ) )
   113     MAY ( hsmMailMember $ hsmDateOfCreation $ hsmDateOfDeletion $ hsmDateOfExpiration $ description) )
   113 
   114 
   114 # vim:sts=4 sw=4 aw ai sm:
   115 # vim:sts=4 sw=4 aw ai sm: