ldap.schema
changeset 0 2a5f2464f8c6
child 24 255598cae35f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ldap.schema	Fri Nov 04 06:29:26 2005 +0000
@@ -0,0 +1,27 @@
+
+# Output (to LDAP-Server)
+# Normaler Mail-Account:
+# ,---
+# |dn: uid=hh,ou=[MailAccounts],...
+# |objectClass: person
+# |objectClass: uidObject
+# |objectClass: [mailRecipient]
+# |[mailPrimaryAddress]: hans.hanson 	(from --address or the user) 
+# |mail: h.hanson	  		(from --alias)
+# |mail: hanson	  			(from --alias)
+# |mailGroup: edv, postmaster
+# |uid: hh
+# |userPassword: {crypt}*
+# |sn: Hanson
+# |cn: Hans Hanson
+# `---
+
+# ,---
+# |dn: mail=root,ou=[MailAliases],...
+# |objectClass: [MailAlias]
+# |mail: root
+# |[MailForwardingAddress]: rudi
+# |[MailForwardingAddress]: hans
+# `---
+
+Die [..] sind konfigurierbar.