mrc0mmand / rpms / openldap

Forked from rpms/openldap 3 years ago
Clone

Blame SOURCES/openldap-doc1.patch

767ab2
Upstream ITS: #7568
767ab2
767ab2
From 6be982c000133ccf9da949d39eed23a93bc7bfc5 Mon Sep 17 00:00:00 2001
767ab2
From: Jan Synacek <jsynacek@redhat.com>
767ab2
Date: Tue, 9 Apr 2013 12:41:38 +0200
767ab2
Subject: [PATCH 1/2] Fix typos in ldap.conf.5
767ab2
767ab2
---
767ab2
 doc/man/man5/ldap.conf.5 | 4 ++--
767ab2
 1 file changed, 2 insertions(+), 2 deletions(-)
767ab2
767ab2
diff --git a/doc/man/man5/ldap.conf.5 b/doc/man/man5/ldap.conf.5
767ab2
index cfde143..8f7fecd 100644
767ab2
--- a/doc/man/man5/ldap.conf.5
767ab2
+++ b/doc/man/man5/ldap.conf.5
767ab2
@@ -297,7 +297,7 @@ Specifies if GSSAPI encryption (GSS_C_INTEG_FLAG and GSS_C_CONF_FLAG)
767ab2
 should be used. The default is off.
767ab2
 .TP
767ab2
 .B GSSAPI_ALLOW_REMOTE_PRINCIPAL <on/true/yes/off/false/no>
767ab2
-Specifies if GSSAPI based authentification should try to form the
767ab2
+Specifies if GSSAPI based authentication should try to form the
767ab2
 target principal name out of the ldapServiceName or dnsHostName
767ab2
 attribute of the targets RootDSE entry. The default is off.
767ab2
 .SH TLS OPTIONS
767ab2
@@ -354,7 +354,7 @@ it is of critical importance that the key file is protected carefully.
767ab2
 When using Mozilla NSS, TLS_KEY specifies the name of a file that contains
767ab2
 the password for the key for the certificate specified with TLS_CERT.  The
767ab2
 modutil command can be used to turn off password protection for the cert/key
767ab2
-database.  For example, if TLS_CACERTDIR specifes /home/scarter/.moznss as
767ab2
+database.  For example, if TLS_CACERTDIR specifies /home/scarter/.moznss as
767ab2
 the location of the cert/key database, use modutil to change the password
767ab2
 to the empty string:
767ab2
 .nf
767ab2
-- 
767ab2
1.8.1.4
767ab2