diff options
author | Russ Allbery <eagle@eyrie.org> | 2018-05-27 17:24:42 -0700 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2018-05-27 17:58:38 -0700 |
commit | 7b63561ce7317c99af082c79257cf01d3b717959 (patch) | |
tree | 4623257ccb35b8d340f2564034bedaa5be0b17f3 /perl/lib/Wallet/Config.pm | |
parent | b126269d161880e6ed77764c3fac33337ad6937a (diff) |
Fix spelling errors in Wallet::Kadmin::AD
Diffstat (limited to 'perl/lib/Wallet/Config.pm')
-rw-r--r-- | perl/lib/Wallet/Config.pm | 4 |
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.) |