Support for OCA namespace

This commit is contained in:
Arthur Schiwon 2012-07-20 17:41:41 +02:00
parent afdc5bf264
commit 5888cb48b6
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@
require_once('apps/user_ldap/lib_ldap.php');
require_once('apps/user_ldap/user_ldap.php');
require_once('apps/user_ldap/group_ldap.php');
// OC::$CLASSPATH['OCA\user_ldap\LDAP_Access']='apps/user_ldap/lib/access.php';
OCP\App::registerAdmin('user_ldap','settings');

View File

@ -23,7 +23,7 @@
*
*/
class OC_USER_LDAP implements OCP\UserInterface {
class OC_USER_LDAP extends OCA\user_ldap\LDAP_Access implements OCP\UserInterface {
// cached settings
protected $ldapUserFilter;