@@ -7,7 +7,7 @@ date: 2024-05-20
7
7
# Enable/Disable (Show/Hide) API Sections
8
8
[ ![ KopiCloud_AD_API] ( https://img.shields.io/badge/kopiCloud_ad-v1.1+-blueviolet.svg )] ( https://adapi.kopicloud.com )
9
9
10
- By default, all API sections are ** enabled** , but you may need to disable sections for security reasons.
10
+ By default, all API sections are ** enabled** , but you may need to disable sections for application or security reasons.
11
11
12
12
This article explains enabling or disabling some specific KopiCloud AD API sections.
13
13
@@ -85,17 +85,17 @@ Restart the web server using the **IISReset command** or the IIS Console.
85
85
86
86
The ** APIEnableADGroup** setting manages the ** AD Groups** section.
87
87
88
- When you enable/disable this section, you will see/hide the ** AD Group ** section.
88
+ When you enable/disable this section, you will see/hide the ** AD Groups ** section.
89
89
90
90
Open the ** appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API).
91
91
92
- > AD Group Section Enabled
92
+ > AD Groups Section Enabled
93
93
94
94
```
95
95
"APIEnableADGroup: true"
96
96
```
97
97
98
- > AD Group Section Disabled
98
+ > AD Groups Section Disabled
99
99
100
100
```
101
101
"APIEnableADGroup: false"
@@ -141,13 +141,13 @@ When you enable/disable this section, you will see/hide the **AD Users** section
141
141
142
142
Open the ** appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API).
143
143
144
- > AD User Section Enabled
144
+ > AD Users Section Enabled
145
145
146
146
```
147
147
"APIEnableADUser: true"
148
148
```
149
149
150
- > AD User Section Disabled
150
+ > AD Users Section Disabled
151
151
152
152
```
153
153
"APIEnableADUser: false"
@@ -167,13 +167,13 @@ When you enable/disable this section, you will see/hide the **AD Organization Un
167
167
168
168
Open the ** appsettings.json** file located at the root of the KopiCloud AD API folder (C:\KopiCloud-AD-API).
169
169
170
- > AD OU Section Enabled
170
+ > AD Organization Units (OU) Section Enabled
171
171
172
172
```
173
173
"APIEnableADOu: true"
174
174
```
175
175
176
- > AD OU Section Disabled
176
+ > AD Organization Units (OU) Section Disabled
177
177
178
178
```
179
179
"APIEnableADOu: false"
0 commit comments