|
@@ -97,7 +97,7 @@ const validator = {
|
|
|
* hideRestrictedByGroup:
|
|
* hideRestrictedByGroup:
|
|
|
* type: boolean
|
|
* type: boolean
|
|
|
* description: enable hide by group
|
|
* description: enable hide by group
|
|
|
- * LdapSetting:
|
|
|
|
|
|
|
+ * LdapAuthSetting:
|
|
|
* type:object
|
|
* type:object
|
|
|
* isUserBind:
|
|
* isUserBind:
|
|
|
* type: boolean
|
|
* type: boolean
|
|
@@ -256,7 +256,7 @@ module.exports = (crowi) => {
|
|
|
* application/json:
|
|
* application/json:
|
|
|
* schema:
|
|
* schema:
|
|
|
* $ref: '#/components/schemas/GeneralSetting'
|
|
* $ref: '#/components/schemas/GeneralSetting'
|
|
|
- * $ref: '#/components/schemas/ldapAuthSetting'
|
|
|
|
|
|
|
+ * $ref: '#/components/schemas/LdapAuthSetting'
|
|
|
* $ref: '#/components/schemas/SamlAuthSetting'
|
|
* $ref: '#/components/schemas/SamlAuthSetting'
|
|
|
* $ref: '#/components/schemas/OidcAuthSetting'
|
|
* $ref: '#/components/schemas/OidcAuthSetting'
|
|
|
* $ref: '#/components/schemas/BasicAuthSetting'
|
|
* $ref: '#/components/schemas/BasicAuthSetting'
|