diff options
author | Russ Allbery <eagle@eyrie.org> | 2018-06-03 18:58:57 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2018-06-03 18:58:57 -0700 |
commit | 437b73cb40926359a0750d9701788c33f8c2488c (patch) | |
tree | cd311663617ebabf3421af18225b343526d22100 | |
parent | 9107982c93e76187505e92253b6690b7520ec2de (diff) |
Add WebAuth and Net::Duo links in requirements
-rw-r--r-- | docs/metadata/requirements | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/metadata/requirements b/docs/metadata/requirements index b82a52c..c2543ad 100644 --- a/docs/metadata/requirements +++ b/docs/metadata/requirements @@ -41,10 +41,12 @@ supports the `-norandkey` option to `ktadd`. This option is included in MIT Kerberos 1.7 and later. The WebAuth keyring object support in the wallet server requires the -WebAuth Perl module from WebAuth 4.4.0 or later. +WebAuth Perl module from +[WebAuth 4.4.0 or later](https://www.eyrie.org/~eagle/software/webauth/). The Duo integration object support in the wallet server requires the -Net::Duo, JSON, and Perl6::Slurp Perl modules. +[Net::Duo](https://www.eyrie.org/~eagle/software/net-duo/), JSON, and +Perl6::Slurp Perl modules. The password object support in the wallet server requires the Crypt::GeneratePassword Perl module. |