aboutsummaryrefslogtreecommitdiff
path: root/docs/metadata/sections/configuration
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2018-06-03 16:58:02 -0700
committerRuss Allbery <eagle@eyrie.org>2018-06-03 16:58:02 -0700
commitedf31eba414d9a105791c076fb1444a78d210dff (patch)
tree2bac18fa3b71593e616061a0fbcbfdd6ab26a255 /docs/metadata/sections/configuration
parent4b3f858ef567c0d12511e7fea2a56f08f2729635 (diff)
parent68c4b05c268cd6e358cc41c8feb44bc2c7fcb898 (diff)
New upstream version 1.4
Diffstat (limited to 'docs/metadata/sections/configuration')
-rw-r--r--docs/metadata/sections/configuration16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/metadata/sections/configuration b/docs/metadata/sections/configuration
new file mode 100644
index 0000000..975516d
--- /dev/null
+++ b/docs/metadata/sections/configuration
@@ -0,0 +1,16 @@
+Before setting up the wallet server, review the Wallet::Config
+documentation (with man Wallet::Config or perldoc Wallet::Config). There
+are many customization options, some of which must be set. You may also
+need to create a Kerberos keytab for the keytab object backend and give it
+appropriate ACLs, and set up `keytab-backend` and its `remctld`
+configuration on your KDC if you want unchanging flag support.
+
+For the basic setup and configuration of the wallet server, see the file
+`docs/setup` in the source distribution. You will need to set up a
+database on the server (unless you're using SQLite), initialize the
+database, install `remctld` and the wallet Perl modules, and set up
+`remctld` to run the `wallet-backend` program.
+
+The wallet client supports reading configuration settings from the system
+`krb5.conf` file. For more information, see the CONFIGURATION section of
+the wallet client man page (`man wallet`).