diff options
author | Martin Konold <martin.konold@erfrakon.de> | 2006-03-26 22:39:01 (GMT) |
---|---|---|
committer | Martin Konold <martin.konold@erfrakon.de> | 2006-03-26 22:39:01 (GMT) |
commit | 8ad793e00bbc81ccf849c227e21f1c88f22ad002 (patch) | |
tree | 39ed3f3b5449aed7671d4ffe6814089ce23fce25 | |
parent | 8acb5ccf3d1eb2ee880c685e0d8d340f201efe6e (diff) | |
download | kolab-schema-8ad793e00bbc81ccf849c227e21f1c88f22ad002.tar.gz |
Martin Konold: Better make it explicit that a folder can only have a single foldertype
-rw-r--r-- | kolab2.schema | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kolab2.schema b/kolab2.schema index d87a876..b7d9468 100644 --- a/kolab2.schema +++ b/kolab2.schema @@ -315,7 +315,8 @@ attributetype ( 1.3.6.1.4.1.19414.2.1.7 DESC 'type of a kolab folder' EQUALITY caseIgnoreIA5Match SUBSTR caseIgnoreIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) + SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} + SINGLE-VALUE ) ###################### # postfix attributes # |