From 1ff964d39966e526f535be26741bc639e2d1f0fb Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 12 Oct 2006 14:24:46 +0000 Subject: [PATCH] fix whitespace problem in POD --- lib/WebGUI/Auth/LDAP.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/WebGUI/Auth/LDAP.pm b/lib/WebGUI/Auth/LDAP.pm index 75aa33e67..456c6a5eb 100644 --- a/lib/WebGUI/Auth/LDAP.pm +++ b/lib/WebGUI/Auth/LDAP.pm @@ -26,6 +26,7 @@ our @ISA = qw(WebGUI::Auth); #------------------------------------------------------------------- + =head2 sub _isValidLDAPUser ( ) Private method that gets username and password supplied by a user attempting to @@ -125,6 +126,7 @@ sub _isValidLDAPUser { } #------------------------------------------------------------------- + =head2 sub authenticate ( $username, $password ) This method checks a given username and password for the following: