diff options
| author | Russ Allbery <eagle@eyrie.org> | 2016-01-03 15:53:35 -0800 | 
|---|---|---|
| committer | Russ Allbery <eagle@eyrie.org> | 2016-01-03 15:53:35 -0800 | 
| commit | 4c88bc4d11188499909fed9def7fad9c16afb84e (patch) | |
| tree | 796768602fe735bc9134b92a710ff5bc1bb31bb6 | |
| parent | 3b8a786a0e4d77bfc63cc8d4373972ef578115ea (diff) | |
Document requirements for the password object
Change-Id: Ibff0602d5ff8bf4c625f3970130cce4c8c02720e
| -rw-r--r-- | README | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -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.  | 
