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

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

roceedure that is followed here is:

60da88
+The I<S>tandard I<O>perating I

rocedure that is followed here is:

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