From 19c8a019695ce6d585e02e0d291ec454a94ff0c9 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 30 Aug 2019 13:09:19 +0200 Subject: [PATCH] Add more description how ldap sync works --- src/views/users.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/users.html b/src/views/users.html index 0c7436cbb..4f6c81c87 100644 --- a/src/views/users.html +++ b/src/views/users.html @@ -463,9 +463,13 @@

- This option allows to use an external LDAP or ActiveDirectory service for user management. + 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.

+
+ Show Logs