From 4c88bc4d11188499909fed9def7fad9c16afb84e Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 3 Jan 2016 15:53:35 -0800 Subject: Document requirements for the password object Change-Id: Ibff0602d5ff8bf4c625f3970130cce4c8c02720e --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') diff --git a/README b/README index f21b9ad..d423983 100644 --- a/README +++ b/README @@ -111,6 +111,9 @@ REQUIREMENTS The Duo integration object support in the wallet server requires the Net::Duo Perl module. + The password object support in the wallet server requires the + Crypt::GeneratePassword Perl module. + To support the LDAP attribute ACL verifier, the Authen::SASL and Net::LDAP Perl modules must be installed on the server. This verifier only works with LDAP servers that support GSS-API binds. -- cgit v1.2.3 From cfff765a7a453fdab46a217c2adc48c958fdf739 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 3 Jan 2016 19:59:11 -0800 Subject: Document the Duo integration requires JSON and Perl6::Slurp Change-Id: I6249d2ea983959bc6c5ec03c2035a271228d4721 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index d423983..75b1224 100644 --- a/README +++ b/README @@ -109,7 +109,7 @@ REQUIREMENTS WebAuth Perl module from WebAuth 4.4.0 or later. The Duo integration object support in the wallet server requires the - Net::Duo Perl module. + Net::Duo, JSON, and Perl6::Slurp Perl modules. The password object support in the wallet server requires the Crypt::GeneratePassword Perl module. -- cgit v1.2.3