diff options
author | Russ Allbery <rra@stanford.edu> | 2007-10-07 21:54:54 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-10-07 21:54:54 +0000 |
commit | 3e221d9867c08835fef8e3f868f7482d82863005 (patch) | |
tree | 01c552f58e5c6e01fe36e6b8607f55e527e3e371 /README | |
parent | 44c5bc5991fb24f872c5f4d032d8ae3fe072fbeb (diff) |
Add a CONFIGURATION section.
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -187,6 +187,26 @@ TESTING If a test case fails, please run that individual test program directly and send me the output when reporting the problem. +CONFIGURATION + + 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. + + Before setting up the wallet server, review the Wallet::Config + docuemntation (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, set up keytab-backend and its remctld + configuration on your KDC if you want unchanging flag support, and set + up a srvtab if you want AFS kaserver synchronization support. + + The client currently has no configuration options and hard-codes the + wallet server and port at compile time. This will change in a future + release. + THANKS To Roland Schemers for the original idea that kicked off this project |