ldap.schema
changeset 0 2a5f2464f8c6
child 24 255598cae35f
equal deleted inserted replaced
-1:000000000000 0:2a5f2464f8c6
       
     1 
       
     2 # Output (to LDAP-Server)
       
     3 # Normaler Mail-Account:
       
     4 # ,---
       
     5 # |dn: uid=hh,ou=[MailAccounts],...
       
     6 # |objectClass: person
       
     7 # |objectClass: uidObject
       
     8 # |objectClass: [mailRecipient]
       
     9 # |[mailPrimaryAddress]: hans.hanson 	(from --address or the user) 
       
    10 # |mail: h.hanson	  		(from --alias)
       
    11 # |mail: hanson	  			(from --alias)
       
    12 # |mailGroup: edv, postmaster
       
    13 # |uid: hh
       
    14 # |userPassword: {crypt}*
       
    15 # |sn: Hanson
       
    16 # |cn: Hans Hanson
       
    17 # `---
       
    18 
       
    19 # ,---
       
    20 # |dn: mail=root,ou=[MailAliases],...
       
    21 # |objectClass: [MailAlias]
       
    22 # |mail: root
       
    23 # |[MailForwardingAddress]: rudi
       
    24 # |[MailForwardingAddress]: hans
       
    25 # `---
       
    26 
       
    27 Die [..] sind konfigurierbar.