From: Chris R. <chr...@us...> - 2003-05-07 11:19:44
|
Update of /cvsroot/perl-ldap/ldap/lib/Net/LDAP In directory sc8-pr-cvs1:/tmp/cvs-serv21151 Modified Files: Security.pod Log Message: Changed literal < and >s, updated mailing list Index: Security.pod =================================================================== RCS file: /cvsroot/perl-ldap/ldap/lib/Net/LDAP/Security.pod,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Security.pod 24 Oct 2001 13:49:23 -0000 1.1 +++ Security.pod 7 May 2003 11:19:41 -0000 1.2 @@ -91,11 +91,11 @@ =item 2 -check that the least-significant cn RDN in the server's -certificate's DN is the fully-qualified hostname of the hostname that -you connected to when creating the LDAPS object. For example if the -server is <cn=ldap.example.com,ou=My department,o=My company>, then -the RDN to check is cn=ldap.example.com. +check that the least-significant cn RDN in the server's certificate's +DN is the fully-qualified hostname of the hostname that you connected +to when creating the LDAPS object. For example if the server is +E<lt>cn=ldap.example.com,ou=My department,o=My companyE<gt>, then the +RDN to check is cn=ldap.example.com. =back @@ -174,19 +174,19 @@ =head1 ACKNOWLEDGEMENTS -Jim Dutton <ji...@du...> provided lots of useful feedback +Jim Dutton E<lt>ji...@du...E<gt> provided lots of useful feedback on the early drafts. =head1 AUTHOR -Chris Ridd <chr...@me...> +Chris Ridd E<lt>chr...@is...E<gt> Please report any bugs, or post any suggestions, to the perl-ldap mailing list -<per...@li...> +E<lt>per...@pe...E<gt>. =head1 COPYRIGHT -Copyright (c) 2001 Chris Ridd. All rights reserved. This program is +Copyright (c) 2001-2003 Chris Ridd. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. |