Merge pull request #2062 from owncloud/smb-user-samba4

fix smb command for smb user backend
This commit is contained in:
Thomas Müller
2015-10-07 15:27:45 +02:00

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';
/**