diff options
author | Russ Allbery <rra@stanford.edu> | 2008-02-09 01:57:42 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-02-09 01:57:42 +0000 |
commit | b415b347328e7db0f41f0294c06060c6dd156b3d (patch) | |
tree | 8ebf0c6fee7e5ef8ae338bc7075b72fdfddf420a /README | |
parent | ca4ca4db50041938cfca4de4a7c0d454c014fcec (diff) |
Add file object support to the wallet server.
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -84,6 +84,10 @@ REQUIREMENTS translates the actions in that protocol into calls to the Wallet::Server Perl object. + The file object support in the wallet server requires the Digest::MD5 + Perl module, which comes with recent versions of Perl and is available + on CPAN for older versions. + The keytab support in the wallet server requires the kadmin client program be installed and currently assumes that it follows the syntax of the MIT Kerberos kadmin client. It also requires that the wallet server |