Skip to content

Commit

Permalink
Merge pull request #40 from sticky-note/fix/slapd
Browse files Browse the repository at this point in the history
fix(slapd.conf): fix typo on variable name
  • Loading branch information
sticky-note authored Aug 18, 2022
2 parents 23fe3dc + 276699d commit dd92a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openldap/files/slapd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ index {{openldap.index}} eq

{%- if openldap.overlays %}
# START: Overlays configuration
{%- for overlay_name, overlay_config in openldap.overlay.items() %}
{%- for overlay_name, overlay_config in openldap.overlays.items() %}
overlay {{ overlay_name }}
{%- if overlay_config %}
{{ overlay_config }}
Expand Down

0 comments on commit dd92a72

Please sign in to comment.