, Jam Warehouse (Pty) Ltd, South Africa * @package tests.authentication */ if (checkSession()) { require_once("$default->owl_fs_root/lib/authentication/DBAuthenticator.inc"); echo "Testing DB searching"; // user attributes to search for $aAttributes = array ("username", "name", "email", "mobile", "email_notification", "sms_notification"); $oDbAuth = new DBAuthenticator(); $sSearch = "admin"; echo ""; require_once("$default->owl_fs_root/lib/authentication/LDAPAuthenticator.inc"); echo "Testing LDAP searching"; // user attributes to search for $aAttributes = array ("dn", "uid", "givenname", "sn", "mail", "mobile"); } ?>