]> eyrie.org Git - kerberos/wallet.git/commitdiff
Fix POD spelling errors in contrib/ad-keytab
authorRuss Allbery <eagle@eyrie.org>
Mon, 28 May 2018 00:06:26 +0000 (17:06 -0700)
committerRuss Allbery <eagle@eyrie.org>
Mon, 28 May 2018 00:58:32 +0000 (17:58 -0700)
Also add stopwords.

contrib/ad-keytab

index 977c07bc75177150cbc7bfd40e11bdb6ff5d2594..2703ce59c95678483c2b2d4f0d606fa021660e30 100755 (executable)
@@ -532,6 +532,9 @@ exit;
 
 __END__
 
+=for stopwords
+KDC LDAP MacAllister keytab keytabs msktutil ldapsearch
+
 =head1 NAME
 
 ad-keytab
@@ -546,7 +549,7 @@ ad-keytab create|update|delete|show keytab-id [keytab-file]
 
 This script is a wrapper around msktutil and ldapsearch to simplify
 the creation of host and service keytabs.  The script is useful for
-boot strapping the kerberos credentials required to use Active
+boot strapping the Kerberos credentials required to use Active
 Directory as a backend keytab store for wallet.  The script shares
 the wallet configuration file.
 
@@ -592,7 +595,7 @@ does not use msktutil and queries AD directly using LDAP.
 This is either host principal name of the form host/<fqdn> or a
 service principal name of the form service/<id>.  Service keytab
 identifiers cannot be longer than 18 characters because of an
-ActiveDirectory restriction.
+Active Directory restriction.
 
 =item keytab-filename
 
@@ -626,7 +629,7 @@ distinguished name formed will be computer_rdn,base_dn.
 
 =item --user_rdn=dn
 
-The relative distinguished name to use as the base DN for ldap
+The relative distinguished name to use as the base DN for LDAP
 searches of Active Directory for service keytabs.  The distinguished
 name formed will be user_rdn_rdn,base_dn.