Displaying 4 results from an estimated 4 matches for "mysmb".
Did you mean:
pysmb
2010 Jun 07
0
I have a weird problem with PDC on samba 3.5.3 and I think I need developers' help :)
...shared drives, "net" and "smbclient" tools also
work fine - I can add and delete users, grant rights etc.
User Administrator is a member of "Domain Admins" group which has
SeMachineAccountPrivilege.
If you need more information don't hestitate to ask!
PDC name = MYSMB
workstation trying to join = D_DEPTULA_VIRT
domain name = MYDOMAIN
Debug (samba version 3.5.3):
[2010/06/07 11:13:59.288214, 3] rpc_server/srv_pipe.c:2414(api_rpcTNP)
api_rpcTNP: rpc command: NETR_SERVERREQCHALLENGE
[2010/06/07 11:13:59.288249, 6] rpc_server/srv_pipe.c:2433(api_rpcTNP)
api_...
2011 Aug 13
0
use autofs to mount spesific to user home directory
...have share named "produksi" it will mounted to
/home/binosmb/network/produksi
and my samba server is http://www.turnkeylinux.org/fileserver run on
VirtualBox
Ok, here is my steps (on my box)
A. Testing samba username (produksi01) and password (1234) to mount to
my own (/home/bino/mysmb) directory
bino at bino-desktop:~$ sudo mount -t cifs //192.168.232.2/produksi mysmb
-o username=produksi01,password=1234,rw,uid=bino
bino at bino-desktop:~$ pwd
/home/bino
bino at bino-desktop:~$ more mysmb/produksi.txt
hello world
bino at bino-desktop:~$
Notes : Looks like the samba server is f...
2015 Dec 15
4
File Share Problem Between SAMBA AND WINDOWS 7
...i create a new folder, the owner of the folder is seen as ?#User300012?instead of the real samba user.
My sharing steps
1-?????i have add a user named ?ege? on centos and addhim on samba with smbpasswd -a ege
2-?????and iedited the permissions of the home folder of ??ege??with chmod 777
3-?????mysmb.conf file
?
[homes]
browseable = yes
writeable = yes
valid users = %S
read only = No
4-?????i logged on Windows 7 with user SERVER\ege, andi can browse shared folders. But when i create a folder in shared folder on Windows7 the owner of the folder is seen as ?#User300012?. but the user name is ?...
2015 Dec 15
0
File Share Problem Between SAMBA AND WINDOWS 7
...configuration related to ownership and uids
mark
>
> My sharing steps
>
> 1-?????i have add a user named ?ege? on centos and addhim on samba with
> smbpasswd -a ege
>
> 2-?????and iedited the permissions of the home folder of ??ege??with chmod
> 777
>
> 3-?????mysmb.conf file
>
>
> ?
> [homes]
> browseable = yes
> writeable = yes
> valid users = %S
> read only = No
>
> 4-?????i logged on Windows 7 with user SERVER\ege, andi can browse shared
> folders. But when i create a folder in shared folder on Windows7 the owner
> of th...