From 866fa57fe09735bdd486d08663766aae67703ec2 Mon Sep 17 00:00:00 2001 From: Daniel Hornung <d.hornung@indiscale.com> Date: Mon, 7 Feb 2022 09:31:00 +0100 Subject: [PATCH] DOC: Changed doc for pam_authentication.sh --- README_SETUP.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README_SETUP.md b/README_SETUP.md index d46722d2..77106e5a 100644 --- a/README_SETUP.md +++ b/README_SETUP.md @@ -37,9 +37,9 @@ installed and the pam user tool must be compiled: - `cd misc/pam_authentication/` - `make` -- If you want, you can run a test now: `./pam_authentication.sh asdf ghjk` - should print `[FAILED]` and return with a non-zero exit code. Unless there is - a user `asdf` with password `ghjk` on your system, of course. +- If you want, you can run a test now: `./pam_authentication.sh asdf` asks for a password for user + `asdf`. If no such user exists or the wrong passowrd is entered, it print `[FAILED]` and return + with a non-zero exit code. - If you want to run the CaosDB server without root privilege, you need to use the setuid bit for the binary. For example, if the user `caosdb` runs the server process the permissions of `bin/pam_authentication` should be the -- GitLab