mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Add hints to use newest PHP version
This commit is contained in:
parent
30d92cf8c2
commit
b4db9a23e1
@ -18,7 +18,11 @@ run ownCloud Server on Apache2 on a Linux environment.
|
||||
Limit on Password Length
|
||||
------------------------
|
||||
|
||||
ownCloud uses the bcrypt algorithm and thus for security and performance reasons, e.g. Denial of Service as CPU demand increases exponentially, it only verifies the first 72 characters of passwords. This applies to all passwords that you use in ownCloud: user passwords, passwords on link shares, and passwords on external shares.
|
||||
ownCloud uses the bcrypt algorithm and thus for security and performance reasons,
|
||||
e.g. Denial of Service as CPU demand increases exponentially, it only verifies
|
||||
the first 72 characters of passwords. This applies to all passwords that you use
|
||||
in ownCloud: user passwords, passwords on link shares, and passwords on external
|
||||
shares.
|
||||
|
||||
Operating system
|
||||
----------------
|
||||
@ -43,6 +47,17 @@ It is highly recommend to enable hardening modules such as SELinux where
|
||||
possible. See :doc:`../installation/selinux_configuration` to learn more about
|
||||
SELinux.
|
||||
|
||||
Use newest PHP version
|
||||
**********************
|
||||
Some security features and hardenings in PHP are only available in the latest
|
||||
PHP release and thus it is recommended to run the latest PHP version. You can
|
||||
find the latest version on http://php.net/.
|
||||
|
||||
While distributions are trying to backport security patches there have been
|
||||
quite some cases where some has been missed or only backported after a long
|
||||
period of time, sometimes up to a few years. Also all security hardenings
|
||||
are usually not backported.
|
||||
|
||||
Deployment
|
||||
----------
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user