tripleo-heat-templates/releasenotes/notes/ipa-mkhomedir-c126291bcbdd0111.yaml
Cyril Lopez aa6dc4cbc4 Add mkhomedir option to ipa-client-install
To allow PAM to create home directory for
user who do not have one, ipa-client-install
need an option. This is added by MakeHomeDir
variable.

This commit includes a fix from ykarel to fix the
new variable type.

Related-bug: #1823727

Change-Id: I040014482e9126947b8c4a1d7b1bf7645f926c4b
Signed-off-by: Cyril Lopez <cylopez@redhat.com>
(cherry-picked from commit 2471642f6f and
 e3ad34aece)
2019-05-23 11:22:40 -04:00

5 lines
162 B
YAML

---
features:
- |
To allow PAM to create home directory for user who do not have one,
ipa-client-install need an option. This change allow to enable it.