aboutsummaryrefslogtreecommitdiff
path: root/perl/lib/Wallet/Config.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl/lib/Wallet/Config.pm')
-rw-r--r--perl/lib/Wallet/Config.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/lib/Wallet/Config.pm b/perl/lib/Wallet/Config.pm
index 99aa21a..e4d0a14 100644
--- a/perl/lib/Wallet/Config.pm
+++ b/perl/lib/Wallet/Config.pm
@@ -537,7 +537,7 @@ our $AD_USER_RDN;
Heimdal provides the choice, over the network protocol, of either
downloading the existing keys for a principal or generating new random
-keys. Neither MIT Kerberos or ActiveDirectory support retrieving an
+keys. Neither MIT Kerberos or Active Directory support retrieving an
existing keytab; downloading a keytab over the kadmin protocol or
using msktutil always rekeys the principal.
@@ -547,7 +547,7 @@ contacting the KDC via remctl and talking to B<keytab-backend>. This is
enabled by setting the C<unchanging> flag on keytab objects. To configure
that support, set the following variables.
-For ActiveDirectory Kerberos, the keytab object backend supports
+For Active Directory Kerberos, the keytab object backend supports
storing the keytabs on the wallet server. This functionality is
enabled by setting the configuration variable AD_KEYTAB_BUCKET. (This
had not been implemented yet.)