[Samba] RES: Problem with group/user permissions on write

2011-11-24 Thread Nataniel Klug
Steve, Reading your answer I got into a point that I tried this: [bkp01] comment = Backup01 path = /pub/bkp01 valid users = @suporte @cnett admin users = @cnett create mask = 0644 directory mask = 0755 force security mode = 0 force directory security mode = 0 wri

Re: [Samba] Problem with group/user permissions on write

2011-11-24 Thread steve
On 24/11/11 20:27, Nataniel Klug wrote: Hello all, I am new to Samba and I am trying to make a configuration that is not working and I am sure that’s me who don’t know what I am doing. So the configuration I need is like this: Groups: cnett, suporte Users on gr

[Samba] Problem with group/user permissions on write

2011-11-24 Thread Nataniel Klug
    Hello all,     I am new to Samba and I am trying to make a configuration that is not working and I am sure that’s me who don’t know what I am doing. So the configuration I need is like this: Groups: cnett, suporte Users on group “cnett”: nata, anger Users on group “sup

Re: [Samba] Samba 3.6 VS Samba4

2011-11-24 Thread Adam Tauno Williams
On Thu, 2011-11-24 at 09:15 +0100, Daniel Müller wrote: > Hello again, > samba 3X is a nt-style domain. You have to work hard to distribute gpos by > writing own scripts. Samba3 is an NT-Domain when used as a Domain Controller, it is not Active Directory. It can however participate as an Active D

Re: [Samba] VFS ACL modules - question to developers

2011-11-24 Thread adrian . berlin
Hi! 1. To check acl_tdb limits I used this script (on Windows): @echo off for /l %%i in (1,1,10) do ( icacls.exe \\IP_address\smb_share\folder /grant user%%i:F I could write only 22 entries. 2. Please see document on scribd http://www.scribd.com/doc/73654474/vfs-acls Cheers /Adrian Be

Re: [Samba] How to use lxc-containrs to run samba tests.

2011-11-24 Thread nishant mungse
Hi, At first what I want is to create multiple smbclient, but for that I have use smbpasswd, is there any way by which we can use are lxc-continers name as the users in smbclient? Regards, Nishant Mungse. On Thu, Nov 24, 2011 at 3:46 PM, David Roid wrote: > I think multiple Samba servers runni

[Samba] testing samba 4 alongside samba 3

2011-11-24 Thread steve
Hi I have the opportunity to test Samba 4 and in particular the possibility of migrating from 3.6 to 4. I have a setup a spare box with 3.6 and ldap running under openSUSE 12.1 with a win 7 client on virtualbox. I had not used windows for over 10 years until I set up our SSO lan last month so

Re: [Samba] How to use lxc-containrs to run samba tests.

2011-11-24 Thread David Roid
I think multiple Samba servers running in VMs is only as good as multiple Samba servers running on different physical hosts. The fact of VMs inside one physical host doesn't provide any special IPC between Samba servers inside VMs, they are independent and unaware of each other, so you have to mana

Re: [Samba] Samba 3.6 VS Samba4

2011-11-24 Thread Daniel Müller
Hello again, samba 3X is a nt-style domain. You have to work hard to distribute gpos by writing own scripts. Samba 4 ia a ADS style domain. GPOs on the fly and nearly everything else like ADS. You can work with MS ADS Tools to administrate Samba4. --- E

[Samba] How to use lxc-containrs to run samba tests.

2011-11-24 Thread nishant mungse
Hi, Actually I have to create multiple lxc-containers which will act as vm's and I want all my vm's to read and write the file at same time. Using samba I want to run smbtorture on all vm's at same time. But the difficulty is that I want to combine these two i.e lxc-containers and smbtorture both