diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-07-31 15:29:07 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2014-07-31 15:30:48 (GMT) |
commit | b87fdd40ae5d336b2db9a98087b058a8a35b87d6 (patch) | |
tree | e21a738235691f4cf98b1bc34370d8e6b3edd35a | |
parent | fad1722d88d7946babd56be8198561950a653b8c (diff) | |
download | kolab-schema-b87fdd40ae5d336b2db9a98087b058a8a35b87d6.tar.gz |
Add an attribute to hold descriptions of attributes (of a resource), such as:
(Car) gear: manual|automatic
(Conference Room) seats: 10
-rw-r--r-- | kolab3.ldif | 7 |
1 files changed, 7 insertions, 0 deletions
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 # ########################## |