2 commits - kolab3.ldif

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Thu Jul 31 17:30:57 CEST 2014


 kolab3.ldif |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

New commits:
commit e1b8ae7561aadc7117ef5ec254deea7841dc0387
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Thu Jul 31 17:30:19 2014 +0200

    Add 'owner' among the allowed attributes for a kolabSharedFolder

diff --git a/kolab3.ldif b/kolab3.ldif
index 9832b33..05913b7 100644
--- a/kolab3.ldif
+++ b/kolab3.ldif
@@ -328,7 +328,8 @@ objectClasses: ( 1.3.6.1.4.1.19414.2.2.9
         kolabDelegate $
         kolabTargetFolder $
         kolabAllowSMTPRecipient $
-        kolabAllowSMTPSender ) )
+        kolabAllowSMTPSender $
+        owner ) )
 # kolab account
 # we use an auxiliary in order to ease integration
 # with existing inetOrgPerson objects


commit b87fdd40ae5d336b2db9a98087b058a8a35b87d6
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Thu Jul 31 17:29:07 2014 +0200

    Add an attribute to hold descriptions of attributes (of a resource), such as:
    
      (Car) gear: manual|automatic
      (Conference Room) seats: 10

diff --git a/kolab3.ldif b/kolab3.ldif
index 48c37e1..9832b33 100644
--- a/kolab3.ldif
+++ b/kolab3.ldif
@@ -280,6 +280,13 @@ attributeTypes: ( 1.3.6.1.4.1.19414.2.1.651
   EQUALITY caseIgnoreIA5Match
   SUBSTR caseIgnoreIA5SubstringsMatch
   SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
+# Extended attributes for Resources
+attributeTypes: ( 1.3.6.1.4.1.19414.3.1.1
+  NAME 'kolabDescAttribute'
+  DESC 'Descriptive attribute or parameter for a Resource'
+  EQUALITY caseIgnoreIA5Match
+  SUBSTR caseIgnoreIA5SubstringsMatch
+  SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
 ##########################
 # kolabfilter attributes #
 ##########################




More information about the commits mailing list