[Samba] Solaris 11 ZFS - acl_xattr still needed ?

2012-05-18 Thread Pacher Dragos
Dear list, Setup is: Solaris 11 ZFS + Samba 3.5.10 What is the recommended way nowadays of performing strict permissions mapping between Samba and Windows NT 6.1 ? And a more broader question: is it desirable ? As we know ZFS has native NFSv4 ACL's and this would mean that permissions applied

Re: [Samba] cross-compile samba4

2012-05-18 Thread Kai Blin
On 2012-05-17 14:06, Andrew Bartlett wrote: Hi Mike, I've CC'ed Kai, who is our expert on Samba4 on ARM. Hopefully he can help you out. I have to admit that so far I've resorted to building natively on the ARM hardware I run things on. You need a target Python version in your path, and

Re: [Samba] cross-compile samba4

2012-05-18 Thread Mike Howard
On 18/05/2012 08:15, Kai Blin wrote: On 2012-05-17 14:06, Andrew Bartlett wrote: Hi Mike, I've CC'ed Kai, who is our expert on Samba4 on ARM. Hopefully he can help you out. I have to admit that so far I've resorted to building natively on the ARM hardware I run things on. You need a target

Re: [Samba] cross-compile samba4

2012-05-18 Thread Kai Blin
On 2012-05-18 09:45, Mike Howard wrote: Hi Mike, I have compiled natively on the dreamplug and it did take ~2hrs. In the past I've usually had to compile numerous times and time is money as they say :), so compiling on my desktop, at just under 5mins, would be a boon. The Archlinux|ARM

[Samba] Is there anything like cifs autofs for windows?

2012-05-18 Thread steve
Hi Under Linux, we can tell the automounter to mount just the bit we need e.g. * -fstype=cifs,rw,sec=krb5 ://server/share/ Windows seems to mount the whole lot, even if only one user is working on one file in one subfolder. We are not able to change smb.conf just now and were wondering if

Re: [Samba] Samba compilation issue

2012-05-18 Thread Gaiseric Vandal
http://www.samba.org/ftp/talloc/ - has talloc 1.3.x not 1.0.x (my mistake.) For the non working machine - which package are you using for 3.4.2? SMCsamba is the package from Sunfreeware.com.I am unclear if you non-working has 3.4.2 or 3.5.3. SUNWsmb* packages are from Sun/Oracle.

[Samba] Annoying: libreoffice doesn't understand smb:// protocol

2012-05-18 Thread steve
Hi This is really annoying: If we e.g. in Nautilus: smb://server/share and then attempt to open a file using libreoffice, the splash screen appears for a few seconds and then disappears. We have to mount the share locally to be able to open the file. The beauty of the smb:// gvfs method is

Re: [Samba] Samba compilation issue

2012-05-18 Thread Gaiseric Vandal
your configure syntax looks correct One major issue I ran into was the ld (linker) command. Gcc on Solaris (either from sun freeware tools cd or from www.sunfreeware.com) was built with /usr/ccs/bin/ld - which is an old version. A lot of software expects gnu ld or at least a newer version

Re: [Samba] Samba compilation issue

2012-05-18 Thread Gaiseric Vandal
When you installed samba did you specify an alternate path? I don't understand why it is in /opt/usr/local Since you can at least run it with -V, it indicates that the binary and the library paths are good. You may want to look at your samba log files (/var/samba/logs and /var/log/samba )

[Samba] Password problem

2012-05-18 Thread Jaap Winius
Hi folks, My client and I are having a problem getting a portable Esaote ultrasound machine to connect to a Samba server. The unit has an integrated laptop with a Windows XP version that can hardly be modified. Upon delivery the vendor only changed the user name and workgroup for us.

Re: [Samba] Samba4 for AD using existing LDAP, Kerberos, and Bind Setup.

2012-05-18 Thread Gémes Géza
Hi, I don't have a personal experience on it, but in case of suspecting a missing functionalitaty IMHO you should ask at the samba-rtechnical mailing list. Cheers Geza Geza, Have you actually set up a cross domain trust in Samba4 yet? My impression was that this was NOT working yet. I

Re: [Samba] Trouble with mount.cifs while smbclient works (Ubuntu 12.04)

2012-05-18 Thread Scott_Purcell
Yes, I think that has been the normal behavior since our data was moved to this device. I assumed it was due to filesystem permissions -- that I don't have read access to the root level of the share, but do have r/w access to the /training/ directory below it. Using smbclient, get

Re: [Samba] Trouble with mount.cifs while smbclient works (Ubuntu 12.04)

2012-05-18 Thread Scott_Purcell
That line does exist in the specified file. -Original Message- From: Shirish Pargaonkar [mailto:shirishpargaon...@gmail.com] Sent: Thursday, May 17, 2012 11:09 PM To: Purcell, Scott Perhaps you need an entry like this create dns_resolver* *

Re: [Samba] Samba4 for AD using existing LDAP, Kerberos, and Bind Setup.

2012-05-18 Thread Dewayne
David, I'd echo Gemes comment about posting your question to the samba-techni...@lists.samba.org list which would be more appropriate. There is some topical discussion going on there regarding content of a samba4 Beta release, and your question would be well timed. I'd suggest that you also

[SCM] Samba Shared Repository - branch master updated

2012-05-18 Thread Andrew Bartlett
The branch, master has been updated via 45082a8 s4-torture: Improve torture test boilerplate, use torture_assert() via 8c52d1b s4-torture: Always use torture_assert() to handle failures via e919cad s4-torture: provide correct torture failures for failure to connect

[SCM] Samba Shared Repository - branch master updated

2012-05-18 Thread Volker Lendecke
The branch, master has been updated via f5ca3f1 s3: Revert the serverid changes, they need more work from 45082a8 s4-torture: Improve torture test boilerplate, use torture_assert() http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log

[SCM] Samba Shared Repository - branch master updated

2012-05-18 Thread Stefan Metzmacher
The branch, master has been updated via 5c219a1 s4:torture: Add raw.session.reauth2 test via 61e023b s4:torture: rename raw.session.reauth = raw.session.reauth1 via d58f7cd s3:smbd: allow creating new spnego sessions only with a 0 vuid via 84ce448 s3:smbd: SMBtdis

[SCM] Samba Shared Repository - branch master updated

2012-05-18 Thread Jeremy Allison
The branch, master has been updated via 32cbf20 Move the set_write_time() call to after get_existing_share_mode_lock() returns with a share mode. via 87a62df Raise the debug level from 1 to 5 in get_share_mode_lock_internal() from 5c219a1 s4:torture: Add