martin: server/kolab/kolab kolab2.schema,1.4,1.5

cvs at intevation.de cvs at intevation.de
Tue Aug 10 16:43:16 CEST 2004


Author: martin

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

Modified Files:
	kolab2.schema 
Log Message:
Martin K.: limit hostnames (fqdn) to 256 characters. Improved comments


Index: kolab2.schema
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/kolab2.schema,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- kolab2.schema	5 Aug 2004 13:21:15 -0000	1.4
+++ kolab2.schema	10 Aug 2004 14:43:14 -0000	1.5
@@ -76,13 +76,13 @@
 attributetype ( 1.3.6.1.4.1.19414.2.1.5
   NAME 'fqhostname' 'fqdnhostname'
   DESC 'Fully qualified Hostname including full domain component'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
 
 # fqdn of all hosts in a multi-location setup
 attributetype ( 1.3.6.1.4.1.19414.2.1.6
   NAME 'kolabhost'
   DESC 'Multivalued -- list of hostnames in a Kolab setup'
-  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
 
 # fqdn of the server containg the actual user data
 attributetype ( 1.3.6.1.4.1.19419.1.1.1.1
@@ -92,13 +92,15 @@
   SUBSTR caseIgnoreIA5SubstringsMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
 
-# allow unrestriced length of mails
+# flag for allowing unrestriced length of mails
 attributetype ( 1.3.6.1.4.1.19419.1.1.1.2
   NAME 'unrestrictedMailSize'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
   EQUALITY booleanMatch )
 
 # allow delegates to act in your name (vacation/secretary boss use case)
+# we use the syntax of rfc822 email addresses in order identify 
+# users allow to act in the name of others
 attributetype ( 1.3.6.1.4.1.19419.1.1.1.3
   NAME 'kolabDelegate'
   DESC 'Kolab user allowed to act as delegates - RFC822 Mailbox/Alias'
@@ -162,7 +164,7 @@
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.7
   EQUALITY booleanMatch )
 
-# user specific quota on the imap server
+# user specific quota on the cyrus imap server
 attributetype ( 1.3.6.1.4.1.19414.2.1.605
   NAME 'userquota'
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
@@ -256,6 +258,8 @@
         uid $
         userPassword ) )
 
+# 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'
   DESC 'Kolab public shared folder'
   SUP top STRUCTURAL
@@ -273,12 +277,13 @@
   MAY cn
 )
 
-# kolab account with important extensions for amrica centric inetOrgPerson
+# kolab account with country support
 objectclass ( 1.3.6.1.4.1.19414.3.2.2
   NAME 'kolabInetOrgPerson'
   DESC 'Kolab Internet Organizational Person'
   SUP inetOrgPerson STRUCTURAL
   MAY ( kolabHomeServer $
+        
         c $
         unrestrictedMailSize $
         kolabDelegate $
@@ -287,6 +292,7 @@
         alias $
 	userquota ) )
 
+# kolab organization with country support
 objectclass ( 1.3.6.1.4.1.19414.3.2.3 NAME 'kolabOrganization'
   DESC 'RFC2256: a Kolab organization'
   SUP organization STRUCTURAL
@@ -295,6 +301,7 @@
         kolabDeleteflag $
         alias ) )
 
+# kolab organizational unit with country support
 objectclass ( 1.3.6.1.4.1.19414.3.2.4 NAME 'kolabOrganizationalUnit'
   DESC 'a Kolab organizational unit'
   SUP organizationalUnit STRUCTURAL





More information about the commits mailing list