summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2013-03-27 16:13:24 -0700
committerRuss Allbery <rra@stanford.edu>2013-03-27 16:24:54 -0700
commit3a6d69ab78981b53aa5c20f99e2ee370268a40ff (patch)
tree97779028e4fe8d9e0d20d96bd42fbdc4fc6ef236 /README
parent06c44c9eb5efb00bb9368ed3709106c91b0b36b5 (diff)
Document the new WebAuth keyring object type
Add a mention to NEWS and to the REQUIREMENTS section of README. Change-Id: I560f737e9cb899046f7fe3c8d2c8c648d31041e7 Reviewed-on: https://gerrit.stanford.edu/985 Reviewed-by: Russ Allbery <rra@stanford.edu> Tested-by: Russ Allbery <rra@stanford.edu>
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index a199516..2a96bd0 100644
--- a/README
+++ b/README
@@ -101,6 +101,9 @@ REQUIREMENTS
binary that 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.
+
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.