mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Merge pull request #8019 from carlcsaposs/admin-manual-nouns
Update misleading/incorrect nouns in admin manual
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user