From 44e7437ba602e732f40781ef76c0065e3bcef7b6 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 25 Oct 2022 14:58:54 +0530 Subject: Link to gemtext documentation on securing virtuoso. * README.org (Virtuoso container for tux01 production): Remove user management commands. (Secure virtuoso authentication): New section. --- README.org | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 5b39b36..0712331 100644 --- a/README.org +++ b/README.org @@ -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. -- cgit v1.2.3