From a4caa415cd1de063a0ebde4f45580cb38ef6bc08 Mon Sep 17 00:00:00 2001 From: Chuck Milam Date: Thu, 7 Mar 2024 07:18:32 -0600 Subject: [PATCH] fix: Sets domain name lower case in realmd.conf section header (#88) 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. --- templates/realmd.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/realmd.conf.j2 b/templates/realmd.conf.j2 index 6682c0d..d97d5d6 100644 --- a/templates/realmd.conf.j2 +++ b/templates/realmd.conf.j2 @@ -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 }}