You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/settings/api-section.md
+33-6
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ This is the list of API settings that you can enable/disable:
20
20
- APIEnableADGroup
21
21
- APIEnableADGroupMembership
22
22
- APIEnableADUser
23
+
- APIEnableADOu
23
24
- APIEnableDNS
24
25
- APIEnableDnsA
25
26
- APIEnableDnsAAAA
@@ -30,7 +31,7 @@ This is the list of API settings that you can enable/disable:
30
31
31
32
## APIEnableAD
32
33
33
-
The **APIEnableAD** setting manages **ALL** Active Directory sections.
34
+
The **APIEnableAD** setting manages **ALL Active Directory** sections.
34
35
35
36
When you enable/disable this section, you will see/hide the **AD Computer**, **AD OU**, **AD User**, **AD Group**, and **ADGroupMembership** sections.
36
37
@@ -54,24 +55,50 @@ Restart the web server using the **IISReset command** or the IIS Console.
54
55
55
56
----
56
57
58
+
## APIEnableADComputer
59
+
60
+
The **APIEnableADComputer** setting manages the **AD Computer** section.
61
+
62
+
When you enable/disable this section, you will see/hide the **AD Computer** section.
63
+
64
+
Open the **appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API).
65
+
66
+
> AD Computer Section Enabled
67
+
68
+
```
69
+
"APIEnableADComputer: true"
70
+
```
71
+
72
+
> AD Computer Section Disabled
73
+
74
+
```
75
+
"APIEnableADComputer: false"
76
+
```
77
+
78
+
Save the file.
79
+
80
+
Restart the web server using the **IISReset command** or the IIS Console.
81
+
82
+
----
83
+
57
84
## APIEnableDNS
58
85
59
-
The **APIEnableDNS** setting manages **ALL** DNS sections.
86
+
The **APIEnableDNS** setting manages **ALL DNS** sections.
60
87
61
88
When you enable/disable this section, you will see/hide the **APIEnableDnsA**, **APIEnableDnsAAAA**, **APIEnableDnsCNAME**, and **APIEnableDnsZones** sections.
62
89
63
90
Open the **appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API).
0 commit comments