Merge pull request #1351 from nextcloud/backport/1338/stable15

[stable15] LDAP configuration: clarify effect of "Turn off SSL certificate verification" checkbox
This commit is contained in:
blizzz 2019-04-03 12:11:38 +02:00 committed by GitHub
commit e3b9717c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,6 +272,15 @@ Disable Main Server:
Turn off SSL certificate validation:
Turns off SSL certificate checking. Use it for testing only!
*Note*: The effect of this setting depdends on the PHP system configuration.
It does for example not work with the
[official Nextcloud container image](https://github.com/nextcloud/docker).
To disable certificate verification for a particular use, append the following
configuration line to your `/etc/ldap/ldap.conf`:
```
TLS_REQCERT ALLOW
```
Cache Time-To-Live:
A cache is introduced to avoid unnecessary LDAP traffic, for example caching
@ -739,7 +748,7 @@ avoid unnecessary connection attempts.
Note
----
When a LDAP object's name or surname, that is display name attribute, by default
When a LDAP object's name or surname, that is display name attribute, by default
"displayname", is left empty, Nextcloud will treat it as an empty object, therefore
no results from this user or AD-Object will be shown to avoid gathering of
no results from this user or AD-Object will be shown to avoid gathering of
technical accounts.