LDAP Provider -> LDAP Server

There is no such thing as LDAP Provider. Only OIDC Provider but LDAP Server.
This commit is contained in:
Girish Ramakrishnan
2025-09-12 15:30:49 +02:00
parent da6be5c490
commit d5e82110c3
12 changed files with 11 additions and 20 deletions
+3 -3
View File
@@ -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",