[Samba] Re: Large numbers of files in a directory - take #2 :-)

2005-02-03 Thread Michael Lueck
Jeremy Allison wrote: The secret to this is really in the case sensitive = True line - it tells smbd never to scan for case-insensitive versions of names. So if an application asks for a file called FOO, and it can't be found by a simple stat call, then smbd will return file not found immediately

Re: [Samba] Re: Large numbers of files in a directory - take #2 :-)

2005-02-03 Thread Jeremy Allison
On Thu, Feb 03, 2005 at 03:21:41PM -0500, Michael Lueck wrote: Jeremy Allison wrote: The secret to this is really in the case sensitive = True line - it tells smbd never to scan for case-insensitive versions of names. So if an application asks for a file called FOO, and it can't be found by