diff --git a/admin_manual/configuration_database/db_conversion.rst b/admin_manual/configuration_database/db_conversion.rst index 696596565..b70e7e8c0 100644 --- a/admin_manual/configuration_database/db_conversion.rst +++ b/admin_manual/configuration_database/db_conversion.rst @@ -5,7 +5,7 @@ Converting database type You can convert a SQLite database to a better performing MySQL, MariaDB or PostgreSQL database with the Nextcloud command line tool. SQLite is good for testing and simple single-user Nextcloud servers, but it does not scale for -multiple-user production users. +multiple-user production servers. Run the conversion diff --git a/admin_manual/configuration_files/external_storage/smb.rst b/admin_manual/configuration_files/external_storage/smb.rst index e80a64274..9a9a9551c 100644 --- a/admin_manual/configuration_files/external_storage/smb.rst +++ b/admin_manual/configuration_files/external_storage/smb.rst @@ -73,7 +73,7 @@ SMB authentication ^^^^^^^^^^^^^^^^^^ Update notifications are not supported when using 'Login credentials, save in session' authentication. -Using login credentials is only supported with 'Login credentials, save in database'. +Using update notifications is only supported with 'Login credentials, save in database'. Even when using 'Login credentials, save in database' or 'User entered, stored in database' authentication the notify process can not use the credentials saved to attach to the smb shares because the notify process does not run in the context of a specific user diff --git a/admin_manual/configuration_files/file_sharing_configuration.rst b/admin_manual/configuration_files/file_sharing_configuration.rst index 6c5d0849e..616ca846d 100644 --- a/admin_manual/configuration_files/file_sharing_configuration.rst +++ b/admin_manual/configuration_files/file_sharing_configuration.rst @@ -88,7 +88,7 @@ The expiration date which can be set and enforced in the settings above are the default value at the same time. Sometimes admins want to have a moderate default expire date, for example 7 days but make sure that the user can't extend it to more than 14 days. -In order to do so the user can set a enforced expiration date in the settings as described above +In order to do so, set a enforced expiration date in the settings as described above and set the default value to something below the maximal possible expiration date with the following OCC commands::