Skip to content

Commit 76e0b23

Browse files
authored
Fix documentation of sssd_install_ldap variable (#613)
The sssd README was documenting the variable as sssd_ldap_install when it is actually sssd_install_ldap.
1 parent 55be78f commit 76e0b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/roles/sssd/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Install and configure [sssd](https://sssd.io/docs/introduction.html).
88
The only required configuration is to create a [sssd.conf](https://www.mankier.com/5/sssd.conf) template at the location specified by `sssd_conf_src`.
99

1010
- `sssd_packages`: Optional list. Packages to install.
11-
- `sssd_ldap_install`: Optional bool. Whether to install packages enabling SSSD to authenticate against LDAP. Default `false`.
12-
- `sssd_ldap_packages`: Optional list. Packages to install when using `sssd_ldap_install`.
11+
- `sssd_install_ldap`: Optional bool. Whether to install packages enabling SSSD to authenticate against LDAP. Default `false`.
12+
- `sssd_ldap_packages`: Optional list. Packages to install when using `sssd_install_ldap`.
1313
- `sssd_enable_mkhomedir`: Optional bool. Whether to enable creation of home directories on login. Default `false`.
1414
- `sssd_mkhomedir_packages`: Optional list. Packages to install when using `sssd_enable_mkhomedir`.
1515
- `sssd_conf_src`: Optional string. Path to `sssd.conf` template. Default (which must be created) is `{{ appliances_environment_root }}/files/sssd.conf.j2`.

0 commit comments

Comments
 (0)