From d38502e109fc3bcdac5a904f3a65a3017174058b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20B=C3=BCtow?= Date: Sat, 8 Feb 2020 11:33:00 +0000 Subject: include RHEL, adjust uid and gid in docs --- doc/installation.md | 2 +- doc/quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/installation.md b/doc/installation.md index 8781130..d09392f 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -23,7 +23,7 @@ It is recommended to automate all the installation process outlined here. You co ```console % sudo adduser dserver % id dserver -uid=670(dserver) gid=670(dserver) groups=670(dserver) +uid=1001(dserver) 1001=670(dserver) groups=1001(dserver) ``` 3. Create the required file system structure and set the correct permissions: diff --git a/doc/quickstart.md b/doc/quickstart.md index a618866..06861f6 100644 --- a/doc/quickstart.md +++ b/doc/quickstart.md @@ -7,7 +7,7 @@ This guide assumes that you know how to generate and configure a public/private # Install it -On Linux you need to install the libacl development library for file system ACL permission support in `dserver`. On CentOS and/or Fedora it would be +On Linux you need to install the libacl development library for file system ACL permission support in `dserver`. On RHEL, CentOS and Fedora it would be ```console % sudo dnf install libacl-devel -y -- cgit v1.2.3