diff --git a/src/views/users.html b/src/views/users.html index bc9e98091..dc87494a2 100644 --- a/src/views/users.html +++ b/src/views/users.html @@ -279,18 +279,16 @@
- This option allows to use an external LDAP or ActiveDirectory service for user management.
-
- Users from the LDAP directory will be synced into the Cloudron user management.
- Those users will be able to login to apps using the passwored stored in the LDAP service and thus won't be able to change their password inside Cloudron.
- The same applies for their email address.
-
Cloudron will authenticate users against the configured LDAP server.
+LDAP authentication is currently {{ externalLdap.enabled ? 'enabled' : 'disabled' }}.