From: Gunnar Wrobel Date: Tue, 26 May 2009 19:30:36 +0000 (+0200) Subject: Support the SMIME certificate. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=eda1e6ad7b6bc5056b49b78799551124c0737b12;p=horde.git Support the SMIME certificate. --- 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(