diff options
author | Martin Konold <martin.konold@erfrakon.de> | 2005-01-07 05:24:21 (GMT) |
---|---|---|
committer | Martin Konold <martin.konold@erfrakon.de> | 2005-01-07 05:24:21 (GMT) |
commit | a15f92a46054e116e800847e739558fc2bdbe9ae (patch) | |
tree | bbb7846796221104374eb7c731af35c3d4e4751d | |
parent | 29f0e19e1e93c8c697912caf8d5a4739d35084c9 (diff) | |
download | kolab-schema-a15f92a46054e116e800847e739558fc2bdbe9ae.tar.gz |
Martin K.: not required anymore for Kolab 2
-rw-r--r-- | kolab-cf.schema | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/kolab-cf.schema b/kolab-cf.schema deleted file mode 100644 index bb7183d..0000000 --- a/kolab-cf.schema +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright (c) 2003 Code Fusion cc. All rights reserved. - - -attributetype ( 1.3.6.1.4.1.18501.1.1.1.1 - NAME 'homeServer' - DESC 'mailbox host' - EQUALITY caseIgnoreIA5Match - SUBSTR caseIgnoreIA5SubstringsMatch - SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} ) - -attributetype ( 1.3.6.1.4.1.18501.1.1.1.2 - NAME 'unrestrictedMailSize' - SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 - EQUALITY booleanMatch ) - -objectclass ( 1.3.6.1.4.1.18501.1.1.2.1 - NAME 'kolabPerson' - DESC 'Kolab User' - AUXILIARY - MAY ( homeServer $ unrestrictedMailSize ) - ) |