search for: jelocabral

Displaying 4 results from an estimated 4 matches for "jelocabral".

2011 Feb 25
10
Access to a share resource without password
Dear, I have a Linux Samba server and a Windows XP SP2 client joined to the "g-company.net" domain. I want to access a Linux share resource in /var/share without password from WXP desktop FROM ANY USER. This is my scenario: - I don't create any Linux local user because I want total access from any user - I use security = share - My smbusers file is: root = administrator admin
2011 Apr 26
1
smbclient doesn't work from cron
Dear, I run this command from my Linux box in order to upload a file to a Windows machine and it works OK: /usr/bin/smbclient \\\\windows-server\"backup db"$ -U jelo 123456 -c "lcd /root;put mysql-dump.sql" But when I try to run the same command from /etc/crontab, it fails: 00 10 * * * root /usr/bin/smbclient \\\\windows-server\\"backup db"$ -U jelo 123456
2011 Jan 27
2
Basic question for user/pass authentication
Dear, I have Debian + Samba and I've created a smb.conf in order to authenticate users I've created with "useradd -s /bin/false" and after that added to samba with "smbpasswd -a user". I've created the share in /var/share with rwxrwxrwx. I edited some lines from smb.conf in GLOBAL and SHARE sections. I use: security = user but when from the Windows machine I
2011 Feb 16
3
I can't connect to a Samba resource
Dear, I'll appreciate your help because I can't connect to a samba resource. Here are the details: Samba Server: Centos 5.5 with samba and samba-common packages Content of smb.conf: [global] workgroup = somisa server string = Test server log file = /var/log/samba/%m.log security = user encrypt passwords = yes smb passwd file = /etc/samba/smbpasswd socket options = TCP_NODELAY