From e5c61500f237d4e4b5e8d7843ed6c18d44d0f454 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 16 Jan 2003 10:47:44 +0000 Subject: [PATCH] fixed mailto in phpdoc header comments and updated require paths to lib/authentication --- lib/authentication/DBAuthenticator.inc | 2 +- lib/authentication/LDAPAuthenticator.inc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/authentication/DBAuthenticator.inc b/lib/authentication/DBAuthenticator.inc index 59550bb..d7c262d 100644 --- a/lib/authentication/DBAuthenticator.inc +++ b/lib/authentication/DBAuthenticator.inc @@ -8,7 +8,7 @@ require_once("$default->owl_fs_root/lib/authentication/Authenticator.inc"); * Perform authentication tasks against the database. * * @version $Revision$ - * @author Michael Joseph, Jam Warehouse (Pty) Ltd, South Africa * @package dmslib */ diff --git a/lib/authentication/LDAPAuthenticator.inc b/lib/authentication/LDAPAuthenticator.inc index 6eb4f0f..3e647d6 100644 --- a/lib/authentication/LDAPAuthenticator.inc +++ b/lib/authentication/LDAPAuthenticator.inc @@ -1,7 +1,7 @@ owl_fs_root/lib/Authenticator.inc"); +require_once("$default->owl_fs_root/lib/authentication/class.AuthLdap.php"); +require_once("$default->owl_fs_root/lib/authentication/Authenticator.inc"); /** * $Id$ @@ -9,7 +9,7 @@ require_once("$default->owl_fs_root/lib/Authenticator.inc"); * Perform authentication tasks against LDAP compliant directory server. * * @version $Revision$ - * @author Michael Joseph, Jam Warehouse (Pty) Ltd, South Africa * @package dmslib */ class LDAPAuthenticator extends Authenticator { -- libgit2 0.21.4