diff options
author | Steffen Hansen <steffen@kdab.com> | 2005-04-27 19:47:49 (GMT) |
---|---|---|
committer | Steffen Hansen <steffen@kdab.com> | 2005-04-27 19:47:49 (GMT) |
commit | f8be1838369a6f24f68256306aa923987eeee768 (patch) | |
tree | 2cb1b0fcfde35a4634ed7cb6a7a5b4a4883f7987 | |
parent | 2d973d59259454b8738f815226d6ec213f441bd7 (diff) | |
download | kolab-schema-f8be1838369a6f24f68256306aa923987eeee768.tar.gz |
mail attribute for kolabGroupOfNames -- its not used for _anything_ internally (Issue533)
-rw-r--r-- | kolab2.schema | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/kolab2.schema b/kolab2.schema index 87dd629..3847043 100644 --- a/kolab2.schema +++ b/kolab2.schema @@ -416,9 +416,13 @@ objectclass ( 1.3.6.1.4.1.19414.3.2.4 kolabDeleteflag $ alias ) ) -# kolab groupOfNames with extra kolabDeleteflag -objectclass ( 1.3.6.1.4.1.19414.3.2.5 - NAME 'kolabGroupOfNames' - DESC 'Kolab group of names (DNs) derived from RFC2256' - SUP groupOfNames STRUCTURAL - MAY kolabDeleteflag ) +# kolab groupOfNames with extra kolabDeleteflag and the required attribute mail. +# The mail attribute for kolab objects of the type kolabGroupOfNames is not arbitrary but +# MUST be a single attribute of the form cn@kolabdomain (e.g. employees@mydomain.com). The +# mail attribute MUST be worldwide unique. +objectclass ( 1.3.6.1.4.1.19414.3.2.5 + NAME 'kolabGroupOfNames' + DESC 'Kolab group of names (DNs) derived from RFC2256' + SUP groupOfNames STRUCTURAL + MAY ( mail $ + kolabDeleteflag ) )
\ No newline at end of file |