diff options
author | Thomas Arendsen Hein <thomas@intevation.de> | 2009-02-09 15:32:37 (GMT) |
---|---|---|
committer | Thomas Arendsen Hein <thomas@intevation.de> | 2009-02-09 15:32:37 (GMT) |
commit | 9636d5ebf743b1fc6b33e6428e563193bf9e6f7b (patch) | |
tree | 8accc7fb4ee145ae8b0b58aeff688b5f55706e02 | |
parent | 63648bbefc6a4029f1c0d57ef28c2e416b360f91 (diff) | |
download | kolab-schema-9636d5ebf743b1fc6b33e6428e563193bf9e6f7b.tar.gz |
Add user attribute kolabHomeServerOnly to create user mailbox on the kolabHomeServer only.2.2.42.2.3-rc12.2.32.2.22.2.1-rc12.2.12.2-feature-suc
-rw-r--r-- | kolab2.schema | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kolab2.schema b/kolab2.schema index 14a6db8..5160978 100644 --- a/kolab2.schema +++ b/kolab2.schema @@ -317,6 +317,15 @@ attributetype ( 1.3.6.1.4.1.19414.1.1.1.18 SUBSTR caseIgnoreIA5SubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{512} ) +# Create the user mailbox on the kolabHomeServer only. +# Default is no. +attributetype ( 1.3.6.1.4.1.19414.1.1.1.19 + NAME 'kolabHomeServerOnly' + DESC 'Create the user mailbox on the kolabHomeServer only' + EQUALITY booleanMatch + SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 + SINGLE-VALUE ) + # kolabFolderType describes the kind of Kolab folder # as defined in the kolab format specification. # We will annotate all folders with an entry @@ -658,6 +667,7 @@ objectclass ( 1.3.6.1.4.1.19414.3.2.2 MAY ( c $ alias $ kolabHomeServer $ + kolabHomeServerOnly $ kolabHomeMTA $ unrestrictedMailSize $ kolabDelegate $ |