diff options
author | Russ Allbery <rra@stanford.edu> | 2010-02-20 20:30:37 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2010-02-20 20:30:37 -0800 |
commit | 4f863ccc9531130be3f4aecea341a0e8a66c6f8c (patch) | |
tree | 392e4953a3c2c6b77e2aeb8473c2ee17aa35b3a5 /docs/setup | |
parent | a3ee976840e97d37022ec117bae09fef25ac4385 (diff) |
wallet-backend gets the third store argument from stdin if missing
If there is no third argument to store, read it from standard input
instead. This is the preferred way of running wallet-backend, using
stdin=last support from remctl 2.14 and later. Receiving the third
argument as a regular argument continues to be supported for backward
compatibility.
Diffstat (limited to 'docs/setup')
-rw-r--r-- | docs/setup | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -64,10 +64,10 @@ Wallet Configuration On the wallet server, install remctld. Then, install the configuration fragment in config/wallet in the remctld configuration. - You can do this either by adding the one non-comment line of that file - to your remctl.conf or, if your remctl.conf includes a directory of - configuration fragments, drop config/wallet into that directory. You - may need to change the path to wallet-backend. + You can do this either by adding the two non-comment lines of that + file to your remctl.conf or, if your remctl.conf includes a directory + of configuration fragments, drop config/wallet into that directory. + You may need to change the path to wallet-backend. Note that the default wallet configuration allows any authenticated user to run the wallet backend and relies on the wallet's ACLs for all |