[Owncloud] Password variable for smb share

Rino Muhamad Nur rino.m.nur at stkipsurya.ac.id
Mon Jan 28 03:56:51 UTC 2013


Dear All,

I;ve already installed OC 4.5.6 and succesfully integrated with Active
Directory. I'm installing external storage for mounting samba share. with
smbtools dan cifstools installed in system running ubuntu server 12.
Then for mounting share in samba there is an error :

" session setup failed: NT_STATUS_LOGON_FAILURE params(-d 0 '//
10.150.9.90/share' -c 'dir "\\Dokumen"') in
/www/webroot/owncloud/3rdparty/smb4php/smb.php on line 176, referer:
http://10.150.5.241/owncloud/index.php "

---
Here is my mount.php

<?php
return array(
'user'=>array(
'all'=>array(
'/$user/files/myHOMES' => array ( 'class' => 'OC_Filestorage_SMB',
'options' => array ( 'host' => '10.150.9.90', 'user' => '$user', 'password'
=> '$password', 'share' => '$user', 'root' => '\Dokumen', ),),

),
)
);
?>

---

what i want to ask is what's variable for password field so when user login
then smbclient will using username and password given when user login using
their active directory user and password.

-- 
Terima Kasih,

---
Rino M Nur, ST.
IT STKIP Surya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/owncloud/attachments/20130128/0c019c5c/attachment.html>


More information about the Owncloud mailing list