📖 DOC: add basic auth configuration warning

Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
This commit is contained in:
Jonas Sulzer
2019-03-29 09:30:32 +01:00
parent 77fb18b66f
commit ffbd333547

View File

@@ -134,6 +134,8 @@ HTTP server of your choice to authenticate. It should return HTTP 2xx for correc
### Configuration ### Configuration
The only supported parameter is the URL of the web server where the authentication happens. The only supported parameter is the URL of the web server where the authentication happens.
**⚠⚠ Warning:** make sure to use the URL of a correctly configured HTTP Basic authenticating server. If the server always responds with a HTTP 2xx response without validating the users, this would allow anyone to log in to your Nextcloud instance with **any username / password combination**. ⚠⚠
Add the following to your `config.php`: Add the following to your `config.php`:
'user_backends' => array( 'user_backends' => array(