diff --git a/docs/doxygen-user/images/grantAccessToComputer.PNG b/docs/doxygen-user/images/grantAccessToComputer.PNG new file mode 100644 index 0000000000..a155a20ea7 Binary files /dev/null and b/docs/doxygen-user/images/grantAccessToComputer.PNG differ diff --git a/docs/doxygen-user/images/objectTypesComputers.PNG b/docs/doxygen-user/images/objectTypesComputers.PNG new file mode 100644 index 0000000000..10b6db1444 Binary files /dev/null and b/docs/doxygen-user/images/objectTypesComputers.PNG differ diff --git a/docs/doxygen-user/images/sharedStoragePermissions.PNG b/docs/doxygen-user/images/sharedStoragePermissions.PNG new file mode 100644 index 0000000000..bea1aa0fd4 Binary files /dev/null and b/docs/doxygen-user/images/sharedStoragePermissions.PNG differ diff --git a/docs/doxygen-user/multi-user/installUsers.dox b/docs/doxygen-user/multi-user/installUsers.dox index 53a556ece8..d1e989a58f 100644 --- a/docs/doxygen-user/multi-user/installUsers.dox +++ b/docs/doxygen-user/multi-user/installUsers.dox @@ -20,7 +20,7 @@ The user account that Autopsy runs as will need access to the shared storage. Th - Domain Accounts: If the cluster is on a Windows domain, then Autopsy can be run with a domain account. - If your shared storage is a Windows file share, then users should be able to access it without needing a password. - If your shared storage is another platform, then you'll likely need to force Windows to store the shared storage credentials (as described below). -- Unique Local Unique Accounts: Some clusters are not on a Windows domain and have unique accounts for each analyst / user. +- Unique Local Accounts: Some clusters are not on a Windows domain and have unique accounts for each analyst / user. - If your shared storage is a Windows file share, then users will not need to enter their password IF the same user name and password exists on the file share server. - Otherwise, you'll need to force Windows to store the credentials. - Shared Local Account: Lastly, some clusters use a single local account, such as one named "autopsy" for all users. This is not recommended because Autopsy uses the login name to track who did certain actions, such as tagging files. @@ -32,13 +32,21 @@ The user account that Autopsy runs as will need access to the shared storage. Th Solr will run as a Windows service and will need access to the shared storage. The default user, which is "LocalService", will not have access to network-based storage. So, if you have network-based shared storage, you have three options: -- NetworkService: If you are on a domain, you maybe able to run Solr as the "NetworkService" account. This account has access to the network, but the challenge can be granting access for this account to the shared storage. - - If your shared storage is a Windows file share, you'll need to grant access to the computer running Solr. +- NetworkService: If you are on a domain, you may be able to run Solr as the "NetworkService" account. This account has access to the network, but the challenge can be granting access for this account to the shared storage. + - If your shared storage is a Windows file share, you'll need to grant access to the computer account running Solr as follows: +