diff options
| -rw-r--r-- | perl/lib/Wallet/Config.pm | 4 | ||||
| -rw-r--r-- | perl/lib/Wallet/Kadmin/AD.pm | 4 | 
2 files changed, 4 insertions, 4 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.) diff --git a/perl/lib/Wallet/Kadmin/AD.pm b/perl/lib/Wallet/Kadmin/AD.pm index b56174c..61597cf 100644 --- a/perl/lib/Wallet/Kadmin/AD.pm +++ b/perl/lib/Wallet/Kadmin/AD.pm @@ -1,8 +1,8 @@  # Wallet::Kadmin::AD -- Wallet Kerberos administration API for AD  #  # Written by Bill MacAllister <whm@dropbox.com> -# Copyright 2016 Russ Allbery <eagle@eyrie.org> -# Copyright 2015,2016 Dropbox, Inc. +# Copyright 2016, 2018 Russ Allbery <eagle@eyrie.org> +# Copyright 2015, 2016 Dropbox, Inc.  # Copyright 2007, 2008, 2009, 2010, 2014  #     The Board of Trustees of the Leland Stanford Junior University  # | 
