smb user backend

This commit is contained in:
Robin Appelman
2012-07-19 22:42:26 +02:00
parent dc4d907a3f
commit 8500f30dfb
4 changed files with 84 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
<?php
OC::$CLASSPATH['OC_User_IMAP']='apps/user_external/lib/imap.php';
OC::$CLASSPATH['OC_User_SMB']='apps/user_external/lib/smb.php';