martin: server/kolab/kolab kolab2.schema,1.6,1.7

cvs at intevation.de cvs at intevation.de
Wed Aug 11 11:12:29 CEST 2004


Author: martin

Update of /kolabrepository/server/kolab/kolab
In directory doto:/tmp/cvs-serv27847/kolab

Modified Files:
	kolab2.schema 
Log Message:
Martin K.: made kolabInetOrgPerson an auxilliary class (helps for migration with existing 
ldap repositories already containing inetOrgPerson objects


Index: kolab2.schema
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/kolab2.schema,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- kolab2.schema	10 Aug 2004 21:55:22 -0000	1.6
+++ kolab2.schema	11 Aug 2004 09:12:26 -0000	1.7
@@ -40,6 +40,8 @@
 # kolab attributes #
 ####################
 
+# helper attribute to make the kolab root easily findable in 
+# a big ldap directory
 attributetype ( 1.3.6.1.4.1.19414.2.1.1
   NAME ( 'k' 'kolab' )
   SUP name
@@ -55,7 +57,7 @@
   SUBSTR caseIgnoreIA5SubstringsMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
 
-# alias used to provide alternative email addresses for kolab users
+# alias used to provide alternative rfc822 email addresses for kolab users
 attributetype ( 1.3.6.1.4.1.19414.2.1.3
   NAME 'alias'
   DESC 'RFC1274: RFC822 Mailbox'
@@ -280,10 +282,12 @@
   MAY (cn $ ou) )
 
 # kolab account with country support
+# we use an auxiliary in order to ease integration
+# with existing inetOrgPerson objects
 objectclass ( 1.3.6.1.4.1.19414.3.2.2
   NAME 'kolabInetOrgPerson'
   DESC 'Kolab Internet Organizational Person'
-  SUP inetOrgPerson STRUCTURAL
+  SUP top AUXILIARY
   MAY ( kolabHomeServer $
         c $
         unrestrictedMailSize $





More information about the commits mailing list