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

cvs at intevation.de cvs at intevation.de
Wed Aug 11 16:48:26 CEST 2004


Author: martin

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

Modified Files:
	kolab2.schema 
Log Message:
Martin K.: Cleanups (kolab prefixes, camelCase)


Index: kolab2.schema
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/kolab2.schema,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- kolab2.schema	11 Aug 2004 09:12:26 -0000	1.7
+++ kolab2.schema	11 Aug 2004 14:48:24 -0000	1.8
@@ -65,13 +65,13 @@
   SUBSTR caseIgnoreIA5SubstringsMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
 
-# encryptedPassword is an asymmetrically (RSA) encrypted copy of the
+# kolabEncryptedPassword is an asymmetrically (RSA) encrypted copy of the
 # cleartext password. This is required in order to pass the password from
 # the maintainance/administration application to the kolabHomeServer running the
 # resource handler application in a secure maner 
 attributetype ( 1.3.6.1.4.1.19419.2.1.4
-  NAME  'encryptedPassword'
-  DESC  'base64 encoded public key encrypted Password'
+  NAME 'kolabEncryptedPassword'
+  DESC 'base64 encoded public key encrypted Password'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
 
 # hostname including the domain name like kolab-master.bsi.de
@@ -82,7 +82,7 @@
 
 # fqdn of all hosts in a multi-location setup
 attributetype ( 1.3.6.1.4.1.19414.2.1.6
-  NAME 'kolabhost'
+  NAME 'kolabHost'
   DESC 'Multivalued -- list of hostnames in a Kolab setup'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
 
@@ -168,7 +168,7 @@
 
 # user specific quota on the cyrus imap server
 attributetype ( 1.3.6.1.4.1.19414.2.1.605
-  NAME 'userquota'
+  NAME 'cyrus-userquota'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
 
 # cyrus imapd access control list
@@ -264,12 +264,12 @@
 # shared folders are typically visible to everyone subscribed to 
 # the server without the need for an extra login
 objectclass ( 1.3.6.1.4.1.19414.2.2.9 
-  NAME 'kolabSharedfolder'
+  NAME 'kolabSharedFolder'
   DESC 'Kolab public shared folder'
   SUP top STRUCTURAL
   MUST cn
   MAY ( acl $
-        userquota $
+        cyrus-userquota $
         kolabHomeServer $
         kolabDeleteflag ) )
 
@@ -292,10 +292,10 @@
         c $
         unrestrictedMailSize $
         kolabDelegate $
-        encryptedPassword $
+        kolabEncryptedPassword $
         kolabDeleteflag $
         alias $
-	userquota ) )
+	cyrus-userquota ) )
 
 # kolab organization with country support
 objectclass ( 1.3.6.1.4.1.19414.3.2.3 





More information about the commits mailing list