From aa542372026db035f64679993b32617adc355c30 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 27 May 2018 17:06:26 -0700 Subject: Fix POD spelling errors in contrib/ad-keytab Also add stopwords. --- contrib/ad-keytab | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'contrib') diff --git a/contrib/ad-keytab b/contrib/ad-keytab index 977c07b..2703ce5 100755 --- a/contrib/ad-keytab +++ b/contrib/ad-keytab @@ -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/ or a service principal name of the form service/. 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. -- cgit v1.2.3