martin: server/kolabd/kolabd kolab2.schema,1.2,1.3

cvs at intevation.de cvs at intevation.de
Fri Jan 7 06:38:51 CET 2005


Author: martin

Update of /kolabrepository/server/kolabd/kolabd
In directory doto:/tmp/cvs-serv23536

Modified Files:
	kolab2.schema 
Log Message:
Martin K.: Users shall only be able to read but not modify their kolabHomeServer. Add new kolabHomeMTA attribute for future scalability. Setup Wizards are asked to honor this attribute in the future.


Index: kolab2.schema
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolab2.schema,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- kolab2.schema	15 Dec 2004 00:22:42 -0000	1.2
+++ kolab2.schema	7 Jan 2005 05:38:48 -0000	1.3
@@ -150,6 +150,16 @@
   EQUALITY integerMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
 
+# fqdn of the server as the default SMTP MTA
+# not used in Kolab 2 currently as in Kolab 2 the
+# default MTA is equivalent to the kolabHomeServer
+attributetype ( 1.3.6.1.4.1.19419.1.1.1.7
+  NAME 'kolabHomeMTA'
+  DESC 'fqdn of default MTA'
+  EQUALITY caseIgnoreIA5Match
+  SUBSTR caseIgnoreIA5SubstringsMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
+
 ######################
 # postfix attributes #
 ######################
@@ -345,12 +355,13 @@
   NAME 'kolabInetOrgPerson'
   DESC 'Kolab Internet Organizational Person'
   SUP top AUXILIARY
-  MAY ( kolabHomeServer $
-        c $
+  MAY ( c $
+        alias $
+	kolabHomeServer $
+        kolabHomeMTA $
         unrestrictedMailSize $
         kolabDelegate $
         kolabEncryptedPassword $
-        alias $
 	cyrus-userquota $
 	kolabInvitationPolicy $
         kolabFreeBusyFuture $





More information about the commits mailing list