mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-04 00:46:50 +00:00
Adds LDAP auth support
This commit is contained in:
13
backend/embed/api_docs/components/AuthConfigObject.json
Normal file
13
backend/embed/api_docs/components/AuthConfigObject.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "array",
|
||||
"description": "AuthConfigObject",
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"local",
|
||||
"ldap",
|
||||
"oidc"
|
||||
]
|
||||
}
|
||||
}
|
@ -7,7 +7,6 @@
|
||||
"created_at",
|
||||
"updated_at",
|
||||
"name",
|
||||
"nickname",
|
||||
"email",
|
||||
"is_disabled"
|
||||
],
|
||||
@ -29,12 +28,7 @@
|
||||
"name": {
|
||||
"type": "string",
|
||||
"minLength": 2,
|
||||
"maxLength": 100
|
||||
},
|
||||
"nickname": {
|
||||
"type": "string",
|
||||
"minLength": 2,
|
||||
"maxLength": 100
|
||||
"maxLength": 50
|
||||
},
|
||||
"email": {
|
||||
"type": "string",
|
||||
|
Reference in New Issue
Block a user