From a456cceb195b5f15ed161b7337d02ff8656ae59b Mon Sep 17 00:00:00 2001 From: Ludovic Poitou <ludovic.poitou@gmail.com> Date: Thu, 19 Nov 2015 21:06:37 +0000 Subject: [PATCH] Adding support for sending Notifications as html instead of plaintext. --- opendj-server-legacy/resource/config/config.ldif | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/opendj-server-legacy/resource/config/config.ldif b/opendj-server-legacy/resource/config/config.ldif index 3cd90c9..ec68f50 100644 --- a/opendj-server-legacy/resource/config/config.ldif +++ b/opendj-server-legacy/resource/config/config.ldif @@ -22,6 +22,7 @@ # Copyright 2006-2010 Sun Microsystems, Inc. # Portions Copyright 2012-2014 Manuel Gaupp # Portions Copyright 2010-2015 ForgeRock AS. +# Portions copyright 2015 Edan Idzerda # # # This file contains the primary Directory Server configuration. It must not @@ -143,6 +144,7 @@ ds-cfg-sender-address: opends-notifications@example.com ds-cfg-email-address-attribute-type: mail ds-cfg-send-message-without-end-user-address: false +ds-cdf-send-email-as-html: false ds-cfg-message-template-file: account-temporarily-locked:config/messages/account-temporarily-locked.template ds-cfg-message-template-file: account-permanently-locked:config/messages/account-permanently-locked.template ds-cfg-message-template-file: account-unlocked:config/messages/account-unlocked.template -- Gitblit v1.10.0