From eda1e6ad7b6bc5056b49b78799551124c0737b12 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel
Date: Tue, 26 May 2009 21:30:36 +0200 Subject: [PATCH] Support the SMIME certificate. --- .../Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php b/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php index d3d412ac7..f3e2a79d7 100644 --- a/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php +++ b/framework/Kolab_Server/lib/Horde/Kolab/Server/Object/Inetorgperson.php @@ -71,6 +71,9 @@ class Horde_Kolab_Server_Object_Inetorgperson extends Horde_Kolab_Server_Object_ /** The first name followed by the last name */ const ATTRIBUTE_FNLN = 'fnln'; + /** The SMIME certificate for the user */ + const ATTRIBUTE_SMIMECERTIFICATE = 'userSMIMECertificate'; + /** The specific object class of this object type */ const OBJECTCLASS_INETORGPERSON = 'inetOrgPerson'; @@ -90,6 +93,7 @@ class Horde_Kolab_Server_Object_Inetorgperson extends Horde_Kolab_Server_Object_ self::ATTRIBUTE_BUSINESSCATEGORY, self::ATTRIBUTE_HOMEPHONE, self::ATTRIBUTE_MOBILE, + self::ATTRIBUTE_SMIMECERTIFICATE, ), 'derived' => array( self::ATTRARRAY_HOMEPOSTALADDRESS => array( -- 2.11.0