[Samba] NTLMv2 pass-through

2012-01-22 Thread Uri Simchoni
Hi, I have a Samba 3.2.15 server member of a Windows 2008 domain.If I try to connect to the server using a non-member Windows 7 machine, and AD credentials, it fails.If I try the same with XP it succeeds.If I change local security policy LAN manager auth level to "Send LM & NTLM - use NTLMv2 se

[Samba] Using pam_winbind and nss_winbind with active directory UPN

2011-02-21 Thread Uri Simchoni
Hi, I'm using a samba 3.2.15 connected to active directory Windows 2003 server. I've been successfully using pam_winbind and nss_winbind for integrating ftp. Recently I've been asked to support users who log on using UPN (u...@domain.com instead of DOMAIN\user). PAM fails authenticating using thi

[Samba] Server signing

2011-02-16 Thread Uri Simchoni
Hi, Assuming I'm concerned primarily with interoperability, is there a reason NOT to set "server signing = auto"? Could it cause things NOT to work? (I assume it could since the default is disabled) Thanks, Uri. -- To unsubscribe from this list go to t

[Samba] Win7 blue screen when accessing a previous version of a share

2010-05-31 Thread Uri Simchoni
Hi, I have Samba server ver 3.2.15, and a share set up with previous versions (the shadow_copy2 vfs module). The server has been patched to support previous versions in Win7 - a bug that's been fixed in more recent versions of Samba. Using a specific file set and Win7 Explorer, I right-click o

Re: [Samba] Oplocks - when do they help

2010-05-22 Thread Uri Simchoni
> Date: Sat, 22 May 2010 19:21:32 +0200 > From: volker.lende...@sernet.de > To: uri_simch...@hotmail.com > CC: samba@lists.samba.org > Subject: Re: [Samba] Oplocks - when do they help > > On Sat, May 22, 2010 at 08:10:09PM +0300, Uri Simchoni wrote: > > So a single-use

Re: [Samba] Oplocks - when do they help

2010-05-22 Thread Uri Simchoni
t; CC: samba@lists.samba.org > Subject: Re: [Samba] Oplocks - when do they help > > On Sat, May 22, 2010 at 06:21:52PM +0300, Uri Simchoni wrote: > > I googled around and the general wisdom seems to be that > > oplocks provide a performance gain if files are accessed > > by a single c

[Samba] Oplocks - when do they help

2010-05-22 Thread Uri Simchoni
Hi, I googled around and the general wisdom seems to be that oplocks provide a performance gain if files are accessed by a single client at a time (that is, if the oplock does not break). What I can't figure out is what test can show this performance gain. I mean, theoretically, document-edit

[Samba] Authenticating non-member client by an ADS member server with a local user

2009-06-14 Thread Uri Simchoni
Hi, I have a Samba 3.2.6 ads member server, named myserver, with a local user user1. I try to login to the server using a WinXP non-member client. If on the "login" popup I enter "user1", login fails. If I enter "myserver\user1", login succeeds. Same setup on a WinXP member server, login succeed

[Samba] How samba and active directory works

2009-03-26 Thread Uri Simchoni
Hi, I'm trying to figure out how the various components in a linux machine interact when a samba server serves clients in an active directory. Is there a technical explanation somewhere? The picture I have so far is: - During initialization, smbd reads the access lists for each share. The l

[Samba] WinXP connecting to a samba server with mixed guset and non-guest shares

2009-03-09 Thread Uri Simchoni
Hi, I have a samba server with both guest and non-guest shares (map to guest = bad user, guest ok = yes on some shares and no on other shares). I have a WinXP client that connects to the server, and the WinXP user is not defined on the server, so I expect that after rebooting the client, an

[Samba] samba 3.2.6 - Does locking.tdb has a maximum size?

2009-02-21 Thread Uri Simchoni
Hi, I've noticed that locking.tdb file grows over time. This happened while running the following test: - delete locking.tdb and restart samba - connect a linux client using cifs mount -run the following script on the client: #!bin/bash for i in `seq 1 13`;do echo

[Samba] samba 3.2.1 build system not honoring CFLAGS

2008-08-18 Thread Uri Simchoni
Hi, I was compiling samba 3.2.1 and noticed that the Makefile doesn't use the CFLAGS I gave it. After digging into the configure script I came up with this patch. I know configure is generated from configure.in, but I was also unable to run it through my autoconf 2.62 (tried it on another machi