fix smb command for smb user backend

This commit is contained in:
Robin Appelman
2015-05-12 14:33:15 +02:00
parent 7cd539aa73
commit cf8ddabaab

View File

@@ -18,7 +18,7 @@
class OC_User_SMB extends \OCA\user_external\Base{
private $host;
const SMBCLIENT = 'smbclient';
const SMBCLIENT = 'smbclient -L';
const LOGINERROR = 'NT_STATUS_LOGON_FAILURE';
/**