From 4ba2a718b4c88fefa987ed6a6742b7eb24f4aa37 Mon Sep 17 00:00:00 2001 From: Guillermo Musumeci Date: Sat, 18 May 2024 13:52:25 +0100 Subject: [PATCH] Update api-section.md --- docs/settings/api-section.md | 39 ++++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) diff --git a/docs/settings/api-section.md b/docs/settings/api-section.md index 4d76d5d..a131a5c 100644 --- a/docs/settings/api-section.md +++ b/docs/settings/api-section.md @@ -20,6 +20,7 @@ This is the list of API settings that you can enable/disable: - APIEnableADGroup - APIEnableADGroupMembership - APIEnableADUser +- APIEnableADOu - APIEnableDNS - APIEnableDnsA - APIEnableDnsAAAA @@ -30,7 +31,7 @@ This is the list of API settings that you can enable/disable: ## APIEnableAD -The **APIEnableAD** setting manages **ALL** Active Directory sections. +The **APIEnableAD** setting manages **ALL Active Directory** sections. When you enable/disable this section, you will see/hide the **AD Computer**, **AD OU**, **AD User**, **AD Group**, and **ADGroupMembership** sections. @@ -54,24 +55,50 @@ Restart the web server using the **IISReset command** or the IIS Console. ---- +## APIEnableADComputer + +The **APIEnableADComputer** setting manages the **AD Computer** section. + +When you enable/disable this section, you will see/hide the **AD Computer** section. + +Open the **appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API). + +> AD Computer Section Enabled + +``` +"APIEnableADComputer: true" +``` + +> AD Computer Section Disabled + +``` +"APIEnableADComputer: false" +``` + +Save the file. + +Restart the web server using the **IISReset command** or the IIS Console. + +---- + ## APIEnableDNS -The **APIEnableDNS** setting manages **ALL** DNS sections. +The **APIEnableDNS** setting manages **ALL DNS** sections. When you enable/disable this section, you will see/hide the **APIEnableDnsA**, **APIEnableDnsAAAA**, **APIEnableDnsCNAME**, and **APIEnableDnsZones** sections. Open the **appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API). -> AD Sections Enabled +> DNS Sections Enabled ``` -"APIEnableAD: true" +"APIEnableDNS: true" ``` -> AD Sections Disabled +> DNS Sections Disabled ``` -"APIEnableAD: false" +"APIEnableDNS: false" ``` Save the file.