From 7f2faf3f3ec8ee2e8d8ef35f86ddf852c8294fdc Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Mon, 20 Oct 2014 11:59:26 +0200 Subject: [PATCH] add information about system wide mount points --- admin_manual/configuration/configuration_encryption.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/admin_manual/configuration/configuration_encryption.rst b/admin_manual/configuration/configuration_encryption.rst index 18930182f..f77321f55 100644 --- a/admin_manual/configuration/configuration_encryption.rst +++ b/admin_manual/configuration/configuration_encryption.rst @@ -33,6 +33,9 @@ The encryption keys are stored in following folders: Public keys for all users ``data//files_encryption`` Users' private keys and all other keys necessary to decrypt the users' files +``data/files_encryption`` + private keys and all other keys necessary to decrypt the files stored on a + system wide external storage .. note:: Encryption keys are stored only on the ownCloud server, eliminating exposure of your data to third party storage providers. The encryption app @@ -136,4 +139,4 @@ If you use an external user back-end, such as an LDAP or Samba server, you must take care to not change user passwords on the back-end, as this will lock users out of their encrypted files. If you have enabled the Recovery Key then you can change a user's password in the ownCloud Users panel to match their back-end -password. \ No newline at end of file +password.