Skip to content
Snippets Groups Projects
Verified Commit 866fa57f authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Changed doc for pam_authentication.sh

parent 4c50597c
No related branches found
No related tags found
1 merge request!58REL: prepare release 0.7.2
Pipeline #19079 passed
...@@ -37,9 +37,9 @@ installed and the pam user tool must be compiled: ...@@ -37,9 +37,9 @@ installed and the pam user tool must be compiled:
- `cd misc/pam_authentication/` - `cd misc/pam_authentication/`
- `make` - `make`
- If you want, you can run a test now: `./pam_authentication.sh asdf ghjk` - If you want, you can run a test now: `./pam_authentication.sh asdf` asks for a password for user
should print `[FAILED]` and return with a non-zero exit code. Unless there is `asdf`. If no such user exists or the wrong passowrd is entered, it print `[FAILED]` and return
a user `asdf` with password `ghjk` on your system, of course. with a non-zero exit code.
- If you want to run the CaosDB server without root privilege, you need to use - 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 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 server process the permissions of `bin/pam_authentication` should be the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment