mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
23.10.2015 ec5d349ae0f1140eecfbcb7595936eadceb6abbe
Set send-email-as-html parameter as optional, with default value of false.
2 files modified
8 ■■■■ changed files
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/SMTPAccountStatusNotificationHandlerConfiguration.xml 2 ●●● patch | view | raw | blame | history
opendj-server-legacy/resource/schema/02-config.ldif 6 ●●●● patch | view | raw | blame | history
opendj-maven-plugin/src/main/resources/config/xml/org/forgerock/opendj/server/config/SMTPAccountStatusNotificationHandlerConfiguration.xml
@@ -146,7 +146,7 @@
    </adm:profile>
  </adm:property>
  <adm:property name="send-email-as-html"
                mandatory="true" advanced="true">
                mandatory="false" advanced="true">
    <adm:synopsis>
      Indicates whether an email notification message should be sent as HTML.
    </adm:synopsis>
opendj-server-legacy/resource/schema/02-config.ldif
@@ -5074,11 +5074,11 @@
  STRUCTURAL
  MUST ( ds-cfg-sender-address $
         ds-cfg-send-message-without-end-user-address $
         ds-cfg-message-template-file $
         ds-cfg-send-email-as-html )
         ds-cfg-message-template-file )
  MAY ( ds-cfg-email-address-attribute-type $
        ds-cfg-recipient-address $
        ds-cfg-message-subject )
        ds-cfg-message-subject $
        ds-cfg-send-email-as-html )
  X-ORIGIN 'OpenDS Directory Server' )
objectClasses: ( 1.3.6.1.4.1.26027.1.2.121
  NAME 'ds-task-reset-generation-id'