diff options
author | Arun Isaac | 2022-10-25 14:58:54 +0530 |
---|---|---|
committer | Arun Isaac | 2022-10-25 14:58:54 +0530 |
commit | 44e7437ba602e732f40781ef76c0065e3bcef7b6 (patch) | |
tree | 14ff7005b69852bf9856d99b9ca77488b9b86a79 | |
parent | fd70047c57c377d43e5a2981cf6e590767b5890a (diff) | |
download | gn-machines-44e7437ba602e732f40781ef76c0065e3bcef7b6.tar.gz |
Link to gemtext documentation on securing virtuoso.
* README.org (Virtuoso container for tux01 production): Remove
user management commands.
(Secure virtuoso authentication): New section.
-rw-r--r-- | README.org | 15 |
1 files changed, 6 insertions, 9 deletions
@@ -38,12 +38,9 @@ container. Restart it. $ sudo systemctl restart virtuoso-container #+end_src -The default password of the virtuoso dba user is dba. Set a new -password. Pay attention to the single versus double quoting. -#+begin_src -SQL> set password "dba" "new-password"; -#+end_src -Disable the dav user. -#+begin_src -SQL> UPDATE ws.ws.sys_dav_user SET u_account_disabled=1 WHERE u_name='dav'; -#+end_src +* Secure virtuoso authentication + +In containers containing virtuoso instances, it is important to secure +authentication by changing default user passwords and disabling +unnecessary users. See [[https://issues.genenetwork.org/topics/systems/virtuoso][virtuoso gemtext documentation]] on passwords for +more details. |