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 {