Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasra Amirsarvari committed Mar 31, 2020
1 parent 4995179 commit 85201a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# CHANGELOG

## v0.2.1

Variable name issue in the `sssd.conf` template.

Fixed `role_ad_membership_ou_search_base` into `role_ad_membership_ou_user_search_base`

## v0.2.0

Fixed additional unforseen issues.
Fixed additional unforeseen issues.

**Functionalities:**

Expand Down
2 changes: 1 addition & 1 deletion templates/sssd.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ldap_sasl_mech = GSSAPI
ldap_sasl_authid = host/{{ ansible_fqdn }}@{{ ansible_domain | upper }}
ldap_referrals = False
ldap_schema = rfc2307bis
ldap_user_search_base = {{ role_ad_membership_ou_search_base }}
ldap_user_search_base = {{ role_ad_membership_ou_user_search_base }}
ldap_id_mapping = True

use_fully_qualified_names = False
Expand Down

0 comments on commit 85201a6

Please sign in to comment.