diff options
author | Russ Allbery <rra@stanford.edu> | 2013-01-08 13:27:27 -0800 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2013-01-16 13:20:53 -0800 |
commit | 34138105d0f78c6809ac7111bfed833344d85f7a (patch) | |
tree | 28121257b7f5fa9b5ec7f6e13185ee9928ca9336 | |
parent | 4233c32088adef91b7b41143473e54c2810b0767 (diff) |
Fix a mistake in the WebAuth keyring section of Wallet::Config
A copy/paste error from the file object configuration.
Change-Id: Ie3ee48ed7adcf3fa50a510f085e664c5b0c91300
Reviewed-on: https://gerrit.stanford.edu/712
Reviewed-by: Russ Allbery <rra@stanford.edu>
Tested-by: Russ Allbery <rra@stanford.edu>
-rw-r--r-- | perl/Wallet/Config.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Wallet/Config.pm b/perl/Wallet/Config.pm index cd4e569..71f6e0f 100644 --- a/perl/Wallet/Config.pm +++ b/perl/Wallet/Config.pm @@ -393,7 +393,7 @@ L<Wallet::Object::WAKeyring> for the full details of the naming scheme. This directory must be writable by the wallet server and the wallet server must be able to create subdirectories of it. -WAKEYRING_BUCKET must be set to use file objects. +WAKEYRING_BUCKET must be set to use WebAuth keyring objects. =cut |