diff options
| author | Russ Allbery <rra@stanford.edu> | 2007-12-04 01:26:27 +0000 | 
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2007-12-04 01:26:27 +0000 | 
| commit | 1eb6e3db86a56e1b8839bd5345cd2c20d0dc0dcd (patch) | |
| tree | 43678db966c59973edeb0f103cb88f10bc826344 | |
| parent | d58bad0969c8e51c1d1539910639188b6ea1fc94 (diff) | |
Update the alpha warning since the next release will be beta.  Add the
Net::Remctl requirement for the NetDB ACL verifier.
| -rw-r--r-- | README | 11 | 
1 files changed, 6 insertions, 5 deletions
| @@ -7,11 +7,8 @@    This software is distributed under a BSD-style license.  Please see the    file LICENSE in the distribution for more information. -  This software is alpha-quality, and this release is intended as a -  technology preview and API preview.  This code has never been deployed -  in a production environment and considerable work remains before it will -  be ready.  See the file TODO in the distribution for the list of work -  that remains. +  This software is beta-quality and should be treated with caution.  It is +  currently being tested for production deployment at Stanford.  BLURB @@ -106,6 +103,10 @@ REQUIREMENTS    the -norandkey option to ktadd.  This option will be included in MIT    Kerberos 1.7 and later. +  To support the NetDB ACL verifier (only of interest at sites using NetDB +  to manage DNS), the Net::Remctl Perl  module must be installed on the +  server. +    To support synchronization with an AFS kaserver, the server must have    the Authen::Krb5 Perl module installed. | 
