mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-22 23:23:30 -06:00
EPN: document missing option msg_subject
In /etc/ipa/epn.conf it is possible to customize the e-mail subject by setting msg_subject=<value> but this setting is not documented in the man page. Add the options in epn.conf man page and in the template. Fixes: https://pagure.io/freeipa/issue/9145 Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
9d88a2fde7
commit
300f62f72b
@ -89,6 +89,9 @@ Specifies the From: e-mail address value in the e-mails sent. The default is nor
|
||||
.B notify_ttls <list of days>
|
||||
This is the list of days before a password expiration when ipa-epn should notify a user that their password will soon require a reset. If this value is not specified then the default list will be used: 28, 14, 7, 3, 1.
|
||||
.TP
|
||||
.B msg_subject <subject>
|
||||
Specifies the subject of the e-mails sent. The default is "Your password will expire soon."
|
||||
.TP
|
||||
.B msg_charset <type>
|
||||
Set the character set of the message. The default is utf8. This will result in he body of the message being base64-encoded.
|
||||
.TP
|
||||
|
@ -64,6 +64,9 @@ smtp_delay = 0
|
||||
# a user that their password will soon require a reset.
|
||||
notify_ttls = 28, 14, 7, 3, 1
|
||||
|
||||
# Set the subject of the message
|
||||
# msg_subject =
|
||||
|
||||
# Set the character set of the message.
|
||||
msg_charset = utf8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user