steffen: server/kolabd/kolabd kolab2.schema,1.7,1.8

cvs at intevation.de cvs at intevation.de
Wed Apr 27 21:47:51 CEST 2005


Author: steffen

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

Modified Files:
	kolab2.schema 
Log Message:
mail attribute for kolabGroupOfNames -- its not used for _anything_ internally (Issue533)

Index: kolab2.schema
===================================================================
RCS file: /kolabrepository/server/kolabd/kolabd/kolab2.schema,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- kolab2.schema	25 Apr 2005 13:49:12 -0000	1.7
+++ kolab2.schema	27 Apr 2005 19:47:49 -0000	1.8
@@ -416,9 +416,13 @@
         kolabDeleteflag $
         alias ) )
 
-# kolab groupOfNames with extra kolabDeleteflag
-objectclass ( 1.3.6.1.4.1.19414.3.2.5 
-  NAME 'kolabGroupOfNames'
-  DESC 'Kolab group of names (DNs) derived from RFC2256'
-  SUP groupOfNames STRUCTURAL
-  MAY kolabDeleteflag )
+# kolab groupOfNames with extra kolabDeleteflag and the required attribute mail.    
+# The mail attribute for kolab objects of the type kolabGroupOfNames is not arbitrary but    
+# MUST be a single attribute of the form cn at kolabdomain (e.g. employees at mydomain.com). The    
+# mail attribute MUST be worldwide unique.    
+objectclass ( 1.3.6.1.4.1.19414.3.2.5    
+  NAME 'kolabGroupOfNames'    
+  DESC 'Kolab group of names (DNs) derived from RFC2256'    
+  SUP groupOfNames STRUCTURAL    
+  MAY ( mail $    
+        kolabDeleteflag ) )
\ No newline at end of file





More information about the commits mailing list