Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-05-12 15:33:15 +0300
committerRobin Appelman <icewind@owncloud.com>2015-05-12 15:33:15 +0300
commit04942f89ea7c08ac0820cfc58d1d448c9ba63f4b (patch)
tree8fe4ff93f6836fca153c25d2d6d20fb97ce8b558 /user_external
parent5da98d9a180a4809547b5d90a6fdea090ee82422 (diff)
fix smb command for smb user backend
Diffstat (limited to 'user_external')
-rw-r--r--user_external/lib/smb.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_external/lib/smb.php b/user_external/lib/smb.php
index 46cc2b66b..ffc9b240e 100644
--- a/user_external/lib/smb.php
+++ b/user_external/lib/smb.php
@@ -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';
/**