From f47d134335684807122ffd5be310c89c8438f970 Mon Sep 17 00:00:00 2001
From: Thomas Woerner <twoerner@redhat.com>
Date: Tue, 14 Dec 2021 12:38:28 +0100
Subject: [PATCH] utils/gen_module_docs.py: Drop duplicate setup_adtrust key

---
 utils/gen_module_docs.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/utils/gen_module_docs.py b/utils/gen_module_docs.py
index b3ac9f57..254a2734 100644
--- a/utils/gen_module_docs.py
+++ b/utils/gen_module_docs.py
@@ -55,7 +55,6 @@ param_docs = {
     "no_pkinit": "Disable pkinit setup steps",
     "no_ui_redirect": "Do not automatically redirect to the Web UI",
     "external_ca": "External ca setting",
-    "setup_adtrust": "Configure AD trust capability",
     "external_cert_files": [
       "File containing the IPA CA certificate and the external CA certificate",
       "chain"
-- 
GitLab