Skip to content

Commit

Permalink
fix: Sets domain name lower case in realmd.conf section header (#88)
Browse files Browse the repository at this point in the history
Enhancement: Set domain name lower case in realmd.conf section header

Reason: Realm specific sections should always contain the domain name in
lower case as their section header.
  • Loading branch information
chuckmilam authored Mar 7, 2024
1 parent 47d01f8 commit a4caa41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/realmd.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[active-directory]
default-client = {{ ad_integration_client_software }}

[{{ ad_integration_realm }}]
[{{ ad_integration_realm | lower }}]
automatic-id-mapping = {{ ad_integration_auto_id_mapping }}
{% if ad_integration_computer_ou %}
computer-ou = {{ ad_integration_computer_ou }}
Expand Down

0 comments on commit a4caa41

Please sign in to comment.