diff --git a/master.html b/master.html index 6fa307c3..576489c7 100644 --- a/master.html +++ b/master.html @@ -953,9 +953,35 @@ username. User '{0}' as placeholder for the user name.

ldap_load_groups

Load the ldap groups of the authenticated user. These groups can be -used later on to define rights.

+used later on to define rights. This also gives you access to the group +calendars, if they exist.

+

Default: False

+
+
ldap_use_ssl
+

Use ssl on the ldap connection

+

Default: False

+
+
+
ldap_ssl_verify_mode
+

The certifikat verification mode. NONE, OPTIONAL or REQUIRED

+

Default: REQUIRED

+
+
+
ldap_ssl_ca_file
+

The path to the CA file in pem format which is used to certificate +the server certificate

+

Default:

+
lc_username

Сonvert username to lowercase, must be true for case-insensitive auth diff --git a/v3.html b/v3.html index 804a8730..610ad451 100644 --- a/v3.html +++ b/v3.html @@ -286,7 +286,7 @@ You can login with any username and password.

What's New?

-

Read the changelog +

Read the changelog on GitHub.