LDAP Provider -> LDAP Server
There is no such thing as LDAP Provider. Only OIDC Provider but LDAP Server.
This commit is contained in:
@@ -373,8 +373,7 @@
|
||||
"body": "Email sent to {{ email }}"
|
||||
},
|
||||
"exposedLdap": {
|
||||
"title": "LDAP Provider",
|
||||
"description": "Cloudron can act as a central user directory server for external applications.",
|
||||
"description": "The LDAP server can be used by external applications for authentication.",
|
||||
"enabled": "Enabled",
|
||||
"ipRestriction": {
|
||||
"description": "Limit Directory Server access to specific IPs or ranges. Lines starting with <code>#</code> are treated as comments.",
|
||||
@@ -386,7 +385,8 @@
|
||||
"description": "All LDAP queries have to be authenticated with this secret and the user DN <i>{{ userDN }}</i>",
|
||||
"url": "Server URL"
|
||||
},
|
||||
"cloudflarePortWarning": "Cloudflare proxying must be disabled on the dashboard domain to access the LDAP server"
|
||||
"cloudflarePortWarning": "Cloudflare proxying must be disabled on the dashboard domain to access the LDAP server",
|
||||
"title": "LDAP Server"
|
||||
},
|
||||
"userImportDialog": {
|
||||
"title": "Import Users",
|
||||
|
||||
Reference in New Issue
Block a user