Remove additionnal slash for `sssd_home_path` default value.

This commit is contained in:
Jeremy Gardais 2017-08-03 14:18:42 +02:00
parent 14dc878f69
commit 775927e8d5
2 changed files with 14 additions and 1 deletions

13
CHANGELOG.md Normal file
View File

@ -0,0 +1,13 @@
## v1.1
### Fix
* Remove additionnal slash for default `sssd_home_path` value.
* Update documentation.
## v1.0
### Features
* Install sssd package.
* Add configuration file for SSSD.
* You need to set bind_password by your own.

View File

@ -8,7 +8,7 @@ sssd_conf_manage: true
sssd_main_conf_path: '/etc/sssd/sssd.conf' sssd_main_conf_path: '/etc/sssd/sssd.conf'
sssd_main_conf_tpl: 'etc/sssd/sssd.conf.j2' sssd_main_conf_tpl: 'etc/sssd/sssd.conf.j2'
sssd_mkhomedir: true sssd_mkhomedir: true
sssd_home_path: '/home/' sssd_home_path: '/home'
# LDAP info # LDAP info
sssd_domain: '' sssd_domain: ''