Re: [Samba] Fedora 18/ Windows 7 setup issues

2013-04-26 Thread Dave Pawson
On 26 April 2013 19:40, Dale Schroeder wrote: > Dave, > > Perhaps provide the [global] section and posix permissions of "/share". I > don't see any clues here. > > Dale [global] workgroup = simpsons server string = Samba Server Version %v netbios name = homer log

Re: [Samba] [samba4] crash of winbind after "ls -l /usr/local/samba/var/locks/sysvol"

2013-04-26 Thread François Lafont
Hi, Le 26/04/2013 11:38, Andrew Bartlett a écrit : > Can you try that again with: > > valgrind samba -i -M single > out 2>&1 > > I'm not worried about memory leaks (they don't cause crashes), and > missing the '-' in front of -M probably means you didn't get the crash > in the log you gave.

Re: [Samba] [samba4] crash of winbind after "ls -l /usr/local/samba/var/locks/sysvol"

2013-04-26 Thread Andrew Bartlett
On Fri, 2013-04-26 at 19:47 +0200, sa...@nisx.de wrote: > Hi, > > same problem here: We need to know where that free is coming from, can you add --num-callers=64? eg valgrind --num-callers=64 samba -i -M single > out 2>&1 > root@leela:~# valgrind samba -i -M single > out 2>&1 > root@leela:~#

Re: [Samba] SSL certificate in SAMBA4 LDAP?

2013-04-26 Thread Michael Wood
On 25 April 2013 15:38, Tim Vangehugten wrote: > Hello, > > Is it possible to load my signed certificate into samba4 ldap so the samba4 > ldap would use it if a client connects to it? And if so, could someone > provide me with the details on howto do this or point me in the right > direction? Yes

Re: [Samba] Fedora 18/ Windows 7 setup issues

2013-04-26 Thread Dale Schroeder
Dave, Perhaps provide the [global] section and posix permissions of "/share". I don't see any clues here. Dale On 04/26/2013 8:23 AM, Dave Pawson wrote: I'm having fun getting this pair to talk sweetly together. So many setup pages around, I'm quite confused. A new install of samba, clean,

Re: [Samba] [samba4] crash of winbind after "ls -l /usr/local/samba/var/locks/sysvol"

2013-04-26 Thread samba
Hi, same problem here: root@leela:~# valgrind samba -i -M single > out 2>&1 root@leela:~# cat out ==4450== Memcheck, a memory error detector ==4450== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al. ==4450== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info ==4450==

[Samba] (no subject)

2013-04-26 Thread Andreas Calvo
I had a test environment with a few hundreds of users using Windows 7 under a samba 3 domain. They had the registry tweaks required to join a samba 3 domain. I followed the classicupgrade migration to samba 4 and everything seemed to be ok. In my scenario I have a DNS server different from the sam

[Samba] hide unwriteable files and windows xp

2013-04-26 Thread Witt, Terry
I need to hide the listing of files to multiple users, but only allow access to the file if you know the exact path and filename of the file in the form of \\server\share\filename.txt. I am using the hide unwriteable files = yes flag to accomplish this and it works as expected with windows 7.

[Samba] Fedora 18/ Windows 7 setup issues

2013-04-26 Thread Dave Pawson
I'm having fun getting this pair to talk sweetly together. So many setup pages around, I'm quite confused. A new install of samba, clean, just added a [shares] section path = /share read only = no browseable = yes valid users = @users create mask = 0660

Re: [Samba] New Windows 8 RSAT and "OU=Domain Controllers" support?

2013-04-26 Thread Pekka L.J. Jalkanen
On 26.4.2013 6:13, Andrew Bartlett wrote: > On Wed, 2013-04-24 at 17:39 +0300, Pekka L.J. Jalkanen wrote: >> By the way, is a kerberos keytab actually necessary to decrypt the >> GSS-API packets in Wireshark? Samba Wiki >> (https://wiki.samba.org/index.php/Capture_Packets) doesn't say so (just >> t

Re: [Samba] [samba4] crash of winbind after "ls -l /usr/local/samba/var/locks/sysvol"

2013-04-26 Thread Andrew Bartlett
On Sun, 2013-04-21 at 14:07 +0200, François Lafont wrote: > Hello, > > Le 20/04/2013 20:00, Michael Wood a écrit : > > > As Andrew suggested it would be good if you could run it under > > valgrind and reproduce the crash. > > I don't know valgrind sorry. In spite of all, I have tried this: > >