diff options
author | Martin Konold <martin.konold@erfrakon.de> | 2006-04-10 16:36:54 (GMT) |
---|---|---|
committer | Martin Konold <martin.konold@erfrakon.de> | 2006-04-10 16:36:54 (GMT) |
commit | 7d2608118dd60737119f22a77a5a85dc643d5650 (patch) | |
tree | 85ff0264c4c2a411bb0f8082b93b7eaaeba2d4ba | |
parent | 8ad793e00bbc81ccf849c227e21f1c88f22ad002 (diff) | |
download | kolab-schema-7d2608118dd60737119f22a77a5a85dc643d5650.tar.gz |
Martin Konold: Some clarifications2.1-beta2
-rw-r--r-- | kolab2.schema | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/kolab2.schema b/kolab2.schema index b7d9468..845cc45 100644 --- a/kolab2.schema +++ b/kolab2.schema @@ -286,7 +286,9 @@ attributetype ( 1.3.6.1.4.1.19419.1.1.1.16 # comment when creating or deleting a kolab object # a comment might be appropriate. This is most useful # for tracability when users get moved to the graveyard -# instead of being really deleted +# instead of being really deleted. Every entry must be prefixed +# with an ISO 8601 date string e.g 200604301458Z. All times must +# be in zulu timezone. attributetype ( 1.3.6.1.4.1.19419.1.1.1.17 NAME 'kolabComment' DESC 'multi-value comment' @@ -553,9 +555,11 @@ objectclass ( 1.3.6.1.4.1.19414.2.2.1 uid $ userPassword ) ) -# shared folders are typically visible to everyone subscribed to +# public folders are typically visible to everyone subscribed to # the server without the need for an extra login. Subfolders are -# defined using the hiarchy seperator '/' e.g. "sf/sub1". +# defined using the hiarchy seperator '/' e.g. "sf/sub1". Please note +# that the term public folder is prefered to shared folder because +# normal user mailboxes can also share folders using acls. objectclass ( 1.3.6.1.4.1.19414.2.2.9 NAME 'kolabSharedFolder' DESC 'Kolab public shared folder' |