Blame SOURCES/perl-ldap-0.56-Fix-typos-in-man-pages.patch

0a869d
--- a/lib/Net/LDAP/Entry.pod.bak	2015-11-30 11:27:26.531618113 +0100
0a869d
+++ b/lib/Net/LDAP/Entry.pod	2015-11-30 11:59:58.171801455 +0100
0a869d
@@ -300,7 +300,7 @@
0a869d
 
0a869d
 B<NOTE>: In the interest of performance the array references returned
0a869d
 by C<get_value> are references to structures held inside the entry
0a869d
-object. These values and thier contents should B<NOT> be modified
0a869d
+object. These values and their contents should B<NOT> be modified
0a869d
 directly.
0a869d
 
0a869d
 =item replace ( ATTR =E<gt> VALUE, ... )
0a869d
--- a/lib/Net/LDAP/Examples.pod.bak	2015-11-30 11:27:26.531618113 +0100
0a869d
+++ b/lib/Net/LDAP/Examples.pod	2015-11-30 12:00:46.011901949 +0100
0a869d
@@ -15,7 +15,7 @@
0a869d
 specifics, e.g. Distinguished Name Syntax, related to the user's
0a869d
 own implementation.
0a869d
 
0a869d
-The I<S>tandard I<O>perating I

roceedure that is followed here is:

0a869d
+The I<S>tandard I<O>perating I

rocedure that is followed here is:

0a869d
 
0a869d
 =over 8
0a869d
 
0a869d
@@ -262,7 +262,7 @@
0a869d
  my @AddArray;
0a869d
 
0a869d
  push @AddArray, 'cn', "me myself";
0a869d
- push @ReplaceArray, 'sn', '!@#$%^&*()__+Hello THere';
0a869d
+ push @ReplaceArray, 'sn', '!@#$%^&*()__+Hello There';
0a869d
  push @ReplaceArray, 'cn', "me myself I";
0a869d
  push @DeleteArray, 'cn', "me myself";
0a869d
 
0a869d
--- a/lib/Net/LDAP/FAQ.pod.bak	2015-11-30 11:27:26.531618113 +0100
0a869d
+++ b/lib/Net/LDAP/FAQ.pod	2015-11-30 12:05:21.216242185 +0100
0a869d
@@ -96,8 +96,8 @@
0a869d
 
0a869d
 =item Git - fork on GitHub
0a869d
 
0a869d
-If you have an account on Github (there's a free variant), you can easily
0a869d
-fork the perl-ldap respository on GitHub.
0a869d
+If you have an account on GitHub (there's a free variant), you can easily
0a869d
+fork the perl-ldap repository on GitHub.
0a869d
 When logged on to GitHub, navigate to the perl-ldap repository
0a869d
 
0a869d
  https://github.com/perl-ldap/perl-ldap
0a869d
@@ -107,7 +107,7 @@
0a869d
 =item Git - clone repository
0a869d
 
0a869d
 You can download latest development version of perl-ldap from
0a869d
-GitHub by cloning the repsoitory using the command:
0a869d
+GitHub by cloning the repository using the command:
0a869d
 
0a869d
  git clone https://github.com/perl-ldap/perl-ldap.git
0a869d
 
0a869d
@@ -297,7 +297,7 @@
0a869d
  RDN => dc=com
0a869d
 
0a869d
 RDNs can contain multiple attributes, though this is somewhat
0a869d
-ususual. They are called multi-AVA RDNs, and each AVA is separated in
0a869d
+unusual. They are called multi-AVA RDNs, and each AVA is separated in
0a869d
 the RDN from the others with a plus sign (+).
0a869d
 
0a869d
 Example of a DN with a multi-AVA RDN:
0a869d
@@ -586,7 +586,7 @@
0a869d
 This optional module is required for JSON-formatted output of perl-ldap's
0a869d
 LWP::Protocol::ldap, LWP::Protocol::ldaps, or LWP::Protocol::ldapi modules.
0a869d
 
0a869d
-If you need it, you can optain the latest releases from
0a869d
+If you need it, you can obtain the latest releases from
0a869d
  http://search.cpan.org/search?module=JSON
0a869d
 
0a869d
 =item Time::Local
0a869d
@@ -1186,7 +1186,7 @@
0a869d
 In LDAPv3, this is defined to always work even if that attribute
0a869d
 doesn't exist in the entry.
0a869d
 
0a869d
-ie:
0a869d
+i.e.:
0a869d
 
0a869d
   my $mesg = $ldap->modify( $entry, replace => { %qv_del_arry } );
0a869d
 
0a869d
@@ -1417,7 +1417,7 @@
0a869d
   $mysid = uc(unpack("H*",$sid));
0a869d
 
0a869d
   $result = $exch->add ( dn   =>
0a869d
-                'cn=user_name,cn=container,ou=site,o=organisation',
0a869d
+                'cn=user_name,cn=container,ou=site,o=organization',
0a869d
                 attr => [ 'objectClass' => ['organizationalPerson'],
0a869d
                           'cn'   => 'directory_name',
0a869d
                           'uid' => 'mail_nickname',
0a869d
@@ -1523,7 +1523,7 @@
0a869d
 When changing the password for the user bound to the directory
0a869d
 ADS expects it to be done by deleting the old password and
0a869d
 adding the new one.
0a869d
-When doing it as a user with administrative priviledges replacing
0a869d
+When doing it as a user with administrative privileges replacing
0a869d
 the unicodePwd's value with a new one is allowed too.
0a869d
 
0a869d
 Perl-ldap contains convenience methods for Active Directory that
0a869d
@@ -1584,7 +1584,7 @@
0a869d
   $ldaps = Net::LDAPS->new([ $ldapserverone, $ldapservertwo ],
0a869d
                            port=>636, timeout=>5)  or  die "$@";
0a869d
 
0a869d
-For perl-ldap versions before 0.27, thes same goal can be achieved using:
0a869d
+For perl-ldap versions before 0.27, the same goal can be achieved using:
0a869d
 
0a869d
   unless ( $ldaps =
0a869d
             Net::LDAPS->new($ldapserverone,
0a869d
@@ -1745,7 +1745,7 @@
0a869d
 Oracle Directory Server Enterprise Edition, formerly Sun One, formerly iPlanet.
0a869d
 http://www.oracle.com/technetwork/middleware/id-mgmt/index-085178.html
0a869d
 
0a869d
-OptimalIDM - Virtual Identitity Server - .NET LDAP virtual directory
0a869d
+OptimalIDM - Virtual Identity Server - .NET LDAP virtual directory
0a869d
 http://www.optimalidm.com/products/vis/Virtual-Directory-Server-VDS.aspx
0a869d
 
0a869d
 Quest One Quick Connect Virtual Directory Server - LDAP virtual directory
0a869d
@@ -1764,7 +1764,7 @@
0a869d
 A german LDAP Website
0a869d
 http://verzeichnisdienst.de/ldap/Perl/index.html
0a869d
 
0a869d
-(non-exhaustive) list of LDAP software on wikipedia
0a869d
+(non-exhaustive) list of LDAP software on Wikipedia
0a869d
 http://en.wikipedia.org/wiki/List_of_LDAP_software
0a869d
 
0a869d
 "RFC Sourcebook" on LDAP
0a869d
--- a/lib/Net/LDAP/Filter.pod.bak	2015-11-30 11:27:26.532618115 +0100
0a869d
+++ b/lib/Net/LDAP/Filter.pod	2015-11-30 12:05:47.284397332 +0100
0a869d
@@ -105,7 +105,7 @@
0a869d
 L<Net::LDAP>,
0a869d
 L<Other online documentation|Net::LDAP::RFC>
0a869d
 
0a869d
-=head1 ACKNOWLEDGEMENTS
0a869d
+=head1 ACKNOWLEDGMENTS
0a869d
 
0a869d
 This document is based on a document originally written by Russell Fulton
0a869d
 E<lt>r.fulton@auckland.ac.nzE<gt>.
0a869d
--- a/lib/Net/LDAP.pod.bak	2015-11-30 11:27:08.768578306 +0100
0a869d
+++ b/lib/Net/LDAP.pod	2015-11-30 11:27:08.768578306 +0100
0a869d
@@ -496,7 +496,7 @@
0a869d
 Atomically increment the existing value in each given attribute by the
0a869d
 provided C<VALUE>. The attributes need to have integer syntax, or be
0a869d
 otherwise "incrementable". Note this will only work if the server
0a869d
-advertizes support for LDAP_FEATURE_MODIFY_INCREMENT. Use
0a869d
+advertises support for LDAP_FEATURE_MODIFY_INCREMENT. Use
0a869d
 L<Net::LDAP::RootDSE/supported_feature> to check this.
0a869d
 
0a869d
   $mesg = $ldap->modify( $dn,
0a869d
@@ -717,7 +717,7 @@
0a869d
 as one expects even on strings with international characters.
0a869d
 
0a869d
 If this option is not given or the version of Perl Net::LDAP is running on
0a869d
-is too old strings are encodeed the same as in earlier versions of perl-ldap.
0a869d
+is too old strings are encoded the same as in earlier versions of perl-ldap.
0a869d
 
0a869d
 The value provided here overwrites the value inherited from the constructor.
0a869d
 
0a869d
@@ -740,7 +740,7 @@
0a869d
 Calling this method will convert the existing connection to using
0a869d
 Transport Layer Security (TLS), which provides an encrypted
0a869d
 connection. This is I<only> possible if the connection uses LDAPv3,
0a869d
-and requires that the server advertizes support for
0a869d
+and requires that the server advertises support for
0a869d
 LDAP_EXTENSION_START_TLS. Use
0a869d
 L<Net::LDAP::RootDSE/supported_extension> to check this.
0a869d
 
0a869d
@@ -849,7 +849,7 @@
0a869d
 
0a869d
 =item done ( )
0a869d
 
0a869d
-Convencience alias for C<unbind()>, named after the clean-up method
0a869d
+Convenience alias for C<unbind()>, named after the clean-up method
0a869d
 of L<Net::LDAP::LDIF>.
0a869d
 
0a869d
 =back
0a869d
@@ -1080,7 +1080,7 @@
0a869d
 The homepage for the perl-ldap modules can be found at
0a869d
 http://ldap.perl.org/.
0a869d
 
0a869d
-=head1 ACKNOWLEDGEMENTS
0a869d
+=head1 ACKNOWLEDGMENTS
0a869d
 
0a869d
 This document is based on a document originally written by Russell Fulton
0a869d
 E<lt>r.fulton@auckland.ac.nzE<gt>.
0a869d
--- a/lib/Net/LDAP/LDIF.pod.bak	2015-11-30 11:27:26.532618115 +0100
0a869d
+++ b/lib/Net/LDAP/LDIF.pod	2015-11-30 12:06:03.473488731 +0100
0a869d
@@ -136,7 +136,7 @@
0a869d
 as one expects even on strings with international characters.
0a869d
 
0a869d
 If this option is not given or the version of Perl Net::LDAP is running on
0a869d
-is too old strings are encodeed the same as in earlier versions of perl-ldap.
0a869d
+is too old strings are encoded the same as in earlier versions of perl-ldap.
0a869d
 
0a869d
 Example: raw =E<gt> qr/(?i:^jpegPhoto|;binary)/
0a869d
 
0a869d
--- a/lib/Net/LDAP/Message.pod.bak	2015-11-30 11:27:26.532618115 +0100
0a869d
+++ b/lib/Net/LDAP/Message.pod	2015-11-30 12:06:10.645528088 +0100
0a869d
@@ -111,7 +111,7 @@
0a869d
 L<Net::LDAP::Constant>,
0a869d
 L<Net::LDAP::Util>
0a869d
 
0a869d
-=head1 ACKNOWLEDGEMENTS
0a869d
+=head1 ACKNOWLEDGMENTS
0a869d
 
0a869d
 This document is based on a document originally written by Russell
0a869d
 Fulton E<lt>r.fulton@auckland.ac.nzE<gt>.
0a869d
--- a/lib/Net/LDAP/RFC.pod.bak	2015-11-30 11:27:26.532618115 +0100
0a869d
+++ b/lib/Net/LDAP/RFC.pod	2015-11-30 12:07:51.393017941 +0100
0a869d
@@ -642,7 +642,7 @@
0a869d
 
0a869d
 The Internet is used for information exchange and communication
0a869d
 between its users. It can only be effective as such if users are able
0a869d
-to find each other's addresses. Therefore the Internet benefits from
0a869d
+to find each others addresses. Therefore the Internet benefits from
0a869d
 an adequate White Pages Service, i.e., a directory service offering
0a869d
 (Internet) address information related to people and organizations.
0a869d
 
0a869d
--- a/lib/Net/LDAP/Schema.pod.bak	2015-11-30 11:27:26.532618115 +0100
0a869d
+++ b/lib/Net/LDAP/Schema.pod	2015-11-30 12:09:19.300370443 +0100
0a869d
@@ -32,7 +32,7 @@
0a869d
 or raw oid (object identifier, in dotted numeric string form, e.g. 2.5.4.0)
0a869d
 may be supplied.
0a869d
 
0a869d
-Each returned item of schema (eg an attribute definition) is returned
0a869d
+Each returned item of schema (e.g. an attribute definition) is returned
0a869d
 in a HASH. The keys in the returned HASH are lowercased versions of
0a869d
 the keys read from the server. Here's a partial list (not all HASHes
0a869d
 define all keys) although note that RFC 4512 permits other keys as
0a869d
@@ -159,7 +159,7 @@
0a869d
 
0a869d
 =item attribute_syntax ( NAME )
0a869d
 
0a869d
-Given an attribute name, return the actual syntax taking into accountr
0a869d
+Given an attribute name, return the actual syntax taking into account
0a869d
 attribute supertypes.
0a869d
 
0a869d
 =item matchingrule_for_attribute ( NAME, RULE )
0a869d
--- a/lib/Net/LDAP/Search.pod.bak	2015-11-30 11:27:26.532618115 +0100
0a869d
+++ b/lib/Net/LDAP/Search.pod	2015-11-30 12:09:30.515411574 +0100
0a869d
@@ -102,7 +102,7 @@
0a869d
 L<Net::LDAP::Entry>,
0a869d
 L<Net::LDAP::Reference>
0a869d
 
0a869d
-=head1 ACKNOWLEDGEMENTS
0a869d
+=head1 ACKNOWLEDGMENTS
0a869d
 
0a869d
 This document is based on a document originally written by Russell
0a869d
 Fulton E<lt>r.fulton@auckland.ac.nzE<gt>.
0a869d
--- a/lib/Net/LDAP/Security.pod.bak	2015-11-30 11:27:26.532618115 +0100
0a869d
+++ b/lib/Net/LDAP/Security.pod	2015-11-30 12:10:05.287534471 +0100
0a869d
@@ -130,7 +130,7 @@
0a869d
 
0a869d
 You can only use TLS with an LDAPv3 server. That is because the
0a869d
 standard (RFC 4511) for LDAP and TLS requires that the I<normal> LDAP
0a869d
-connection (ie., on port 389) can be switched on demand from plain text
0a869d
+connection (i.e., on port 389) can be switched on demand from plain text
0a869d
 into a TLS connection. The switching mechanism uses a special extended
0a869d
 LDAP operation, and since these are not legal in LDAPv2, you can only
0a869d
 switch to TLS on an LDAPv3 connection.
0a869d
@@ -151,18 +151,18 @@
0a869d
 
0a869d
 The use of a mechanism like CRAM-MD5 provides a solution to the
0a869d
 password sniffing vulnerability, because these mechanisms typically do
0a869d
-not require the user to send across a secret (eg., a password) in the
0a869d
+not require the user to send across a secret (e.g., a password) in the
0a869d
 clear across the network. Instead, authentication is carried out in a
0a869d
 clever way which avoids this, and so prevents passwords from being
0a869d
 sniffed.
0a869d
 
0a869d
 B<Net::LDAP> supports SASL using the B<Authen::SASL> class. Currently the
0a869d
-only B<Authen::SASL> subclasses (ie., SASL mechanism) available are
0a869d
+only B<Authen::SASL> subclasses (i.e., SASL mechanism) available are
0a869d
 CRAM-MD5 and EXTERNAL.
0a869d
 
0a869d
 Some SASL mechanisms provide a general solution to the sniffing of all
0a869d
 data on the network vulnerability, as they can negotiate confidential
0a869d
-(ie., encrypted) network connections. Note that this is over and above
0a869d
+(i.e., encrypted) network connections. Note that this is over and above
0a869d
 any SSL or TLS encryption! Unfortunately, perl's B<Authen::SASL> code
0a869d
 cannot negotiate this.
0a869d
 
0a869d
@@ -172,7 +172,7 @@
0a869d
 L<Net::LDAPS>,
0a869d
 L<Authen::SASL>
0a869d
 
0a869d
-=head1 ACKNOWLEDGEMENTS
0a869d
+=head1 ACKNOWLEDGMENTS
0a869d
 
0a869d
 Jim Dutton E<lt>jimd@dutton3.it.siu.eduE<gt> provided lots of useful feedback
0a869d
 on the early drafts.