steffen: server/kolab/kolab kolab2.schema,1.13,1.14

cvs at intevation.de cvs at intevation.de
Thu Sep 9 02:59:11 CEST 2004


Author: steffen

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

Modified Files:
	kolab2.schema 
Log Message:
attribute for "kolab group/resource action"

Index: kolab2.schema
===================================================================
RCS file: /kolabrepository/server/kolab/kolab/kolab2.schema,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- kolab2.schema	17 Aug 2004 19:41:31 -0000	1.13
+++ kolab2.schema	9 Sep 2004 00:59:08 -0000	1.14
@@ -114,6 +114,25 @@
   SUBSTR caseIgnoreIA5SubstringsMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
 
+# For group/resource kolab accounts
+# Describes how to respond to invitations
+# We keep the attribute as a string, but actually it can only have one 
+# of the following values:
+#
+#  ACT_ALWAYS_ACCEPT
+#  ACT_ALWAYS_REJECT
+#  ACT_REJECT_IF_CONFLICTS
+#  ACT_MANUAL_IF_CONFLICTS
+#  ACT_MANUAL
+attributetype ( 1.3.6.1.4.1.19419.1.1.1.4
+  NAME 'kolabResourceAction'
+  DESC 'Used by group and resource accounts to determine how to respond'
+  EQUALITY caseIgnoreIA5Match
+  SUBSTR caseIgnoreIA5SubstringsMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
+
+
+
 ######################
 # postfix attributes #
 ######################
@@ -305,7 +324,8 @@
         kolabEncryptedPassword $
         kolabDeleteflag $
         alias $
-	cyrus-userquota ) )
+	cyrus-userquota $
+	kolabResourceAction ) )
 
 # kolab organization with country support
 objectclass ( 1.3.6.1.4.1.19414.3.2.3 





More information about the commits mailing list