diff options
author | Martin Konold <martin.konold@erfrakon.de> | 2005-12-11 23:28:03 (GMT) |
---|---|---|
committer | Martin Konold <martin.konold@erfrakon.de> | 2005-12-11 23:28:03 (GMT) |
commit | e793c0b7891c4925c70faf49afd5b66cfc878ea4 (patch) | |
tree | 6ec5da1fec3c5c1adb3b20bf66456e0cb9b63130 | |
parent | e062ac5eafe84357f7c3e561101e41ba8b3ee418 (diff) | |
download | kolab-schema-e793c0b7891c4925c70faf49afd5b66cfc878ea4.tar.gz |
Martin Konold: Minor editing on email addresses and whitespace
-rw-r--r-- | kolab2.schema | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/kolab2.schema b/kolab2.schema index e21020b..d0a3686 100644 --- a/kolab2.schema +++ b/kolab2.schema @@ -70,13 +70,16 @@ attributetype ( 1.3.6.1.4.1.19414.2.1.3 # kolabEncryptedPassword is an asymmetrically (RSA) encrypted copy of the # cleartext password. This is required in order to pass the password from # the maintainance/administration application to the kolabHomeServer running the -# resource handler application in a secure maner +# resource handler application in a secure manner. +# Actually this attribute is deprecated as of Kolab 2.1. Instead we grant the +# calendar user dn: cn=calendar,cn=internal,dc=yourcompany,dc=com access to +# the respective calendar folder using IMAP ACLs. attributetype ( 1.3.6.1.4.1.19419.2.1.4 NAME 'kolabEncryptedPassword' DESC 'base64 encoded public key encrypted Password' SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 ) -# hostname including the domain name like kolab-master.bsi.de +# hostname including the domain name like kolab-master.yourcompany.com attributetype ( 1.3.6.1.4.1.19414.2.1.5 NAME ( 'fqhostname' 'fqdnhostname' ) DESC 'Fully qualified Hostname including full domain component' |